Joining 2 Video Files

From Open Source Ecology
Revision as of 18:05, 22 May 2021 by Marcin (talk | contribs) (Created page with "=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 nam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to 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 'part1.mkv' file 'part2.mkv'