Can I overlay/downmix two audio mp3 files into one mp3 output file using ffmpeg?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
stereo + stereo → stereo
Normal downmix
Use the amix filter:
Or the amerge filter:
Downmix each input into specific output channel
Use the amerge and pan filters:
mono + mono → stereo
Use the join filter:
Or amerge:
mono + mono → mono
Use the amix filter:
More info and examples
See FFmpeg Wiki: Audio Channels