take audio from left instead of right channel
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 6s
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 6s
This commit is contained in:
parent
52c89dc95a
commit
6934012c11
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue