FFMpeg-Compressor: Update README.md

This commit is contained in:
OleSTEEP 2023-06-01 17:13:35 +03:00 committed by GitHub
parent 6a27699ccb
commit 386c140501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@
Python utility uses ffmpeg to compress Visual Novel Resources Python utility uses ffmpeg to compress Visual Novel Resources
### How to use ### How to use
* Configure utitlity in `config.ini` * Configure utitlity in `config.toml`
* `python main.py` * `python main.py {folder}`
* Drag and drop folder you want to compress and press `Enter`
* In result you get `{folder-compressed}` near with original `{folder}` * In result you get `{folder-compressed}` near with original `{folder}`