change obsolete ffmpeg option -vsync to -fps_mode

This commit is contained in:
2026-02-24 18:54:45 +01:00
parent f20fd39fe5
commit 3766ba4b58
+1 -1
View File
@@ -127,7 +127,7 @@ esac
# no "quotes" around the $..._OPTs on purpose
set -ex
ffmpeg -f concat -safe 0 -i "$SLIDES_IN" $AUDIO_SOURCE_OPTS "$AUDIO_IN" \
-vsync cfr -vf fps=25 \
-fps_mode cfr -vf fps=25 \
-c:v libx264 -preset slow -tune stillimage -crf 23 -pix_fmt yuv420p \
$AUDIO_CODER_OPTS \
-movflags +faststart -brand mp42 "$VIDEO_OUT"