take audio from left instead of right channel
This commit is contained in:
parent
52c89dc95a
commit
d946095dd5
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ impl Ffmpeg {
|
||||||
},
|
},
|
||||||
FfmpegFilter::Loudnorm { stereo: false } => {
|
FfmpegFilter::Loudnorm { stereo: false } => {
|
||||||
cmd.arg("-af").arg(concat!(
|
cmd.arg("-af").arg(concat!(
|
||||||
"pan=mono|c0=FR,",
|
"pan=mono|c0=FL,",
|
||||||
"loudnorm=dual_mono=true:print_format=summary,",
|
"loudnorm=dual_mono=true:print_format=summary,",
|
||||||
"pan=stereo|c0=c0|c1=c0,",
|
"pan=stereo|c0=c0|c1=c0,",
|
||||||
"aformat=sample_rates=48000"
|
"aformat=sample_rates=48000"
|
||||||
|
|
Loading…
Add table
Reference in a new issue