FFMpeg-Compressor: TODO in README.md
This commit is contained in:
parent
06116b5de1
commit
875df526ad
1 changed files with 7 additions and 1 deletions
|
@ -24,3 +24,9 @@ Python utility uses ffmpeg to compress Visual Novel Resources
|
|||
#### VIDEO section
|
||||
* 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)
|
||||
|
||||
### 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
|
Loading…
Add table
Add a link
Reference in a new issue