From 5d36231a48661c4e02026b997c00e469d51e45c9 Mon Sep 17 00:00:00 2001 From: gabucino Date: Sat, 26 Jan 2002 18:50:26 +0000 Subject: [PATCH] commited Rik Snel's patch (thx!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4361 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/video.html | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/DOCS/video.html b/DOCS/video.html index b86a328267..9e729bfd35 100644 --- a/DOCS/video.html +++ b/DOCS/video.html @@ -87,8 +87,8 @@ framebuffer (works!) zrDisplaying on some hardware MJPEG capture/playback - boards (DC10, DC10+, LML33) + Helvetica, sans-serif" size=2>Displaying on ZR360[56]7 based + MJPEG boards (DC10(+), LML33, Buz)

Special:

@@ -1003,7 +1003,7 @@ to improve something then simply send me your patches.

2.3.1.16. Zr

This is a display-driver (-vo zr) 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 sending it to the card. For the jpeg encoding libavcodec is used, and required.

@@ -1015,14 +1015,21 @@ you must get it working first. Then recompile MPlayer with

Some remarks:

    -
  • don't use xawtv on the same device MPlayer uses, it will crash - your computer.
  • +
  • don't start or stop XawTV on the playback device during playback, + it will crash your computer. It is, however, fine to FIRST start + XawTV, THEN start MPlayer, wait for MPlayer to finish + and THEN stop XawTV.
  • this driver adds -zr* commandline options. The explanation of these options can be viewed with -zrhelp. It is possible to crop the input frame (cut borders to make it fit or to enhance performace) and to do other things.
  • -
  • the driver only takes data in YV12 format (libmpeg2, libavcodec for - example).
  • +
  • the driver takes data in YV12 and YUY2 format, this means that some + 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: + Sorry, selected video_out device is incompatible with this codec. +
  • +
  • OSD is currently not supported, so you won't see + subtitles.