Updated readme and added additional optional parameters

This commit is contained in:
2025-08-05 19:06:09 +02:00
parent 6f025b76e8
commit 0edbd7c0c7
2 changed files with 19 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# Anime Audio Helper
# SVT-AV1-Essential-helper
A batch-processing tool for MKV files, designed for high-quality AV1 video encoding and efficient audio handling. This script is tailored for anime and similar content, with a focus on automation, quality, and flexibility.
@@ -27,11 +27,14 @@ A batch-processing tool for MKV files, designed for high-quality AV1 video encod
## Usage
```sh
python anime_audio_helper.py [--no-downmix] [--autocrop]
python anime_audio_helper.py [--no-downmix] [--autocrop] [--speed <value>] [--quality <value>] [--grain <value>]
```
- `--no-downmix` : Preserve original audio channel layout (do not force stereo)
- `--autocrop` : Automatically detect and crop black bars from video
- `--speed` : Set the encoding speed. Possible values: `slower`, `slow`, `medium`, `fast`, `faster`.
- `--quality` : Set the encoding quality. Possible values: `lowest`, `low`, `medium`, `high`, `higher`.
- `--grain` : Set the film-grain value (number). Adjusts the film grain synthesis level.
Place your `.mkv` files in the script directory. Processed files will be moved to `completed/`, and originals to `original/`. Logs are saved in `conv_logs/`.