B
B
bulochkinvalya2020-07-07 03:24:37
linux
bulochkinvalya, 2020-07-07 03:24:37

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


We get the desired result, BUT, one speaks in the right ear, the second in the left.

How to make both channels become stereo and just overdub?

Unfortunately, I encountered Linux for the first time, I could only assemble a thing from above, and insert hundreds of commands into one line through ;

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Tikhonov, 2020-07-07
@tumbler

Use amix

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question