From b4f408f634d76fbf8a6761478ece1162bc992a07 Mon Sep 17 00:00:00 2001 From: q3aql Date: Fri, 10 Mar 2023 20:54:32 +0100 Subject: [PATCH] Fix load profile with libsvtav1 codec (ks-av1s) --- src/ks-av1s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ks-av1s b/src/ks-av1s index dcb9c35..0be6094 100755 --- a/src/ks-av1s +++ b/src/ks-av1s @@ -231,6 +231,8 @@ elif [ "${selected_codec}" == "libx265" ] ; then profile_codec=" -profile:v main " elif [ "${selected_codec}" == "libaom-av1" ] ; then profile_codec=" -profile:v main " +elif [ "${selected_codec}" == "libsvtav1" ] ; then + profile_codec=" -profile:v main " else profile_codec=" " fi