Skip to content

Releases: OneOffTech/video-processing-cli

v0.7.0

03 Jan 20:00
Compare
Choose a tag to compare
  • Required FFMPEG version is now 4.3.1
  • Binaries existence is now based on the SHA-256 checksum

v0.6.0

27 Aug 08:44
Compare
Choose a tag to compare

Changed

  • pack command name option renamed to filename (breaking change)
  • use Node 12 for build
  • Increased file download timeout

v0.5.3

14 Nov 21:24
Compare
Choose a tag to compare

Fixed

  • Thumbnail command path argument name

v0.5.2

14 Nov 10:46
Compare
Choose a tag to compare

Fixed

  • Await of metadata reading before scaling a video using a preset when using the process command

v0.5.1

27 Aug 09:06
Compare
Choose a tag to compare

Fixed

  • Download of Ffmpeg release archive

v0.4.1

27 Aug 11:11
Compare
Choose a tag to compare

Backport of move to FFMpeg 3.3.4

This release backport the fixes to the binaries download included into v0.5.0 and v0.5.1

v0.5.0

23 Aug 10:25
Compare
Choose a tag to compare

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

v0.4.0

22 Jan 09:48
Compare
Choose a tag to compare
  • Move to Node 8
  • License changed from AGPL to MIT