docbook patch
Steve Dibb <[email protected]>
| Newsgroups | gmane.comp.multimedia.matroska.user |
|---|---|
| Message-ID | <[email protected]> |
Mosu, Here's a pathetic attempt at a patch. In my defense, I haven't worked with DocBook in a while. Steve _______________________________________________ Matroska-users mailing list [email protected] http://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-users Read Matroska-Users on GMane: http://dir.gmane.org/gmane.comp.multimedia.matroska.user
mkvmerge.xml.patch
(text/plain, 4.5 KB)
--- doc/man/mkvmerge.xml.old 2010-10-31 08:42:16.000000000 -0600
+++ doc/man/mkvmerge.xml 2010-11-03 17:54:24.000000000 -0600
@@ -1013,6 +1013,28 @@
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><option>--compression</option> <parameter>TID:n</parameter></term>
+ <listitem>
+ <para>
+ Selects the compression method to be used for the track. Note that the player also has to support this method. Valid values are
+ '<literal>none</literal>', '<literal>zlib</literal>', '<literal>lzo</literal>'/'<literal>lxo1x</literal>',
+ '<literal>bz2</literal>'/'<literal>bzlib</literal>' and '<literal>mpeg4_p2</literal>'/'<literal>mpeg4p2</literal>'. The values
+ '<literal>lzo</literal>'/'<literal>lxo1x</literal>' and '<literal>bz2</literal>'/'<literal>bzlib</literal>' are only available if
+ &mkvmerge; has been compiled with support for the <productname>liblzo</productname> and <productname>bzlib</productname> compression libraries,
+ respectively.
+ </para>
+ <para>
+ The compression method '<literal>mpeg4_p2</literal>'/'<literal>mpeg4p2</literal>' is a special compression method called
+ '<foreignphrase>header removal</foreignphrase>' that is only available for <abbrev>MPEG4</abbrev> part 2 video tracks.
+ </para>
+ <para>
+ The default is '<literal>zlib</literal>' compression. This compression method is also the one that most if not all playback
+ applications support. Support for other compression methods other than '<literal>none</literal>' is not assured.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
<para>
@@ -1105,31 +1127,6 @@
</para>
</listitem>
</varlistentry>
-
- <varlistentry id="mkvmerge.description.compression">
- <term><option>--compression</option> <parameter>TID:method</parameter></term>
- <listitem>
- <para>
- Selects the compression method to be used for the VobSub track. Note that the player also has to support this method. Valid values are
- '<literal>none</literal>', '<literal>zlib</literal>', '<literal>lzo</literal>'/'<literal>lxo1x</literal>',
- '<literal>bz2</literal>'/'<literal>bzlib</literal>' and '<literal>mpeg4_p2</literal>'/'<literal>mpeg4p2</literal>'. The values
- '<literal>lzo</literal>'/'<literal>lxo1x</literal>' and '<literal>bz2</literal>'/'<literal>bzlib</literal>' are only available if
- &mkvmerge; has been compiled with support for the <productname>liblzo</productname> respectively <productname>bzlib</productname>
- compression libraries.
- </para>
-
- <para>
- The compression method '<literal>mpeg4_p2</literal>'/'<literal>mpeg4p2</literal>' is a special compression method called
- '<foreignphrase>header removal</foreignphrase>' that is only available for MPEG4 part 2 video tracks. The other methods are general
- compression methods that can be used with any type of track.
- </para>
-
- <para>
- The default is '<literal>zlib</literal>' compression. This compression method is also the one that most if not all playback
- applications support. Support for other compression methods other than '<literal>none</literal>' is not assured.
- </para>
- </listitem>
- </varlistentry>
</variablelist>
<para>
@@ -1478,6 +1475,13 @@
If you do not see the language or default track flags that you've specified in &mkvinfo;'s output then please read the
section about <link linkend="mkvmerge.default_values">default values</link>.
</para>
+
+ <para>
+ Turn off the compression for an input file.
+ </para>
+
+ <screen>$ mkvmerge -o no-compression.mkv --compression -1:none MyMovie.avi --compression -1:none mymovie.srt</screen>
+
</refsect1>
<refsect1 id="mkvmerge.track_ids">
@@ -1489,6 +1493,10 @@
linkend="mkvmerge.description.identify"><option>--identify</option></link> option. An example for such output:
</para>
+ <para>
+ Do not confuse the track IDs that are assigned to the tracks that are placed in the output MKV file, with the track IDs of the input files. Only the input file track IDs are used for options needing these values.
+ </para>
+
<screen>
$ mkvmerge -i v.mkv
File 'v.mkv': container: &matroska;
@@ -1509,6 +1517,12 @@
<listitem>
<para>
+ <abbrev>MP4</abbrev> files: As output from x264, the video track has the ID 1.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<abbrev>AAC</abbrev>, <abbrev>AC3</abbrev>, <abbrev>MP3</abbrev>, <abbrev>SRT</abbrev> and <abbrev>WAV</abbrev> files: The one 'track'
in that file gets the ID 0.
</para>