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}`