Releases: Tetrax-10/batch-preview-generator
Releases · Tetrax-10/batch-preview-generator
v1.3
Bug Fixes and Changes:
- fixed f-string bugs #3, thanks to @viper86it for reporting it.
- Fixed video scaling, thanks to @viper86it for suggesting the fix.
- prompt mode inputs aren't case sensitive anymore.
Full Changelog: v1.2...v1.3
v1.2
New Features:
- Added hardware acceleration for Nvidia gpu: use
-cuda
or--cuda
to activate.
Bug Fixes and Changes:
- change
--samepath
,-sp
behaviour suggested on #2 - Fixed relative paths.
- Fixed fps implementation
- Derive outpath from inpath on non-cli mode
- Now audio bitrate is variable according to
-q
,--quality
args. - Now
preview -v
only prints version number without extra texts.
v1.1
New Features:
- Added "-q", "--quality" arguments.
- Added "-c", "--compression" arguments.
- Added "-v", "--version" arguments.
Bug Fixes and Changes:
- Fixed preview resolutions while rendering.
- Fixed auto-closing of the terminal when run as GUI.
- Fixed the progress bar and changed its style to a percentage.
- Made FFmpeg processes faster.
- Changed the default GIF FPS to 15.
- Improved prompts.
- Handled prompt input errors.
- Better-organized warning messages.