From 3297a3720a4e09ba01a465240359c3cd5639fd46 Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Tue, 8 Aug 2023 17:02:11 +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 2704f0b..f30ceed 100644 --- a/FFMpeg-Compressor/README.md +++ b/FFMpeg-Compressor/README.md @@ -2,6 +2,7 @@ Python utility uses ffmpeg to compress Visual Novel Resources ### How to use -* Configure utitlity in `config.toml` -* `python main.py {folder}` +* Download `ffmpeg-comp.toml` and put in next to binary or in to `/etc` folder +* Change the configuration of the utility in `ffmpeg-comp.toml` for yourself +* `ffmpeg-comp {folder}` * In result you get `{folder-compressed}` near with original `{folder}`