From 386c140501eef51c749610385662a68a561f6dc7 Mon Sep 17 00:00:00 2001 From: OleSTEEP <72727453+OleSTEEP@users.noreply.github.com> Date: Thu, 1 Jun 2023 17:13:35 +0300 Subject: [PATCH] FFMpeg-Compressor: Update README.md --- FFMpeg-Compressor/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/FFMpeg-Compressor/README.md b/FFMpeg-Compressor/README.md index a42a23c..2704f0b 100644 --- a/FFMpeg-Compressor/README.md +++ b/FFMpeg-Compressor/README.md @@ -2,7 +2,6 @@ Python utility uses ffmpeg to compress Visual Novel Resources ### How to use -* Configure utitlity in `config.ini` -* `python main.py` -* Drag and drop folder you want to compress and press `Enter` +* Configure utitlity in `config.toml` +* `python main.py {folder}` * In result you get `{folder-compressed}` near with original `{folder}`