From d32586616210b192eae3f68e286b29587d075f93 Mon Sep 17 00:00:00 2001 From: pat-e Date: Thu, 28 Aug 2025 11:25:31 +0200 Subject: [PATCH] Again some updates for Svt-Parameters --- anime_audio_encoder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anime_audio_encoder.py b/anime_audio_encoder.py index 5444ee6..e676c80 100644 --- a/anime_audio_encoder.py +++ b/anime_audio_encoder.py @@ -26,8 +26,8 @@ SVT_AV1_PARAMS = { "color-primaries": 1, "transfer-characteristics": 1, "matrix-coefficients": 1, - "scd": 0, # Scene change detection OFF - "keyint": 0, # Keyframe interval + "scd": 0, # Scene change detection OFF for Av1an use + "keyint": 0, # Keyframe interval, 0 disables automatic keyframes placement at a constant interval "auto-tiling": 1, # Auto tiling ON "tune": 1, # 0 = VQ, 1 = PSNR, 2 = SSIM "progress": 2, # Detailed progress output