Releases: OneOffTech/video-processing-cli
Releases · OneOffTech/video-processing-cli
v0.7.0
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.4.1
v0.5.0
Added
transcode
command to transcode a video to a different format/resolution according to the selected preset.pack
command to create a DASH manifest from video files
Changed
- FFMPEG is always invoked with
-threads 1
to limit the CPU usage - Update to FFMPEG 3.3.4
Deprecated
process
command. The command can potentially use all system resources. The commandstranscode
andpack
split the actions performed byprocess
enabling the developer to better control the system resourceslog.js
helper, usesrc/output/consoleOutput.js
instead