How to combine videos with FFmpeg
1 min read
- Create a text file with the list of videos you want to combine. For example, create a file named
videos.txt
with the following content:
- Run the following FFmpeg command to combine the videos:
Now you have a new video file named output.mp4
that contains the combined videos.