fix intro/outro producing mono audio

This commit is contained in:
Dominic 2023-11-16 11:50:49 +01:00
parent 27c7cb3c7d
commit 5746939c06
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -191,7 +191,11 @@ impl Filter {
channel('v', video),
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 {