Forrest logo
back to the mkvmerge tool

mkvmerge:ai:b8aab

how do i extraxt multiple tracks to a different file using mkvmerge?
$ mkvmerge -o output.mkv file1.mkv + file2.mkv + file3.mkv
try on your machine

This command will extract multiple tracks from file1.mkv, file2.mkv, and file3.mkv, and combine them into a single output file named output.mkv using mkvmerge.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how do i extraxt multiple tracks to a different file using mkvmerge?
back to the mkvmerge tool