1.3.0 • Published 3 years ago

dclip-video-renderer v1.3.0

Weekly downloads
17
License
ISC
Repository
github
Last release
3 years ago

dclip-video-renderer

This is the library that can convert your donkey clip into an mp4 clip. To test just run your project

npm i dclip-video-renderer;
node node_modules/dclip-video-renderer -- -i <clip_uid>;

where in <clip_uid> add the dockey clip uid you want to convert.

Options

argumenttypedefaultdescription
-istringnullThe unique donkey clip id as an Input
-ostring *.mp4./out.mp4The Output file path
-rinteger24FrameRate of the output video
-qinteger 0-10080Quality of the video
-winteger720Width of the video
-hinteger640Height of the video
-sinteger0Start milisecond of the donkey clip
-einteger<clip.duration>End milisecond of the donkey clip
-cintegertotal cpus / 2Number of cpus to use
-envinteger "local","staging","production"productionselect the environmet from witch to check the id
-lstringhttp://localhost:8090Enter the localhost url of the clip to render

Full Example

node node_modules/dclip-video-renderer -- -i 7179a8c1-2DC3 -o ./dclip.mp4 -r 24 -q 80 -w 720 -h 640 -s 1000 -e 5000 -c 4 -l http://locahost:8080;

1.3.0

3 years ago

1.2.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago