[FFmpeg-user] Use segment muxer and concat: protocol

Andrey Utkin andrey.krieger.utkin at gmail.com
Wed Feb 15 10:13:36 CET 2012


2012/2/15 Acer Yang <yangacer at gmail.com>:
> It seems, however, have nothing different from UNIX cat utility ... am I
> right?

For local files, yes. But it allows you concatenating also network
streams and pipes.
To join video, it would work if you remux it to mpegts, converting
h264 streams to Annex B flavour, using -bsf h264_mp4toannexb. Then
concat will work, and you can remux it back to mp4 format and it
should play good.

-- 
Andrey Utkin


More information about the ffmpeg-user mailing list