Version 2.0 from testing branch #1

Merged
olesteep merged 105 commits from testing into master 2025-02-18 23:38:05 +03:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit f7ecee5683 - Show all commits

View file

@ -30,4 +30,5 @@ Python utility uses ffmpeg to compress Visual Novel Resources
* [x] Recreate whole game directory with compressed files
* [ ] Cross platform (Easy Windows usage and binaries, MacOS binaries)
* [x] Use ffmpeg python bindings instead of cli commands
* [ ] Reorganize code
* [ ] Reorganize code
* [ ] Multithread

View file

@ -10,7 +10,7 @@ BitRate = "320k"
[IMAGE]
Extension = "avif"
Quality = 20
Quality = 80
[VIDEO]
Extension = "webm"