Skip to content

Release v2.0.0

Latest
Compare
Choose a tag to compare
@nwronski nwronski released this 27 Oct 21:42

Added

  • Disable crop detection with --nocrop option (Refs #15, Refs #5)
    • Skip crop detection entirely (i.e., do not run detect-crop) and do not pass a --crop value to transcode-video.

Changed

  • BREAKING CHANGE: the --force option has been renamed to --crop to be consistent with new --nocrop option

Fixed

  • Be forgiving when checking transcoding result (Refs #17, Refs #14, Refs #10)
    • Do not treat it as an error if we cannot get bitrate from finished transcoding job.
    • Only look for the text Encoding done! in the output to confirm success.
  • Do not delete dest files from previous runs (Refs #17, Refs #11)
    • The issue here was that a "file already exists" error led to the destination file being deleted (when not using the --diff flag), so files from previous runs were marked as errored and then removed.
  • Reset font color changes after running batch-transcode-video --help