Skip to content

πŸŽ‰ 0.3.0

Compare
Choose a tag to compare
@tgotwig tgotwig released this 25 Jan 14:01
· 1 commit to 468e828e5136afdf984c5d82b66bac023d544c7f since this release

Added

  • skip-wait which skips the wait time for reading
  • FPS Changer which detects different fps values and scales down to the lowest number, or an fps value specified via --fps, this feature can also be skipped via skip-fps-changer. None of the original videos will be deleted, instead it generates new ones from the originals in an temporary folder and merges with those

Changed

  • Set all ffmpeg supported video and audio formats as default
  • Make binaries tiny: johnthagen/min-sized-rust
  • Make logs short and consistent
  • Panic with error message from ffmpeg if something goes wrong

Removed

  • Remove --preview
  • Remove --scale

Fixed

  • Works now with folder names which starts with a dot