Fix load profile with libsvtav1 codec (ks-av1s)

This commit is contained in:
q3aql 2023-03-10 20:54:32 +01:00
parent 2d85f66888
commit b4f408f634

View File

@ -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