Log in

View Full Version : MKVMerge: batch combine multiple MKV files together? (sorted by filename)


kolamorx
18th February 2025, 14:32
MKVMerge: How to batch combine multiple MKV files together, sorted by filename?

Z2697
18th February 2025, 15:40
The easy way:

mkvmerge file1.mkv + file2.mkv -o merged.mkv

This may only work when you have mkv files with similar "layout".

The advanced way is to made an example case in mkvtoolnix-gui, and use "Multiplexer -> Show command line", copy the command line and modify it, like replacing the file names with variables.