Concatenate Videos Using ffmpeg

December 24, 2024 - Reading time: ~1 minute

First enter your video files names into a text file like videolist.txt then execute this command.

ffmpeg -f concat -safe 0 -i videolist.txt -c copy output.mp4