# HG changeset patch # User gabucino # Date 1043955139 0 # Node ID 0333afac3a56eb946dd4ccf14b9f06e0e6f81e17 # Parent eeca9a1043cd6e5851e72f88f2a0559dfa2ff64b closing some tags in Zr section diff -r eeca9a1043cd -r 0333afac3a56 DOCS/video.html --- a/DOCS/video.html Thu Jan 30 18:45:19 2003 +0000 +++ b/DOCS/video.html Thu Jan 30 19:32:19 2003 +0000 @@ -1187,12 +1187,12 @@ may require a lot of CPU power, remember to specify -framedrop if your machine is too slow. Note: My AMD K6-2 350MHz is (with -framedrop) quite adequate for watching VCD sized material and - downscaled movies. + downscaled movies.

This driver talks to the kernel driver available at http://mjpeg.sourceforge.net, so you must get it working first. The presence of an MJPEG card is autodetected - by the configure script, if autodetection fails, force detection with + by the configure script, if autodetection fails, force detection with

   ./configure --enable-zr
@@ -1200,7 +1200,7 @@
 
 

The output can be controlled by several options, a long description of the options can be found in the man page, a short list of options can be - viewed by running + viewed by running

   mplayer -zrhelp
@@ -1213,7 +1213,7 @@
   possibilities, you may scale the movie to a width of 768,
   384 or 192. For performance and quality reasons,
   I would choose to scale the movie to 384x204 using the fast
-  bilinear software scaler. The commandline is
+  bilinear software scaler. The commandline is

   mplayer -vo zr -sws 0 -vop scale=384:204 movie.avi
@@ -1222,13 +1222,13 @@
 

Cropping can be done by the crop filter and by this driver itself. Suppose that a movie is too wide for display on your Buz and that you want to use -zrcrop to make the movie less - wide, the you would issue the following command + wide, the you would issue the following command

   mplayer -vo zr -zrcrop 720x320+80+0 benhur.avi
 
- if you want to use the crop filter, you would do +

if you want to use the crop filter, you would do

   mplayer -vo zr -vop crop=720:320:80:0 benhur.avi
@@ -1241,7 +1241,7 @@
   /dev/video0. The movie has a resolution of 704x288.
   Suppose also that you want the right beamer in black and white and that
   the right beamer should have jpeg frames at quality 10,
-  then you would issue the following command
+  then you would issue the following command

   mplayer -vo zr -zrdev /dev/video0 -zrcrop 352x288+352+0 -zrxdoff 0 -zrbw \