[MPlayer-DOCS] r20041 - in trunk/DOCS/xml/en: mencoder.xml usage.xml video.xml
diego
subversion at mplayerhq.hu
Wed Oct 4 18:51:23 CEST 2006
Author: diego
Date: Wed Oct 4 18:51:22 2006
New Revision: 20041
Modified:
trunk/DOCS/xml/en/mencoder.xml
trunk/DOCS/xml/en/usage.xml
trunk/DOCS/xml/en/video.xml
Log:
Add IDs to some examples/tables.
Modified: trunk/DOCS/xml/en/mencoder.xml
==============================================================================
--- trunk/DOCS/xml/en/mencoder.xml (original)
+++ trunk/DOCS/xml/en/mencoder.xml Wed Oct 4 18:51:22 2006
@@ -314,7 +314,7 @@
net.
</para>
-<example>
+<example id="copy_audio_track">
<title>copy audio track</title>
<para>
Two pass encode of the second track a DVD to an MPEG-4 ("DivX")
@@ -326,7 +326,7 @@
</para>
</example>
-<example>
+<example id="encode_audio_track">
<title>encode audio track</title>
<para>
Two pass encode of a DVD to an MPEG-4 ("DivX") AVI while encoding
@@ -370,8 +370,8 @@
</itemizedlist>
</para>
-<example>
-<title>Example</title>
+<example id="encode_for_psp">
+<title>encode for PSP</title>
<para>
<screen>
mencoder -oac lavc -ovc lavc -of lavf -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \
@@ -648,7 +648,7 @@
before starting.
</para>
-<example>
+<example id="copying_two_subtitles_from_a_dvd_while_doing_two_pass_encoding">
<title>Copying two subtitles from a DVD while doing two pass encoding</title>
<screen>
rm subtitles.idx subtitles.sub
@@ -657,7 +657,7 @@
--></screen>
</example>
-<example>
+<example id="copying_a_french_subtitle_from_an_mpeg_file">
<title>Copying a french subtitle from an MPEG file</title>
<screen>
rm subtitles.idx subtitles.sub
Modified: trunk/DOCS/xml/en/usage.xml
==============================================================================
--- trunk/DOCS/xml/en/usage.xml (original)
+++ trunk/DOCS/xml/en/usage.xml Wed Oct 4 18:51:22 2006
@@ -256,7 +256,7 @@
<command>mplayer -input cmdlist</command>.
</para>
-<example>
+<example id="input_control_file">
<title>A simple input control file</title>
<programlisting>
##
Modified: trunk/DOCS/xml/en/video.xml
==============================================================================
--- trunk/DOCS/xml/en/video.xml (original)
+++ trunk/DOCS/xml/en/video.xml Wed Oct 4 18:51:22 2006
@@ -662,7 +662,7 @@
</varlistentry>
</variablelist>
-<table>
+<table id="sdl_only_keys">
<title>SDL only keys</title>
<tgroup cols="2">
<thead>
More information about the MPlayer-DOCS
mailing list