From f2ecfc6809c53a9a701fc88fac1557ad0312bde9 Mon Sep 17 00:00:00 2001 From: rbeck4 Date: Sat, 25 Nov 2023 02:05:56 -0800 Subject: [PATCH] Updated preset, keyframe error on arch builds? --- transcode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transcode.sh b/transcode.sh index f7cb128..7baef7d 100644 --- a/transcode.sh +++ b/transcode.sh @@ -36,11 +36,11 @@ function encode { -i "$inFL" $inline \ -map_metadata 0 \ $vidline \ - -c:v libsvtav1 -crf 28 -preset 4 -pix_fmt yuv420p10le \ + -c:v libsvtav1 -crf 28 -preset 6 -pix_fmt yuv420p10le \ -svtav1-params \ "enable-overlays=1:\ tune=0:\ - keyint=7s" \ + keyint=10s" \ -map 0:a? -acodec aac \ -map 0:s? -scodec copy $subline \ -use_wallclock_as_timestamps 1 -max_interleave_delta 0 \