User Tools

Site Tools


how-to:combine_mkv_files_with_ffmpeg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

how-to:combine_mkv_files_with_ffmpeg [2016/11/07 13:37] – created curry_searlehow-to:combine_mkv_files_with_ffmpeg [2016/11/07 13:41] (current) curry_searle
Line 1: Line 1:
 ==== Combine MKV with ffmpeg ==== ==== Combine MKV with ffmpeg ====
  
-Create your input file; name it ''InputFiles.list''. The format is like:+This tutorial assumes you have a series of .MKV files you want to combine into a single file. They can be in a single location or various places on the file system. 
 + 
 +Create your input text file; name it ''InputFiles.list''. The format is like:
 <code> <code>
 file './path/to/file1.mkv' file './path/to/file1.mkv'
Line 12: Line 14:
 ffmpeg -f concat -i InputFiles.list -c copy CombinedOutputVideoFile.mkv ffmpeg -f concat -i InputFiles.list -c copy CombinedOutputVideoFile.mkv
 </code> </code>
 +
 +The resulting file ''CombinedOutputVideoFile.mkv'' is the single file comprised of the individual pieces.
  
 === Resources === === Resources ===
   * [[https://trac.ffmpeg.org/wiki/Concatenate|ffmpeg Concatenate]]   * [[https://trac.ffmpeg.org/wiki/Concatenate|ffmpeg Concatenate]]
how-to/combine_mkv_files_with_ffmpeg.1478554651.txt.gz · Last modified: 2016/11/07 13:37 by curry_searle