Usage: mkvextract tracks
or mkvextract tags
or mkvextract attachments
or mkvextract chapters
or mkvextract cuesheet
or mkvextract timecodes_v2
or mkvextract <-h|-V>
The first word tells mkvextract what to extract. The second must be the
source file. The only 'global' option that can be used with all modes is
'-v' or '--verbose' to increase the verbosity. All other options depend
on the mode.
The first mode extracts some tracks to external files.
-c charset Convert text subtitles to this charset (default: UTF-8).
--no-ogg Write raw FLAC files (default: write OggFLAC files).
--cuesheet Also try to extract the CUE sheet from the chapter
information and tags for this track.
--blockadd level Keep only the BlockAdditions up to this level
(default: keep all levels)
--raw Extract the data to a raw file.
--fullraw Extract the data to a raw file including the CodecPrivate
as a header.
TID:out Write track with the ID TID to the file 'out'.
Example:
mkvextract tracks "a movie.mkv" 2:audio.ogg -c ISO8859-1 3:subs.srt