Joining 2 Video Files

From Open Source Ecology
(Redirected from How to Join Videos)
Jump to: navigation, search

Use Ffmpeg

Navigate to working directory:

marcin@marcin-Ryzen-3600:~/Desktop$ ffmpeg -f concat -safe 0 -i concat.txt -c copy output.mkv

concat.txt is a text file with names of the files you are joining, in the working directory:

  1. this is a comment

file '1.MP4' file '2.MP4' file '3.MP4'

Links