how-to:combine_mkv_files_with_ffmpeg
This is an old revision of the document!
Combine MKV with ffmpeg
Create your input file; name it InputFiles.list
. The format is like:
file './path/to/file1.mkv' file './path/to/file2.mkv' file './path/to/file3.mkv'
Run ffmpeg specifying your input file like:
ffmpeg -f concat -i InputFiles.list -c copy CombinedOutputVideoFile.mkv
Resources
how-to/combine_mkv_files_with_ffmpeg.1478554651.txt.gz · Last modified: 2016/11/07 13:37 by curry_searle