how-to:combine_mkv_files_with_ffmpeg
Differences
This shows you the differences between two versions of the page.
| how-to:combine_mkv_files_with_ffmpeg [2016/11/07 13:37] – created curry_searle | how-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 '' | + | 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 '' | ||
| < | < | ||
| file ' | file ' | ||
| Line 12: | Line 14: | ||
| ffmpeg -f concat -i InputFiles.list -c copy CombinedOutputVideoFile.mkv | ffmpeg -f concat -i InputFiles.list -c copy CombinedOutputVideoFile.mkv | ||
| </ | </ | ||
| + | |||
| + | The resulting file '' | ||
| === Resources === | === Resources === | ||
| * [[https:// | * [[https:// | ||
how-to/combine_mkv_files_with_ffmpeg.1478554651.txt.gz · Last modified: by curry_searle
