mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
:scd=1
This commit is contained in:
@@ -101,8 +101,8 @@ do
|
|||||||
PARAMS="-cpu-used $preset -row-mt 1 -threads $THREADS -crf $crf"
|
PARAMS="-cpu-used $preset -row-mt 1 -threads $THREADS -crf $crf"
|
||||||
elif [[ "$encoder" == "libsvtav1" ]]
|
elif [[ "$encoder" == "libsvtav1" ]]
|
||||||
then
|
then
|
||||||
PARAMS="-preset $preset -crf $crf -sc_detection true \
|
PARAMS="-preset $preset -crf $crf -svtav1-params \
|
||||||
-svtav1-params tune=0:enable-overlays=1:enable-hdr=1:fast-decode=1 "
|
scd=1:tune=0:enable-overlays=1:enable-hdr=1:fast-decode=1 "
|
||||||
else
|
else
|
||||||
PARAMS=""
|
PARAMS=""
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user