Integration of cropdetec-logic into anime_audio_encoder and tv_audio_encoder. Rewrite of readmes

This commit is contained in:
2025-07-20 22:30:45 +02:00
parent ba4eac1775
commit e9352ed6a0
6 changed files with 555 additions and 164 deletions

View File

@@ -43,6 +43,15 @@ The following command-line tools must be installed and available in your system'
./anime_audio_encoder.py --no-downmix
```
* `--autocrop`: Automatically detect and crop black bars from video using cropdetect. The crop is applied only to the UTVideo intermediate file, ensuring no image data is lost even with variable crops.
```bash
./anime_audio_encoder.py --autocrop
```
You can combine with `--no-downmix`:
```bash
./anime_audio_encoder.py --autocrop --no-downmix
```
## Output
* Processed files are moved to the `completed/` directory.