changeset 9174:0333afac3a56

closing some tags in Zr section
author gabucino
date Thu, 30 Jan 2003 19:32:19 +0000
parents eeca9a1043cd
children e11fea5663b2
files DOCS/video.html
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 <CODE>-framedrop</CODE>
   if your machine is too slow. Note: My AMD K6-2 350MHz is (with <CODE>
   -framedrop</CODE>) quite adequate for watching VCD sized material and
-  downscaled movies.
+  downscaled movies.</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. 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</P>
 
 <PRE>
   ./configure --enable-zr
@@ -1200,7 +1200,7 @@
 
 <P>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</P>
 
 <PRE>
   mplayer -zrhelp
@@ -1213,7 +1213,7 @@
   possibilities, you may scale the movie to a width of <CODE>768</CODE>,
   <CODE>384</CODE> or <CODE>192</CODE>. For performance and quality reasons,
   I would choose to scale the movie to <CODE>384x204</CODE> using the fast
-  bilinear software scaler. The commandline is
+  bilinear software scaler. The commandline is</P>
 
 <PRE>
   mplayer -vo zr -sws 0 -vop scale=384:204 movie.avi
@@ -1222,13 +1222,13 @@
 <P>Cropping can be done by the <CODE>crop</CODE> filter and by
   this driver itself. Suppose that a movie is too wide for display on your
   Buz and that you want to use <CODE>-zrcrop</CODE> to make the movie less
-  wide, the you would issue the following command
+  wide, the you would issue the following command</P>
 
 <PRE>
   mplayer -vo zr -zrcrop 720x320+80+0 benhur.avi
 </PRE>
 
-  if you want to use the <CODE>crop</CODE> filter, you would do
+<P>if you want to use the <CODE>crop</CODE> filter, you would do</P>
 
 <PRE>
   mplayer -vo zr -vop crop=720:320:80:0 benhur.avi
@@ -1241,7 +1241,7 @@
   <CODE>/dev/video0</CODE>. The movie has a resolution of <CODE>704x288</CODE>.
   Suppose also that you want the right beamer in black and white and that
   the right beamer should have jpeg frames at quality <CODE>10</CODE>,
-  then you would issue the following command
+  then you would issue the following command</P>
 
 <PRE>
   mplayer -vo zr -zrdev /dev/video0 -zrcrop 352x288+352+0 -zrxdoff 0 -zrbw \