Fix load profile with libsvtav1 codec (ks-av1s)
This commit is contained in:
parent
2d85f66888
commit
b4f408f634
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user