fix intro/outro producing mono audio
This commit is contained in:
parent
27c7cb3c7d
commit
5746939c06
1 changed files with 5 additions and 1 deletions
|
@ -191,7 +191,11 @@ impl Filter {
|
||||||
channel('v', video),
|
channel('v', video),
|
||||||
channel('v', output)
|
channel('v', output)
|
||||||
);
|
);
|
||||||
writeln!(complex, "aevalsrc=0:s=48000{};", channel('a', output));
|
writeln!(
|
||||||
|
complex,
|
||||||
|
"aevalsrc=0:s=48000,pan=stereo|c0=c0|c1=c0{};",
|
||||||
|
channel('a', output)
|
||||||
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
Self::FastForward {
|
Self::FastForward {
|
||||||
|
|
Loading…
Reference in a new issue