fix example clips not having stereo audio
This commit is contained in:
parent
56c6fb6be2
commit
469fc5d663
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function render_clip() {
|
||||||
-filter_complex "
|
-filter_complex "
|
||||||
gradients=s=1920x1080:c0=$c0:c1=$c1:d=4:x0=480:y0=540:x1=1440:y1=540,
|
gradients=s=1920x1080:c0=$c0:c1=$c1:d=4:x0=480:y0=540:x1=1440:y1=540,
|
||||||
format=nv12,hwupload[v];
|
format=nv12,hwupload[v];
|
||||||
aevalsrc=sin($freq*2*PI*t):s=48000[a]
|
aevalsrc=sin($freq*2*PI*t):s=48000,pan=stereo|c0=c0|c1=c0[a]
|
||||||
" \
|
" \
|
||||||
-map "[v]" -map "[a]" \
|
-map "[v]" -map "[a]" \
|
||||||
-c:v h264_vaapi -r 25 -t 4 \
|
-c:v h264_vaapi -r 25 -t 4 \
|
||||||
|
|
Loading…
Reference in a new issue