informatique:divers:ffmpeg
This is an old revision of the document!
Merge videos ffmpeg
Use the concat demuxer. First, create a text file with the filenames. file '1.mp4' file '2.mp4' file '3.mp4' ... file '13.mp4' file '14.mp4' file '15.mp4' Then, run the concat command. ffmpeg -f concat -i textfile -c copy -fflags +genpts merged.mp4 For this to work, all videos should have same properties such as codec, resolution, framerate, sample rate, etc. If they are not, you can encode the concat. ffmpeg -f concat -i textfile -fflags +genpts merged.mp4
informatique/divers/ffmpeg.1588236673.txt.gz · Last modified: 2020/04/30 10:51 by didzkovitchz
