[FFmpeg-user] Problems with concat

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Feb 10 11:15:50 CET 2014


James Board <jpboard2 <at> yahoo.com> writes:

> I'm trying to concatenate to AVI files together. This is 
> the command and error message
> 
> > ffmpeg -f concat -i file1.avi file2.avi -c copy OUT.avi

The file that you feed to the concat demuxer is a text file, 
see http://ffmpeg.org/ffmpeg-formats.html#concat-1

There are also a filter and a protocol:
http://ffmpeg.org/ffmpeg-filters.html#concat
http://ffmpeg.org/ffmpeg-protocols.html#concat

Carl Eugen



More information about the ffmpeg-user mailing list