setup test with 50 fps

This commit is contained in:
Dominic 2023-11-15 14:14:18 +01:00
parent 270233ca5c
commit 0865076849
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 24 additions and 1 deletions

View file

@ -17,7 +17,7 @@ function render_clip() {
aevalsrc=sin($freq*2*PI*t):s=48000,pan=stereo|c0=c0|c1=c0[a]
" \
-map "[v]" -map "[a]" \
-c:v h264_vaapi -r 25 -t 4 \
-c:v h264_vaapi -r 50 -t 4 \
-c:a aac -b:a 128000 \
"$out"
}