Releases: outfrost/trimmeroni
Releases · outfrost/trimmeroni
v0.2.3 - Precise cutting at keyframes
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
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 toNone
s.
v0.2.1 - @ escapes, and temp files become temp
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
This is the command-line MVP of this project. Feel free to provide feedback about possible enhancements and additions.