[MPlayer-DOCS] CVS: main/DOCS/xml/en mencoder.xml, 1.92, 1.93 encoding-guide.xml, 1.24, 1.25

Guillaume Poirier CVS syncmail at mplayerhq.hu
Fri Sep 23 08:47:10 CEST 2005


CVS change done by Guillaume Poirier CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv29137/en

Modified Files:
	mencoder.xml encoding-guide.xml 
Log Message:
Nits and fixes


Index: mencoder.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- mencoder.xml	22 Sep 2005 21:34:51 -0000	1.92
+++ mencoder.xml	23 Sep 2005 06:47:07 -0000	1.93
@@ -85,7 +85,7 @@
   </row>
   <row>
     <entry>x264</entry>
-    <entry>x264, MPEG-4 Advanced Video Coding (AVC), aka H.264 codec</entry>
+    <entry>x264, MPEG-4 Advanced Video Coding (AVC), AKA H.264 codec</entry>
   </row>
   <row>
     <entry>nuv</entry>
@@ -219,7 +219,8 @@
 <screen>
 mencoder -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video -oac copy <replaceable>other_options</replaceable> <replaceable>media.avi</replaceable> -o <replaceable>output.mpg</replaceable>
 </screen>
-Creating a MPEG-1 file suitable for exchange:
+Creating an MPEG-1 file suitable to be played on system with minimal
+multimedia support, like default Windows installs:
 <screen>
 mencoder -of mpeg -mpegopts format=mpeg1:tsaf:muxrate=2000 -o \
 <replaceable>x.mpg</replaceable> -oac lavc -ovc lavc \

Index: encoding-guide.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/encoding-guide.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- encoding-guide.xml	20 Sep 2005 19:57:09 -0000	1.24
+++ encoding-guide.xml	23 Sep 2005 06:47:07 -0000	1.25
@@ -2298,7 +2298,7 @@
 </para>
 <informalexample>
 <para>
-An example, with MJPEG compression:
+An example with MJPEG compression:
 <screen>mencoder dvd://2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -oac copy</screen>
 </para>
 </informalexample>
@@ -2339,7 +2339,7 @@
 
 <informalexample>
 <para>
-An example, with AC3 compression:
+An example with AC3 compression:
 <screen>mencoder dvd://2 -o title2.avi -oac lavc -lavcopts acodec=ac3 -ovc copy</screen>
 </para>
 </informalexample>




More information about the MPlayer-DOCS mailing list