
mkvmerge:ai:8ac10
how do i extraxt multiple tracks from one file to a different file using mkvmerge?
$ mkvmerge -o outputfile.mkv --split tracks:1,2,3 inputfile.mkv
try on your machine
The command extracts tracks 1, 2, and 3 from 'inputfile.mkv' and saves them as 'outputfile.mkv'.
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 from one file to a different file using mkvmerge?