[Mplayer-cvslog] CVS: main/DOCS codecs.html,1.30,1.31 documentation.html,1.104,1.105 formats.html,1.2,1.3 mencoder.1,1.13,1.14
Winner of tha face compo
gabucino at mplayer.dev.hu
Mon Nov 12 18:30:51 CET 2001
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv6827/DOCS
Modified Files:
codecs.html documentation.html formats.html mencoder.1
Log Message:
Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- codecs.html 11 Nov 2001 22:30:31 -0000 1.30
+++ codecs.html 12 Nov 2001 17:30:49 -0000 1.31
@@ -154,7 +154,17 @@
<P><B><A NAME=2.2.1.4>2.2.1.4. VIVO video</A></B></P>
-<P>TODO</P>
+<P><B>MPlayer</B> can play Vivo (1.0 and 2.0) videos. The most suitable codec
+for this task is XAnim's H263 decoder codec (it supports fast YV12 output), you
+can call it with the <CODE>-vc h263xa</CODE> option. Of course you have to
+compile XAnim codecs support it, for details see the <A HREF=#2.2.1.3>XAnim
+video codecs</A>. If this doesn't work, get the <CODE>ivvideo.dll</CODE> DLL
+file (from <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">here</A>),
+and install it under <CODE>/usr/lib/win32</CODE> or wherever you store the
+Win32 codecs. This latter codec doesn't support YV12 nor YUY2 only BGR modes,
+thus usable only with the X11 and OpenGL outputs. Discouraged.</P>
+
+<P>Be sure to read the <A HREF=#2.2.2.3>VIVO audio codec</A> section too!</P>
<P><B><A NAME=2.2.1.5>2.2.1.5. MPEG 1/2 video</A></B></P>
@@ -167,6 +177,14 @@
No speed decrease is measurable.</P>
+<P><B><A NAME=2.2.1.6>2.2.1.6. MS Video1</A></B></P>
+
+<P>This is a very old and very bad codec of Microsoft. In the past it was
+decoded with the <CODE>msvidc32.dll</CODE> Win32 codec, now we have our own
+open-source implementation (by <A HREF="mailto:melanson at pcisys.net">Mike
+Melanson</A>).</P>
+
+
<P><B><A NAME=2.2.2>2.2.2. Audio codecs</A></B></P>
<P>The most important audio codecs above all :<BR>
@@ -195,6 +213,14 @@
<P>To enable support, compile with the <CODE>--enable-mad</CODE> configure
option.</P>
+
+
+<P><B><A NAME=2.2.2.3>2.2.2.3. VIVO audio</A></B></P>
+
+<P>AKA VivoSiren. Currently this isn't supported, but when it will, it will use
+the <CODE>vivog723.acm</CODE> file. Download from
+<A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">here</A>,
+then copy it into the <CODE>/usr/lib/win32</CODE> directory, or respectively.</P>
<P><B><A NAME=2.2.3>2.2.3. Win32 codec importing howto</A></B></P>
Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- documentation.html 11 Nov 2001 22:30:31 -0000 1.104
+++ documentation.html 12 Nov 2001 17:30:49 -0000 1.105
@@ -50,11 +50,13 @@
<LI><A HREF="codecs.html#2.2.1.3">2.2.1.3 XAnim codecs</A></LI>
<LI><A HREF="codecs.html#2.2.1.4">2.2.1.4 VIVO video</A></LI>
<LI><A HREF="codecs.html#2.2.1.5">2.2.1.5 MPEG1/2 video</A></LI>
+ <LI><A HREF="codecs.html#2.2.1.6">2.2.1.6 MS Video1</A></LI>
</UL>
<LI><A HREF="codecs.html#2.2.2">2.2.2 Audio</A></LI>
<UL>
<LI><A HREF="codecs.html#2.2.2.1">2.2.2.1 Hardware AC3 decoding</A></LI>
<LI><A HREF="codecs.html#2.2.2.2">2.2.2.2 libmad support</A></LI>
+ <LI><A HREF="codecs.html#2.2.2.3">2.2.2.3 VIVO audio</A></LI>
</UL>
<LI><A HREF="codecs.html#2.2.3">2.2.3 Win32 codec importing howto</A></LI>
<UL>
@@ -992,6 +994,11 @@
<LI><B><A HREF="mailto:takis at lumumba.luc.ac.be">Panagiotis Issaris</A></B>
<UL>
<LI>-playlist option</LI>
+</UL></LI>
+
+<LI><B><A HREF="mailto:melanson at pcisys.net">Mike Melanson</A></B>
+<UL>
+ <LI>MS Video1 codec open-source implementation</LI>
</UL></LI>
</UL></P>
Index: formats.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/formats.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- formats.html 7 Nov 2001 18:18:22 -0000 1.2
+++ formats.html 12 Nov 2001 17:30:49 -0000 1.3
@@ -96,8 +96,10 @@
<P><B><A NAME=2.1.1.5>2.1.1.5. VIV files</A></B></P>
-<P>Hey this is new code in <B>MPlayer</B>, be gentle! Seeking is
-currently nonexistent, audio too. TODO : complete this section.</P>
+<P><B>MPlayer</B> happily demuxes VIVO file formats. This code is new, and
+is possibly buggy, no seeking yet. See the <A HREF=codecs.html#2.2.1.4>VIVO video codec</A>
+and <A HREF=codecs.html#2.2.2.3>VIVO audio codec</A> sections for installation
+instructions.</P>
<P><B><A NAME=2.1.2>2.1.2. Audio formats</A></B></P>
Index: mencoder.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mencoder.1,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mencoder.1 11 Nov 2001 22:30:31 -0000 1.13
+++ mencoder.1 12 Nov 2001 17:30:49 -0000 1.14
@@ -131,6 +131,7 @@
key=XXX maximum keyframe interval
(in frames)
deinterlace enable deinterlacing
+ (don't use, DivX4 is buggy!)
q=XXXX quality (1-fastest, 5-best)
min_quant=XXX minimum quantizer (0-32)
max_quant=XXX maximum quantizer (0-32)
More information about the MPlayer-cvslog
mailing list