FFMpeg-Compressor: TODO in README.md

This commit is contained in:
OleSTEEP 2023-10-01 23:36:23 +03:00
parent 06116b5de1
commit 875df526ad

View file

@ -24,3 +24,9 @@ Python utility uses ffmpeg to compress Visual Novel Resources
#### VIDEO section #### VIDEO section
* Extension - Required image file extension. It supports: `.3gp`, `.amv`, `.avi`, `.gif`, `.m4v`, `.mkv`, `.mov`, `.mp4`, `.m4v`, `.mpeg`, `.mpv`, `.webm`, `.ogv` * Extension - Required image file extension. It supports: `.3gp`, `.amv`, `.avi`, `.gif`, `.m4v`, `.mkv`, `.mov`, `.mp4`, `.m4v`, `.mpeg`, `.mpv`, `.webm`, `.ogv`
* Codec - (May be optional in future) Required video codec. (See official ffmpeg documentation for supported codecs) * Codec - (May be optional in future) Required video codec. (See official ffmpeg documentation for supported codecs)
### TODO (for testing branch)
* [ ] Recreate whole game directory with compressed files
* [ ] Cross platform (Easy Windows usage and binaries, MacOS binaries)
* [ ] Use ffmpeg python bindings instead of cli commands
* [ ] Reorganize code