Skip to content

Releases: tgotwig/vidmerger

πŸŽ‰ 0.3.2

14 Jan 13:03
Compare
Choose a tag to compare

Added

  • Chapterer which creates output.* with chapters in it, everything in between the first - till the fill extension of the input files will be used as chapter titles πŸ“–. Can be skipped by --skip-chapterer.

Fixed

  • Keep subtitles with merger
  • Fix --help and others cmds if ffmpeg is not available
  • Fix filter function which filtered out files with multiple dots in the filename

πŸŽ‰ 0.3.1

26 Jan 15:26
Compare
Choose a tag to compare

Fixed

  • Print files from FPS Changer in correct order
  • Merge files in correct order
  • Fix wrong fps detection for floating point numbers

πŸŽ‰ 0.3.0

25 Jan 14:01
Compare
Choose a tag to compare

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

πŸŽ‰ 0.2.0

09 May 19:30
Compare
Choose a tag to compare

Changed

  • Files like list.txt and scaled videos will be created inside a temporary folder where the endpoint looks like 8EbQrP3j:
    • MacOS: /var/folders/q9/lgznjs3170b27wn5k9jd54g80000gn/T/<8-RAND-CHARS>
    • Linux: /tmp/<8-RAND-CHARS>
    • Windows: ~/AppData/Local/Temp/<8-RAND-CHARS>
  • Video files starting with a . will be ignored (can be the case when dealing with network volumes).
  • Append the following message to the success message: (it can still be broken πŸ™ˆ).

Fixed

  • Set -safe 0 to get rid of [concat @ 0x55c6fb1e7600] Unsafe file name.

πŸŽ‰ 0.1.6

05 Sep 19:01
Compare
Choose a tag to compare
  • ⬇️ Added --shutdown flag for doing a system shutdown after script execution
  • πŸ› Improved --preview

dev changes

  • πŸ§ͺ Added initial conventional CLI tests
  • πŸ¦„ Beautified rust.yml

πŸŽ‰ 0.1.5

04 Jul 18:19
Compare
Choose a tag to compare
  • πŸ“ˆ Scaling videos with the --scale / -s flag and a value like 320:240 before merging
  • ⏳ Wait for 3sec before merging after showing the merge order for having time to read
  • πŸ“ Improved logging
  • πŸ› Small fix for the printed ffmpeg command
  • 🧹 Big refactoring on the code base

0.1.4

02 Oct 14:12
Compare
Choose a tag to compare

βœ… Vidmerger can now run without the --format flag
βœ… The --preview flag was added

0.1.3

15 Sep 09:54
Compare
Choose a tag to compare
v0.1.3

Increment version to 0.1.3 πŸš€

0.1.2

29 Jul 13:15
Compare
Choose a tag to compare
Fix issues with backslash-paths on Windows πŸ³οΈβ€πŸŒˆπŸž

fixes #10

0.1.1

27 Jun 11:51
Compare
Choose a tag to compare
v0.1.1

Show merge-order before merging πŸ‘€