[FFmpeg-user] Concatenate several audio files with FFmpeg, how ?

Nicolas George nicolas.george at normalesup.org
Fri Oct 19 10:41:38 CEST 2012


L'octidi 28 vendémiaire, an CCXXI, PyProg PyProg a écrit :
> /home/angelo/ekd_toto/linux_dependances_portables/ffmpeg/ffmpeg -i
> "/home/angelo/.ekd_tmp/ekd_angelo/concat_audio/tmp_0_.wav" -i
> "/home/angelo/.ekd_tmp/ekd_angelo/concat_audio/tmp_1_.wav" -i
> "/home/angelo/.ekd_tmp/ekd_angelo/concat_audio/tmp_2_.wav"
> -filter_complex concat=n=3:v=1:a=1 -vn -f wav -y

I suspect there is no video in your WAV files, so v=1 is absurd.

Regards,

-- 
  Nicolas George


More information about the ffmpeg-user mailing list