first changes to original scripts

This commit is contained in:
2025-07-20 09:18:02 +02:00
parent e9fb8b8b7d
commit 33767e1f54
3 changed files with 65 additions and 18 deletions

View File

@@ -31,17 +31,7 @@ python scene_cutter.py "path/to/your/video.mkv"
```
### 3. Encode Segments
Choose one of the encoder scripts to process the files from the `cuts/` directory. Encoded files will be placed in the `segments/` directory.
**Option A: VMAF-based Encoding (Recommended)**
Use [`vmaf_encoder.py`](vmaf_encoder.py) to encode each segment to a target VMAF quality level.
```bash
python vmaf_encoder.py --target-vmaf 96.0
```
**Option B: Static CRF Encoding**
Use [`static_encoder.py`](static_encoder.py) to encode all segments with a single, fixed CRF value.
Use [`static_encoder.py`](static_encoder.py) to encode all segments from the `cuts/` directory with a single, fixed CRF value. Encoded files will be placed in the `segments/` directory.
```bash
python static_encoder.py --crf 27