Answer the question
In order to leave comments, you need to log in
Ffmpeg how to OVERLAY rather than split channels?
There are 2 mono wav files. You need to put them on top of each other. If done through Premiere Pro, both files are correctly converted to stereo files and superimposed on each other.
There are 257 of these files, so you need to automate.
Using the command
ffmpeg -i 1-L.wav -i 1-R.wav -filter_complex "[0:a][1:a]amerge=inputs=2[aout]" -map "[aout]" 1.wav
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question