Tag Archives: Merge MPEG Videos

MP4, MPEG Video Merger Now Supported with FFMPEG

Concatenating the MP4/MPEG Video isn’t the same as merging pure data files – as MP4/MPEG video files contain header information. We can do this via FFMPEG, see this for instance: Click to toggle codeblock 1 ffmpeg -f concat -safe 0 -i ‘videos.lst’ -c copy ‘output.mp4’ ffmpeg -f concat -safe 0 -i ‘videos.lst’ -c copy ‘output.mp4’ Continue Reading »