Again some updates for Svt-Parameters

This commit is contained in:
2025-08-28 11:25:31 +02:00
parent 4b3f087104
commit d325866162

View File

@@ -26,8 +26,8 @@ SVT_AV1_PARAMS = {
"color-primaries": 1, "color-primaries": 1,
"transfer-characteristics": 1, "transfer-characteristics": 1,
"matrix-coefficients": 1, "matrix-coefficients": 1,
"scd": 0, # Scene change detection OFF "scd": 0, # Scene change detection OFF for Av1an use
"keyint": 0, # Keyframe 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": 2, # Detailed progress output