From e3b21e7d81c4a820dfb57262d46e59b701161bbf Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Mon, 2 Oct 2023 19:48:45 +0300 Subject: [PATCH] FFMpeg-Compressor: Update README.md --- FFMpeg-Compressor/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FFMpeg-Compressor/README.md b/FFMpeg-Compressor/README.md index b3f8024..854ec81 100644 --- a/FFMpeg-Compressor/README.md +++ b/FFMpeg-Compressor/README.md @@ -9,7 +9,8 @@ Python utility uses ffmpeg to compress Visual Novel Resources ### Configuration #### FFMPEG section -* FFMpegParams - Some parameters & flags for ffmpeg command line interface (default: `"-n -hide_banner -loglevel error"`) +* FFMpegParams - Some parameters & flags for ffmpeg command line interface (default: `"-n -hide_banner -loglevel quiet"`) +* CopyUnprocessed - Copy all files that failed to compress by ffmpeg to destination folder. In can helps to recreate original folder, but with compressed files. * MimicMode - Rename compressed file to it original name and extension. VN engines determine the file type by its header, so for example PNG file named file.jpg will be loaded as PNG file. (default: `false`) #### AUDIO section @@ -26,7 +27,7 @@ Python utility uses ffmpeg to compress Visual Novel Resources * 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 +* [x] 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