[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.202,1.203 encoding.html,1.33,1.34

Winner of tha face compo gabucino at mplayer.dev.hu
Wed Mar 13 16:33:57 CET 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv27661/DOCS

Modified Files:
	documentation.html encoding.html 
Log Message:
ijpg for jpegs


Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- documentation.html	10 Mar 2002 09:03:36 -0000	1.202
+++ documentation.html	13 Mar 2002 15:33:55 -0000	1.203
@@ -381,6 +381,10 @@
   <LI><B>SDL</B> - it's not mandatory, but can help in some cases (bad audio,
     videocards that lag strangely with the xv driver). Always use the newest
     (beginning from 1.2.x).</LI>
+  <LI><B>libjpeg</B> - recommended and default (M)JPEG decoder. Useful for
+    both <B>MPlayer</B> and <B>MEncoder</B>.</LI>
+  <LI><B>libpng</B> - recommended and default (M)PNG decoder. Useful for
+    both <B>MPlayer</B> and <B>MEncoder</B>.</LI>
 </UL>
 
 <P><B><I>CODECS</I></B></P>

Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/encoding.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- encoding.html	10 Mar 2002 09:28:01 -0000	1.33
+++ encoding.html	13 Mar 2002 15:33:55 -0000	1.34
@@ -50,6 +50,9 @@
       panic if it's <B>400</B> or so, you shouldn't heard any audible
       quality decrease. Oh, and if your compiler doesn't even run <CODE>make test</CODE> ...
       Well, delete that <B>GCC 2.96</B>.</LI>
+    <LI><B>OPTIONAL</B> - <CODE>libjpeg</CODE> and <CODE>libpng</CODE> -
+      as described in the <A HREF="documentation.html#1.3">Installation</A>
+      section</LI>
   </UL>
 </P>
 
@@ -251,17 +254,8 @@
 
 <P><B><I>Explanation of the process</I></B></P>
 
-<P><B>MEncoder</B> <I>decodes</I> the input image(s) with an available MJPEG
-  video codec (when decoding PNGs, it will use <B>libpng</B>). By
-  default it uses <CODE>ffmjpeg</CODE>, so you have to compile with libavcodec
-  support (which is recommended anyways). Its disadvantage is that it can't
-  handle some JPEG types (green image will be encoded for these). Use some
-  external utility to convert those images into edible format.<BR> You can
-  freely choose any other MJPEG decoder, like <CODE>mcmjpg32.dll</CODE>
-  (MainConcept Motion JPEG) if installed, and after checking
-  <CODE>codecs.conf</CODE> and checking the <CODE>videocodec</CODE> line which
-  refers to this file, you'll learn you have to use the <CODE>-vc mjpeg</CODE>
-  option for it.
+<P><B>MEncoder</B> <I>decodes</I> the input image(s) with <CODE>libjpeg</CODE>
+  (when decoding PNGs, it will use <B>libpng</B>).
 </P>
 
 <P><B>MEncoder</B> then feeds the decoded image to the chosen video compressor




More information about the MPlayer-cvslog mailing list