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

take audio from left instead of right channel

parent 52c89dc9
No related branches found
No related tags found
No related merge requests found
......@@ -335,7 +335,7 @@ impl Ffmpeg {
},
FfmpegFilter::Loudnorm { stereo: false } => {
cmd.arg("-af").arg(concat!(
"pan=mono|c0=FR,",
"pan=mono|c0=FL,",
"loudnorm=dual_mono=true:print_format=summary,",
"pan=stereo|c0=c0|c1=c0,",
"aformat=sample_rates=48000"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment