You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 commands transcode and pack split the actions performed by process enabling the developer to better control the system resources
log.js helper, use src/output/consoleOutput.js instead