mirror of https://github.com/mpv-player/mpv
commited Rik Snel's patch (thx!)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4361 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
07f21b3ec5
commit
5d36231a48
|
@ -87,8 +87,8 @@
|
||||||
framebuffer (works!)</TD><TR>
|
framebuffer (works!)</TD><TR>
|
||||||
<TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif"
|
<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,
|
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
|
Helvetica, sans-serif" size=2>Displaying on ZR360[56]7 based
|
||||||
boards (DC10, DC10+, LML33)</TD><TR>
|
MJPEG boards (DC10(+), LML33, Buz)</TD><TR>
|
||||||
|
|
||||||
<TD COLSPAN=4><P><B><FONT face="Verdana, Arial, Helvetica, sans-serif"
|
<TD COLSPAN=4><P><B><FONT face="Verdana, Arial, Helvetica, sans-serif"
|
||||||
size=2>Special:</B></P></TD><TR>
|
size=2>Special:</B></P></TD><TR>
|
||||||
|
@ -1003,7 +1003,7 @@ to improve something then simply send me your patches.
|
||||||
<P><B><A NAME=2.3.1.16>2.3.1.16. Zr</A></B></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
|
<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
|
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
|
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
|
sending it to the card. For the jpeg encoding <B>libavcodec</B> is
|
||||||
used, and required.</P>
|
used, and required.</P>
|
||||||
|
@ -1015,14 +1015,21 @@ you must get it working first. Then recompile <B>MPlayer</B> with
|
||||||
|
|
||||||
<P>Some remarks:
|
<P>Some remarks:
|
||||||
<UL>
|
<UL>
|
||||||
<LI>don't use xawtv on the same device <B>MPlayer</B> uses, it will crash
|
<LI>don't start or stop XawTV on the playback device during playback,
|
||||||
your computer.</LI>
|
it will crash your computer. It is, however, fine to <B>FIRST</B> start
|
||||||
|
XawTV, <B>THEN</B> start <B>MPlayer</B>, wait for <B>MPlayer</B> to finish
|
||||||
|
and <B>THEN</B> stop XawTV.</LI>
|
||||||
<LI>this driver adds <CODE>-zr*</CODE> commandline options. The explanation
|
<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
|
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)
|
crop the input frame (cut borders to make it fit or to enhance performace)
|
||||||
and to do other things.</LI>
|
and to do other things.</LI>
|
||||||
<LI>the driver only takes data in YV12 format (libmpeg2, libavcodec for
|
<LI>the driver takes data in YV12 and YUY2 format, this means that some
|
||||||
example).</LI>
|
codecs won't work. Some old VfW (Video for Windows) codecs, for example,
|
||||||
|
are incompatible with this driver. The errormessage that you will see is:
|
||||||
|
<CODE>Sorry, selected video_out device is incompatible with this codec.
|
||||||
|
</CODE></LI>
|
||||||
|
<LI>OSD is currently not supported, so you won't see
|
||||||
|
subtitles.</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue