Skip to main content

Downmux to 2-channel AAC without recoding video stream

Get Win64 build of ffmpeg here.

ffmpeg.exe -i input.mp4 -c:v copy -ac 2 -c:a aac -vbr 3 output.mp4

Comments