[MPlayer-DOCS] r18650 - in trunk/DOCS/xml: de/video.xml en/video.xml

kraymer subversion at mplayerhq.hu
Thu Jun 8 16:09:35 CEST 2006


Author: kraymer
Date: Thu Jun  8 16:09:34 2006
New Revision: 18650

Modified:
   trunk/DOCS/xml/en/video.xml

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/xml/de/video.xml

Log:

small fixes in en/video.xml
review of de/video.xml with above changes applied


Modified: trunk/DOCS/xml/en/video.xml
==============================================================================
--- trunk/DOCS/xml/en/video.xml	(original)
+++ trunk/DOCS/xml/en/video.xml	Thu Jun  8 16:09:34 2006
@@ -796,7 +796,7 @@
 <varlistentry>
   <term><option>-fb</option></term>
   <listitem><simpara>
-    specify the framebuffer device to use (<filename>/dev/fb0</filename>)
+    specify the framebuffer device to use (default: <filename>/dev/fb0</filename>)
     </simpara></listitem>
 </varlistentry>
 <varlistentry>
@@ -808,7 +808,7 @@
 <varlistentry>
   <term><option>-fbmodeconfig</option></term>
   <listitem><simpara>
-    config file of modes (default <filename>/etc/fb.modes</filename>)
+    config file of modes (default: <filename>/etc/fb.modes</filename>)
     </simpara></listitem>
 </varlistentry>
 <varlistentry>
@@ -1053,7 +1053,7 @@
 <varlistentry>
   <term><option>-aasubcolor=<replaceable>V</replaceable></option></term>
   <listitem><para>
-    change subtitle color
+    Change subtitle color
     </para><para>
     where <replaceable>V</replaceable> can be:
     <literal>0</literal> (normal),
@@ -1072,25 +1072,25 @@
 <varlistentry>
   <term><option>-aadriver</option></term>
   <listitem><simpara>
-    set recommended aa driver (X11, curses, Linux)
+    Set recommended aa driver (X11, curses, Linux).
     </simpara></listitem>
 </varlistentry>
 <varlistentry>
   <term><option>-aaextended</option></term>
   <listitem><simpara>
-    use all 256 characters
+    Use all 256 characters.
     </simpara></listitem>
 </varlistentry>
 <varlistentry>
   <term><option>-aaeight</option></term>
   <listitem><simpara>
-    use eight bit ASCII
+    Use eight bit ASCII.
     </simpara></listitem>
 </varlistentry>
 <varlistentry>
   <term><option>-aahelp</option></term>
   <listitem><simpara>
-    prints out all aalib options
+    Prints out all aalib options.
     </simpara></listitem>
 </varlistentry>
 </variablelist>
@@ -1619,9 +1619,7 @@
   <systemitem>cvid, divxds, xvid, divx4, wmv7, wmv8</systemitem> and some
   others. Please note that this is only
   a temporal inconvenience. The usage syntax is as follows:
-  <screen>
-    mplayer -vf format=uyvy -vc divxds <replaceable>divx3file.avi</replaceable>
-  </screen>
+  <screen>mplayer -vf format=uyvy -vc divxds <replaceable>divx3file.avi</replaceable> </screen>
   </para></listitem>
 </itemizedlist>
 
@@ -1630,9 +1628,7 @@
   <emphasis role="bold">plain, pure, text-only console</emphasis> - with no
   framebuffer or X magic whatsoever. For this purpose, we'll have to use the
   <option>cvidix</option> video output, as the following example shows:
-  <screen>
-    mplayer -vf format=uyvy -vc divxds -vo cvidix <replaceable>example.avi</replaceable>
-  </screen>
+  <screen>mplayer -vf format=uyvy -vc divxds -vo cvidix <replaceable>example.avi</replaceable> </screen>
 </para>
 
 <para>
@@ -1971,12 +1967,12 @@
 <title>USAGE</title>
 <varlistentry>
 <term><option>-vo dxr2</option></term>
-<listitem><para>enable TV output</para></listitem>
+<listitem><para>Enable TV output.</para></listitem>
 </varlistentry>
 
 <varlistentry>
 <term><option>-vo dxr2:x11</option> or <option>-vo dxr2:xv</option></term>
-<listitem><para>enable Overlay output in X11</para></listitem>
+<listitem><para>Enable Overlay output in X11.</para></listitem>
 </varlistentry>
 
 <varlistentry>
@@ -2492,7 +2488,6 @@
         Option          "ConnectedMonitor" "CRT, TV"
         Option          "TVStandard" "PAL-B"
         Option          "TVOutFormat" "Composite"
-
 EndSection
 </programlisting>
 </para>



More information about the MPlayer-DOCS mailing list