[Mplayer-cvslog] CVS: main/DOCS video.html,1.127,1.128
Winner of tha face compo
gabucino at mplayerhq.hu
Thu Jan 30 20:32:38 CET 2003
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv3145
Modified Files:
video.html
Log Message:
closing some tags in Zr section
Index: video.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/video.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- video.html 28 Jan 2003 17:11:57 -0000 1.127
+++ video.html 30 Jan 2003 19:32:19 -0000 1.128
@@ -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 \
More information about the MPlayer-cvslog
mailing list