Skip to content
Snippets Groups Projects
Unverified Commit 5746939c authored by Dominic Meiser's avatar Dominic Meiser
Browse files

fix intro/outro producing mono audio

parent 27c7cb3c
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment