T
T
thinkkaka2020-10-06 03:47:40
fmpeg
thinkkaka, 2020-10-06 03:47:40

How to merge multiple wav files in ffmpeg?

What should I write in the command line to merge several WAV files into one. They must follow each other!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xibir, 2020-10-06
@thinkkaka

create a text file with a list of files (for example 1..txt) to be merged and then:

ffmpeg -f concat -i 1.txt -acodec copy outputfile.wav

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question