FFMpeg-Compressor: Update README.md
This commit is contained in:
parent
721d33efa7
commit
f7ecee5683
2 changed files with 3 additions and 2 deletions
|
@ -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
|
|
@ -10,7 +10,7 @@ BitRate = "320k"
|
||||||
|
|
||||||
[IMAGE]
|
[IMAGE]
|
||||||
Extension = "avif"
|
Extension = "avif"
|
||||||
Quality = 20
|
Quality = 80
|
||||||
|
|
||||||
[VIDEO]
|
[VIDEO]
|
||||||
Extension = "webm"
|
Extension = "webm"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue