Skip to content

v0.5.0

Choose a tag to compare

@avvertix avvertix released this 23 Aug 10:25
· 29 commits to master since this release

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 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