From 875df526ad8aa464f418d9a41b317b1ab5b5a89c Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Sun, 1 Oct 2023 23:36:23 +0300 Subject: [PATCH] FFMpeg-Compressor: TODO in README.md --- FFMpeg-Compressor/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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