New changes to code

This commit is contained in:
2025-08-28 11:34:21 +02:00
parent d325866162
commit 6cfdb40e7f

View File

@@ -21,7 +21,7 @@ REMUX_CODECS = {"aac", "opus"} # Using a set for efficient lookups
SVT_AV1_PARAMS = { SVT_AV1_PARAMS = {
"speed": "slower", # "slower", "slow", "medium", "fast", "faster" "speed": "slower", # "slower", "slow", "medium", "fast", "faster"
"quality": "medium", # "lowest", "low, # "higher", "high", "medium", "low", "lower" "quality": "medium", # "higher", "high", "medium", "low", "lower"
"film-grain": 6, "film-grain": 6,
"color-primaries": 1, "color-primaries": 1,
"transfer-characteristics": 1, "transfer-characteristics": 1,
@@ -30,7 +30,7 @@ SVT_AV1_PARAMS = {
"keyint": 0, # Keyframe interval, 0 disables automatic keyframes placement at a constant interval "keyint": 0, # Keyframe interval, 0 disables automatic keyframes placement at a constant interval
"auto-tiling": 1, # Auto tiling ON "auto-tiling": 1, # Auto tiling ON
"tune": 1, # 0 = VQ, 1 = PSNR, 2 = SSIM "tune": 1, # 0 = VQ, 1 = PSNR, 2 = SSIM
"progress": 2, # Detailed progress output "progress": 3, # Detailed progress output
} }
def check_tools(): def check_tools():