Releases: AnimeThemes/animethemes-batch-encoder
Releases · AnimeThemes/animethemes-batch-encoder
v2.2.2
Fixed
- Invalid variable in audio filters.
v2.2.1
Changed
- Audio and Video filters migrated to enums;
- Variables have been renamed.
Fixed
- Fixed error where the attribute did not exist.
v2.2
Added
- When choosing
CBR
mode, it will be prompted bitrate values.
Changed
- The question about encoding modes now comes first;
- The CRFs question will only appear if
VBR
and/or CQ
modes are chosen.
v2.0
Added
- Video filter options;
- New individual settings are possible with the
-c
argument.
Changed
- Argument
--mode
replaced and no longer required;
- Multiple selection of source files instead of selecting individually;
- Text validation is now immediate;
- Simplified audio filter options.
v1.3.1
Fixed
- No video_filters results in no argument being created
Changed
- License Update for AnimeThemes
v1.3.0
Added
- Prompt user for audio filters for each seek (#21)
- Add command to preview seek (#21)
Fixed
- Validate uniqueness of output names across seeks and input files (#21)
Changed
- Write commands to file in
--mode 3
(#21)
v1.2.0
Added
AlternateSourceEnable
config option to alternate between source files. (#20)
Fixed
- FFmpeg
aresample
audio filter renames ocl
to ochl
in 6.X. (#20)
- Explicitly erase source file metadata for each stream and global format because the shorthand argument was changed in FFmpeg 6.X (#20).
v1.1.0
Added
Threads
config option for specifying the number of CPU threads to utilize for encoding (#18)
LimitSizeEnable
config option for specifying -fs
argument to terminate encodes after (#18)
v1.0.1
Configfile is written to user config dir (#1)