diff --git a/FFMpeg-Compressor/README.md b/FFMpeg-Compressor/README.md index e3e2ae5..b2dc130 100644 --- a/FFMpeg-Compressor/README.md +++ b/FFMpeg-Compressor/README.md @@ -23,4 +23,10 @@ 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) \ No newline at end of file +* 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 \ No newline at end of file