2004-08-21 15:50:22 +00:00
|
|
|
.TH MKVINFO "1" "August 2004" "mkvinfo v1.2.0" "User Commands"
|
2003-04-20 15:12:28 +00:00
|
|
|
.SH NAME
|
|
|
|
mkvinfo \- Print information about tracks in Matroska files
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B mkvinfo
|
|
|
|
[\fIoptions\fR] \fIinname\fR
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.LP
|
|
|
|
This program lists all tracks contained in a Matroska file including
|
|
|
|
information about the codecs used.
|
|
|
|
.TP
|
|
|
|
inname
|
|
|
|
Use '\fIinname\fR' as the source.
|
|
|
|
.TP
|
2003-05-28 08:39:14 +00:00
|
|
|
\fB\-g\fR, \fB\-\-gui\fR
|
|
|
|
Start the GUI. This option is only available if mkvinfo was compiled with
|
|
|
|
GUI support.
|
|
|
|
.TP
|
2003-04-20 15:12:28 +00:00
|
|
|
\fB\-v\fR, \fB\-\-verbose\fR
|
|
|
|
Be verbose and show all Matroska elements. See the section
|
|
|
|
\'\fBVERBOSITY LEVELS\fR' for details.
|
|
|
|
.TP
|
2003-08-09 21:11:54 +00:00
|
|
|
\fB\-c\fR, \fB\-\-checksums\fR
|
|
|
|
Calculates and display the Adler32 checksum for each frame. Useful for
|
|
|
|
debugging only.
|
|
|
|
.TP
|
2004-04-03 11:16:26 +00:00
|
|
|
\fB\-s\fR, \fB\-\-summary\fR
|
|
|
|
Only show a terse summary of what \fBmkvinfo\fR finds and not each element.
|
|
|
|
.TP
|
2003-04-20 15:12:28 +00:00
|
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
|
|
Show usage information.
|
|
|
|
.TP
|
|
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
|
|
Show version information.
|
|
|
|
.SH VERBOSITY LEVELS
|
|
|
|
.LP
|
|
|
|
The \fB-v\fR option can be used to increase \fBmkvinfo\fR's verbosity level
|
|
|
|
and print more information about the current file.
|
|
|
|
.TP
|
|
|
|
level 0
|
|
|
|
will print only the track headers it finds and their types. \fBmkvinfo\fR
|
|
|
|
will exit as soon as the headers are parsed completely (more technical:
|
2003-06-22 09:47:08 +00:00
|
|
|
as soon as the first cluster is encountered). In this level the seek head
|
|
|
|
entries and the cues will not be displayed - even if they're located in
|
2003-07-31 12:17:10 +00:00
|
|
|
front of the track information.
|
2003-04-20 15:12:28 +00:00
|
|
|
.TP
|
|
|
|
level 1
|
2003-07-31 12:17:10 +00:00
|
|
|
will also print all Matroska elements encountered for the complete file but
|
2003-06-22 09:47:08 +00:00
|
|
|
the seek head entries and the cue entries.
|
2003-04-20 15:12:28 +00:00
|
|
|
.TP
|
|
|
|
level 2
|
2003-06-22 09:47:08 +00:00
|
|
|
will also print the seek head entries, the cue entries and the file position
|
|
|
|
at which each Matroska element can be found at.
|
2003-07-14 19:09:25 +00:00
|
|
|
.TP
|
|
|
|
level 3
|
|
|
|
will print some information that is not directly connected to a Matroska
|
|
|
|
element. All other elements only print stuff about the elements that were
|
|
|
|
just found. Level 3 adds meta information to ease debugging (read: it's
|
2003-07-31 12:17:10 +00:00
|
|
|
intended for developers only). All lines written by level 3 are enclosed
|
2003-07-14 19:09:25 +00:00
|
|
|
in square brackets to make filtering them out easy.
|
2003-04-20 15:12:28 +00:00
|
|
|
.LP
|
|
|
|
.SH AUTHOR
|
|
|
|
.I mkvinfo
|
|
|
|
was written by Moritz Bunkus <moritz@bunkus.org>.
|
|
|
|
.SH SEE ALSO
|
2003-06-22 12:26:27 +00:00
|
|
|
.BR mkvmerge (1),
|
2003-12-11 18:30:19 +00:00
|
|
|
.BR mkvextract (1),
|
|
|
|
.BR mmg (1)
|
2003-04-20 15:12:28 +00:00
|
|
|
.SH WWW
|
|
|
|
The newest version can always be found at
|
|
|
|
.UR http://www.bunkus.org/videotools/mkvtoolnix/
|
|
|
|
<http://www.bunkus.org/videotools/mkvtoolnix/>
|
|
|
|
.UE
|