FFMpeg-Compressor: Update README.md

This commit is contained in:
OleSTEEP 2023-11-16 02:36:06 +03:00
parent 721d33efa7
commit f7ecee5683
2 changed files with 3 additions and 2 deletions

View file

@ -31,3 +31,4 @@ Python utility uses ffmpeg to compress Visual Novel Resources
* [ ] Cross platform (Easy Windows usage and binaries, MacOS binaries) * [ ] Cross platform (Easy Windows usage and binaries, MacOS binaries)
* [x] Use ffmpeg python bindings instead of cli commands * [x] Use ffmpeg python bindings instead of cli commands
* [ ] Reorganize code * [ ] Reorganize code
* [ ] Multithread

View file

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