mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-15 16:56:18 +00:00
Merge branch 'main' into other_encs
This commit is contained in:
@@ -106,7 +106,7 @@ do
|
||||
elif [[ "$encoder" == "libsvtav1" ]]
|
||||
then
|
||||
PARAMS="-preset $preset -crf $crf -svtav1-params \
|
||||
scd=1:tune=0:enable-overlays=1:enable-hdr=1:fast-decode=1 "
|
||||
scd=1:tune=0:enable-overlays=1:enable-hdr=1:fast-decode=1:enable-variance-boost=1"
|
||||
elif [[ ("$encoder" == "libx264") || ("$encoder" == "libx265") ]]
|
||||
then
|
||||
test "$preset" -eq 2 && preset=veryslow
|
||||
@@ -159,4 +159,4 @@ do
|
||||
done
|
||||
|
||||
echo -e "\n\n--- Results CSV ---\n" >> "$LOG"
|
||||
cat "$CSV" >> "$LOG"
|
||||
cat "$CSV" >> "$LOG"
|
||||
|
||||
Reference in New Issue
Block a user