slhck / ffmpeg-normalize

Audio Normalization for Python/ffmpeg
MIT License
1.28k stars 118 forks source link

Add ffmpeg -ac channel downmixing to output options #268

Closed wyup closed 1 month ago

wyup commented 1 month ago

When I try ffmpeg-normalize -i video-with-multichannel-audio.mp4 -ac 2 -o normalized.mkv, outputs error:

ffmpeg-normalize: error: unrecognized arguments: -ac 2

I would like to include ffmpeg -ac channel downmix to ffmpeg-normalize options to normalize from multichannel audio without having to downmix manually beforehand.

Hoping it is useful, Thanks

wyup commented 1 month ago

okay, I see answer in previous issue

slhck commented 1 month ago

Glad you got it solved.

For others who may stumble upon this, are you referring to the extra output options?

wyup commented 1 month ago

yes