mirror of https://github.com/mpv-player/mpv
[cosmetics] Consistent XML source formatting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21466 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f2ec197873
commit
d1a6eb4794
|
@ -14,6 +14,10 @@ for a wealth of discussions about all aspects of and problems related to
|
||||||
encoding with <application>MEncoder</application>.
|
encoding with <application>MEncoder</application>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
|
|
||||||
<sect1 id="menc-feat-selecting-codec">
|
<sect1 id="menc-feat-selecting-codec">
|
||||||
<title>Selecting codecs and container formats</title>
|
<title>Selecting codecs and container formats</title>
|
||||||
|
|
||||||
|
@ -26,9 +30,9 @@ to list all video codecs supported by the version of
|
||||||
<application>MEncoder</application> on your machine.
|
<application>MEncoder</application> on your machine.
|
||||||
The following choices are available:
|
The following choices are available:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Audio Codecs:
|
Audio Codecs:
|
||||||
|
|
||||||
<informaltable frame="all">
|
<informaltable frame="all">
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -110,6 +114,7 @@ Video codecs:
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Output container formats are selected with the <option>-of</option>
|
Output container formats are selected with the <option>-of</option>
|
||||||
option.
|
option.
|
||||||
|
@ -119,6 +124,7 @@ to list all containers supported by the version of
|
||||||
<application>MEncoder</application> on your machine.
|
<application>MEncoder</application> on your machine.
|
||||||
The following choices are available:
|
The following choices are available:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Container formats:
|
Container formats:
|
||||||
<informaltable frame="all">
|
<informaltable frame="all">
|
||||||
|
@ -162,6 +168,7 @@ experience problems when using them.
|
||||||
<para>
|
<para>
|
||||||
<systemitem class="library">libavformat</systemitem> containers:
|
<systemitem class="library">libavformat</systemitem> containers:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
If you selected <systemitem class="library">libavformat</systemitem>
|
If you selected <systemitem class="library">libavformat</systemitem>
|
||||||
to do the muxing of the output file (by using the <option>-of lavf</option>),
|
to do the muxing of the output file (by using the <option>-of lavf</option>),
|
||||||
|
@ -173,9 +180,10 @@ You may force a particular container format with
|
||||||
|
|
||||||
<informaltable frame="all">
|
<informaltable frame="all">
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
<thead>
|
<thead><row>
|
||||||
<row><entry><systemitem class="library">libavformat</systemitem> container name</entry><entry>Description</entry></row>
|
<entry><systemitem class="library">libavformat</systemitem> container name</entry>
|
||||||
</thead>
|
<entry>Description</entry>
|
||||||
|
</row></thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<row>
|
<row>
|
||||||
<entry>mpg</entry>
|
<entry>mpg</entry>
|
||||||
|
@ -255,6 +263,9 @@ mencoder <replaceable>input.avi</replaceable> -o <replaceable>output.flv</replac
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
|
|
||||||
<sect1 id="menc-feat-selecting-input">
|
<sect1 id="menc-feat-selecting-input">
|
||||||
<title>Selecting input file or device</title>
|
<title>Selecting input file or device</title>
|
||||||
|
|
||||||
|
@ -277,6 +288,7 @@ for reading directly from disc, if the defaults of
|
||||||
<filename>/dev/dvd</filename> and <filename>/dev/cdrom</filename> do
|
<filename>/dev/dvd</filename> and <filename>/dev/cdrom</filename> do
|
||||||
not work on your system.
|
not work on your system.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
When encoding from DVD, it is often desirable to select a chapter or
|
When encoding from DVD, it is often desirable to select a chapter or
|
||||||
range of chapters to encode.
|
range of chapters to encode.
|
||||||
|
@ -287,6 +299,7 @@ This is especially useful if you will be making a 1400 MB encode
|
||||||
targetted for two CDs, since you can ensure the split occurs exactly
|
targetted for two CDs, since you can ensure the split occurs exactly
|
||||||
at a chapter boundary rather than in the middle of a scene.
|
at a chapter boundary rather than in the middle of a scene.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
If you have a supported TV capture card, you can also encode from the
|
If you have a supported TV capture card, you can also encode from the
|
||||||
TV-in device.
|
TV-in device.
|
||||||
|
@ -298,6 +311,9 @@ DVB input works similarly.
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
|
|
||||||
<sect1 id="menc-feat-mpeg4">
|
<sect1 id="menc-feat-mpeg4">
|
||||||
<title>Encoding two pass MPEG-4 ("DivX")</title>
|
<title>Encoding two pass MPEG-4 ("DivX")</title>
|
||||||
|
|
||||||
|
@ -345,6 +361,9 @@ mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 \
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
|
|
||||||
<sect1 id="menc-feat-handheld-psp">
|
<sect1 id="menc-feat-handheld-psp">
|
||||||
<title>Encoding to Sony PSP video format</title>
|
<title>Encoding to Sony PSP video format</title>
|
||||||
|
|
||||||
|
@ -389,6 +408,9 @@ Note that you can set the title of the video with
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
|
|
||||||
<sect1 id="menc-feat-mpeg">
|
<sect1 id="menc-feat-mpeg">
|
||||||
<title>Encoding to MPEG format</title>
|
<title>Encoding to MPEG format</title>
|
||||||
<para>
|
<para>
|
||||||
|
@ -442,9 +464,12 @@ bitrate. You should note, though, that you'll get the best results if
|
||||||
all passes are run with target bitrates that do not differ very much.
|
all passes are run with target bitrates that do not differ very much.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
|
|
||||||
<sect1 id="menc-feat-rescale">
|
<sect1 id="menc-feat-rescale">
|
||||||
<title>Rescaling movies</title>
|
<title>Rescaling movies</title>
|
||||||
|
|
||||||
|
@ -472,6 +497,9 @@ mencoder <replaceable>input.mpg</replaceable> -ovc lavc -lavcopts vcodec=mpeg4:m
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
|
|
||||||
<sect1 id="menc-feat-streamcopy">
|
<sect1 id="menc-feat-streamcopy">
|
||||||
<title>Stream copying</title>
|
<title>Stream copying</title>
|
||||||
|
|
||||||
|
@ -517,10 +545,12 @@ mencoder <replaceable>input.nsv</replaceable> -oac copy -fafmttag 0x706D \
|
||||||
-ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -o <replaceable>output.avi</replaceable>
|
-ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -o <replaceable>output.avi</replaceable>
|
||||||
</screen>
|
</screen>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
|
|
||||||
<sect1 id="menc-feat-enc-images">
|
<sect1 id="menc-feat-enc-images">
|
||||||
<title>Encoding from multiple input image files (JPEG, PNG, TGA, etc.)</title>
|
<title>Encoding from multiple input image files (JPEG, PNG, TGA, etc.)</title>
|
||||||
|
|
||||||
|
@ -621,12 +651,14 @@ mencoder mf://*.tga -mf w=800:h=600:fps=25:type=tga -ovc copy -oac copy -o <repl
|
||||||
--></screen>
|
--></screen>
|
||||||
</para>
|
</para>
|
||||||
</informalexample>
|
</informalexample>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
</formalpara>
|
</formalpara>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
|
|
||||||
<sect1 id="menc-feat-extractsub">
|
<sect1 id="menc-feat-extractsub">
|
||||||
<title>Extracting DVD subtitles to VOBsub file</title>
|
<title>Extracting DVD subtitles to VOBsub file</title>
|
||||||
|
|
||||||
|
@ -684,9 +716,12 @@ mencoder <replaceable>movie.mpg</replaceable> -ifo <replaceable>movie.ifo</repla
|
||||||
-vobsuboutid fr -sid 1 -nosound -ovc copy
|
-vobsuboutid fr -sid 1 -nosound -ovc copy
|
||||||
</screen>
|
</screen>
|
||||||
</example>
|
</example>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
|
|
||||||
<sect1 id="aspect">
|
<sect1 id="aspect">
|
||||||
<title>Preserving aspect ratio</title>
|
<title>Preserving aspect ratio</title>
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in New Issue