Skip to content

Commit c150f6f

Browse files
authored
Update USEFUL.MD
1 parent 388f2d7 commit c150f6f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

USEFUL.MD

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
```bash
5151
ffmpeg -i input.mkv -c:v libsvtav1 \
52-
-preset 4 -crf 35 -g 240 -pix_fmt yuv420p10le \
52+
-preset 4 -crf 35 -g 300 -pix_fmt yuv420p10le \
5353
-svtav1-params "tune=0:film-grain=8:enable-qm=1:qm-min=0:enable-overlays=1:scd=1" \
5454
-vf "scale='if(gt(iw,ih),min(1920,iw),-2)':'if(gt(iw,ih),-2,min(1920,ih))',deband" \
5555
-c:a libopus -b:a 128k -ac 2 -rematrix_maxval 1.0 \
@@ -61,5 +61,17 @@ ffmpeg -i input.mkv -c:v libsvtav1 \
6161

6262
- Slow preset: 3
6363
- Fast preset: 4-6
64+
- 1080p: `--tile-columns 1 --tile-rows 0`
65+
- 4k: `--tile-columns 2 --tile-rows 0`
6466

65-
- Fast decode: `tile-columns=2:fast-decode=1`
67+
- No VMAF: `--variance-boost-strength 2 --variance-octile 6`
68+
69+
```sh
70+
--tf-strength 1 --enable-variance-boost 1
71+
```
72+
73+
todo:
74+
75+
```sh
76+
--qp-scale-compress-strength 1 --enable-qm 1 --qm-min 0 --qm-max 15 --sharpness 3
77+
```

0 commit comments

Comments
 (0)