mkvmerge
Merge and extract multimedia streams.
- Display information about a Matroska file:
mkvmerge --identify {path/to/file.mkv}
- Extract the audio from track 1 of a specific file:
mkvextract tracks {path/to/file.mkv} {1}:{path/to/output.webm}
- Extract the subtitle from track 3 of a specific file:
mkvextract tracks {path/to/file.mkv} {3}:{path/to/subs.srt}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).