(Keeps only tracks 1 & 2, drops subtitles)
mkvmerge -o output.mkv input1.video input2.audio input3.srt
:
: Adding, removing, or reordering specific audio tracks (like dubs in different languages) or subtitle tracks within a file.
mkvmerge -o synced.mkv --sync 1:500ms video.mkv audio.dts mkvmerge
While mkvmerge is the "engine," it is usually bundled with other helpful tools:
: Joining several smaller video clips into one long video, provided they share the same codec parameters. (Keeps only tracks 1 & 2, drops subtitles)
mkvmerge is typically invoked via a terminal or command prompt. Below are common commands: