[FFmpeg-user] how to concatenate several flv files into one flv file

Cley Faye cleyfaye at gmail.com
Thu Nov 17 15:58:06 EET 2016


2016-11-17 14:21 GMT+01:00 qw <applemax82 at 163.com>:

> >All methods and each of their restrictions are listed here:
> >https://trac.ffmpeg.org/wiki/Concatenate
>
>
> I use the following command, which doesn't work since vlc can play the 1st
> file but not 2nd file in the resulting flv file.
>
>
> ffmpeg -i "concat:file1.flv|file2.flv" -c copy -f flv file_mixed.flv
>
>
> does ffmpeg support the function of merging two flv files correctly?
>

The Concatenate page explicitely tells about this command. It works at the
file level, and only certain files can be concatenated this way. Use any of
the other method.


More information about the ffmpeg-user mailing list