Updated values for speed and quality

This commit is contained in:
2025-08-02 15:51:01 +02:00
parent 8963248ffb
commit 30c0c85ede

View File

@@ -20,8 +20,8 @@ DIR_CONV_LOGS = Path("conv_logs") # Directory for conversion logs
REMUX_CODECS = {"aac", "opus"} # Using a set for efficient lookups
SVT_AV1_PARAMS = {
"speed": "slow", # "slower", "slow", "medium", "fast", "faster"
"quality": "high", # "higher", "high", "medium", "low", "lower"
"speed": "slower", # "slower", "slow", "medium", "fast", "faster"
"quality": "medium", # "higher", "high", "medium", "low", "lower"
"film-grain": 6,
"color-primaries": 1,
"transfer-characteristics": 1,