[FFmpeg-user] how to concate two wmv files ?

Ingo Brückl ib at wupperonline.de
Tue Feb 16 15:47:11 CET 2016


Bob wrote on Tue, 16 Feb 2016 14:35:20 +0000:

> I tried to join these two file
> But the output.wmv contains only the first file.

Try the concat filter:

  ffmpeg -f concat -i <(printf "file '$PWD/%s'\n" ./*.wav) -c copy new.wav

but check the transition between the files in new.wav. I recently failed with
two mp4 files.

Ingo


More information about the ffmpeg-user mailing list