FFMpeg-Compressor: Implement multiple FIFO workers

This commit is contained in:
OleSTEEP 2024-07-19 02:17:04 +03:00
parent 54820279d1
commit 23f7e5ec67
3 changed files with 19 additions and 6 deletions

View file

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