mirror of https://github.com/mpv-player/mpv
closing some tags in Zr section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9175 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a84096f87d
commit
1b44ca5e53
|
@ -1187,12 +1187,12 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
|
|||
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 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
|
|||
|
||||
<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 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
|
|||
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 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
|
|||
<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 @@ for 16:9 TV: -vop lavc,expand=-1:576:-1:-1:1,scale=-1:0,dvbscale=1024
|
|||
<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 \
|
||||
|
|
Loading…
Reference in New Issue