first changes to original scripts
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user