Releases: CodeF0x/ffzap
Releases · CodeF0x/ffzap
v1.1.0
v1.0.0
Version 1.0.0 is out!
Note: When running ffzap without either --input
or --file-list
, it will prompt that both --input-directory
and --input-file
are missing and required. This is a bug. Either --input
or --file-list
are required. Both --input-directory
and --input-file
won't work and throw an error. This is not critical and does not affect ffzap in its actual functionality. Both --input-directory
and --input-file
will get removed with the next version of ffzap.
Features:
-f
/--ffmpeg-options
is optional now, allowing to change container formats, etc.
Breaking Changes:
--input-directory
got deprecated in favor of--input
--input-file
got deprecated in favor of--file-list
Please read about why here. For a guide on how to migrate to version 1.0.0, read this.
0.3.2
0.3.1
0.3.0
New features:
- supply a file containing file paths to process, using the new
--input-file
input. The file must be UTF-8 encoded and contain one path per line - delete source files after successful processing with the new
--delete
flag. If the process was unsuccessful, the file is kept.
Misc:
- Better wording for some of the
--help
text.
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
Removed the glop crate dependency:
- Unix globs won't work on Windows now (use standard Windows / Powershell functionality)
- you need to omit the quotes now when specifing a glob on Unix
- you can input multiple files directly now, e. g.
ffzap -i test.mp4 hi.mkv video.webm ...