diff DOCS/video.html @ 4339:4b231f3778a6

entudjam?
author gabucino
date Thu, 24 Jan 2002 17:14:09 +0000
parents 82d33038b2d0
children fa6f2467125c
line wrap: on
line diff
--- a/DOCS/video.html	Thu Jan 24 16:54:05 2002 +0000
+++ b/DOCS/video.html	Thu Jan 24 17:14:09 2002 +0000
@@ -85,6 +85,10 @@
   size=2><A HREF=#2.3.1.9>tdfxfb</A></TD><TD></TD><TD><FONT face="Verdana, Arial,
   Helvetica, sans-serif" size=2>Voodoo3/Banshee hardware YUV support on tdfx
   framebuffer (works!)</TD><TR>
+<TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif"
+  size=2><A HREF=#2.3.1.16>zr</A></TD><TD></TD><TD><FONT face="Verdana, Arial,
+  Helvetica, sans-serif" size=2>Displaying on some hardware MJPEG capture/playback
+  boards (DC10, DC10+, LML33)</TD><TR>
 
 <TD COLSPAN=4><P><B><FONT face="Verdana, Arial, Helvetica, sans-serif"
   size=2>Special:</B></P></TD><TR>
@@ -890,6 +894,7 @@
 to improve something then simply send me your patches.
 </P>
 
+
 <P><B><A NAME=2.3.1.15>2.3.1.15. VIDIX</A></B></P>
 
 <P><B><I>WHAT IS VIDIX</I></B></P>
@@ -976,7 +981,9 @@
   <BR>
   But it's dangerous, and you shouldn't do that. In this case given driver will
   be forced and result is unpredictable (it may <b>freeze</b> your
-  computer). The Right Way is to use VIDIX without arguments to enable driver
+  computer). You should do that ONLY if you are absolutely sure it will work,
+  and <B>MPlayer</B> doesn't do it automatically. Please tell about it to the
+  developers. The Right Way is to use VIDIX without arguments to enable driver
   autodetection.
 </P>
 
@@ -993,6 +1000,33 @@
 </P>
 
 
+<P><B><A NAME=2.3.1.16>2.3.1.16. Zr</A></B></P>
+
+<P>This is a display-driver (<CODE>-vo zr</CODE>) for a number of MJPEG
+capture/playback cards (tested for DC10+ and buz, and it should work for the
+LML33, the DC10). The driver works by encoding the frame to jpeg and then
+sending it to the card. For the jpeg encoding <B>libavcodec</B> is
+used, and required.</P>
+
+<P>This driver talks to the kernel driver available at
+<A HREF="http://mjpeg.sourceforge.net">http://mjpeg.sourceforge.net</A>, so
+you must get it working first. Then recompile <B>MPlayer</B> with
+<CODE>--enable-zr</CODE>.</P>
+
+<P>Some remarks:
+<UL>
+  <LI>don't use xawtv on the same device <B>MPlayer</B> uses, it will crash
+    your computer.</LI>
+  <LI>this driver adds <CODE>-zr*</CODE> commandline options. The explanation
+    of these options can be viewed with <CODE>-zrhelp</CODE>. It is possible to
+    crop the input frame (cut borders to make it fit or to enhance performace)
+    and to do other things.</LI>
+  <LI>the driver only takes data in YV12 format (libmpeg2, libavcodec for
+    example).</LI>
+</UL>
+</P>
+
+
 <P><B><A NAME=2.3.1.A>2.3.1.A. TV-out support</A></B></P>
 
 <P><B><A NAME=2.3.1.A.1>2.3.1.A.1. Matrox cards</A></B></P>