Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@nwronski nwronski released this 19 Jan 06:48
· 17 commits to master since this release

Added

  • --force now accepts the following argument values:
    • a crop value to use for all videos, such as "0:0:0:0"
    • any other value for when to use the least extreme crop, e.g.: 1
  • Added --version and -v flags to CLI.

Changed

  • Drop child_process spawn for cross-spawn-async. This change should get things working consistently on Windows. Before, batch operations would fail unexpectedly and have to be restarted several times to fully complete.
  • Do not install video_transcoding gem by default. Do not force install of gem every time module is installed.
  • Delete output files that cannot be confirmed. If an output file does not complete and generate a valid log file that can be verified then delete the partial or errored file.