[FFmpeg-user] concat issue
John de la Garza
john at jjdev.com
Wed Jan 23 21:48:55 CET 2013
On Wed, Jan 23, 2013 at 09:51:37AM +0000, Liam Condron-Farnos wrote:
>
> However, I would strongly recommend using the concat demuxer, as it avoids
> creating those intermediate files.
ok
I have played with the concat filter like this:
ffmpeg -y -i 0.mp4 -i 1.mp4 -i 2.mp4 -filter_complex \
concat=n=3:v=1:a=1 output.mp4
which works great (if I can accept many intermediate files), this will
be plan B
hopefully I can do plan A: concat demuxer
I'm reading the man page now
Thanks for pointing me in this direction
More information about the ffmpeg-user
mailing list