Updated values for speed and quality
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user