Increased the "preset" from 1 to 2

This commit is contained in:
2026-04-13 13:07:40 +02:00
parent 1d7b8b22fd
commit f60cdfba9c

View File

@@ -24,7 +24,7 @@ DIR_CONV_LOGS = Path("conv_logs")
REMUX_CODECS = {"aac", "opus"}
SVT_AV1_PARAMS = {
"preset": 1, # Speed preset. Lower is slower and yields better compression efficiency.
"preset": 2, # Speed preset. Lower is slower and yields better compression efficiency.
"crf": 30, # Constant Rate Factor (CRF). Lower is better quality.
"film-grain": 12, # Film grain synthesis level. HDR content often benefits from a slightly higher grain (12).
"color-primaries": 9, # BT.2020 color primaries for HDR.