Skip to content

Releases: outfrost/trimmeroni

v0.2.3 - Precise cutting at keyframes

14 Jul 01:00
Compare
Choose a tag to compare

Changed

  • The start of each input clip will now be snapped to the nearest keyframe (seekpoint) before the specified timecode, to ensure precise cutting without missing video frames in the output. Thanks @iKineticate! (#1)

v0.2.2 - Dev stuff

03 Feb 01:41
Compare
Choose a tag to compare

Added

  • You can run ./cross.sh to cross-compile a binary for Windows.

Miscellaneous

  • The DropEmpty trait makes code a bit nicer when converting empty strings to Nones.

v0.2.1 - @ escapes, and temp files become temp

28 Nov 06:12
Compare
Choose a tag to compare

Changed

  • "@" in input file names must now be escaped using "@" ("@@") instead of "\" ("\@"). This means that, on Windows, paths can now be supplied in the default format (with "\" as separator, instead of "/").
  • Verbose info prints are now hidden by default. Use "-v" or "--verbose" to see them.

Fixed

  • The temporary list file (containing intermediate clip file names for concatenation) is now actually placed in a temporary directory, and doesn't pollute the output file's directory.

v0.1.0 - Initial release

09 May 23:22
bfa1a54
Compare
Choose a tag to compare

This is the command-line MVP of this project. Feel free to provide feedback about possible enhancements and additions.