Mercurial > mplayer.hg
changeset 11667:7606ed34d2ad
zrmjpeg options and two examples, per Diego's request
author | rik |
---|---|
date | Sun, 21 Dec 2003 21:40:40 +0000 |
parents | 9ccb2160e6eb |
children | 18326298f607 |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 33 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Sun Dec 21 14:12:50 2003 +0000 +++ b/DOCS/man/en/mplayer.1 Sun Dec 21 21:40:40 2003 +0000 @@ -3261,6 +3261,33 @@ the right x,y,w,h parameters. .RE .PD 1 +.TP +.B zrmjpeg[=options] +Software YV12 to MJPEG encoder for use with the zr2 video +output device. +Multiple options can be specified separated by ':'. +.RSs +.IPs maxheight=h|maxwidth=w +These options set the maximum width and height the zr card +can handle. (the MPlayer filter layer currently can't query those) +.IPs {dc10+,dc10,buz,lml33}-{PAL|NTSC} +Use these options to set maxwidth and maxheight automatically to the +values known for card/mode combo. For example, valid options are: +dc10-PAL and buz-NTSC. The default is dc10+PAL. +.IPs color|bw +Select color or black and white encoding. Black and white encoding is +faster. Color is the default. +.IPs hdec={1,2,4} +Horizontal decimation 1, 2 or 4. +.IPs vdec={1,2,4} +Vertical decimation 1, 2 or 4. +.IPs quality=1-20 +Set JPEG compression quality [BEST] 1 - 20 [VERY BAD] +.IPs fd|nofd +By default, decimation is only performed if the zoran hardware +can upscale the resulting MJPEG images to the original size. The option +fd instructs the filter to always perform the requested decimation (ugly). +.RE . . .SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)" @@ -4736,6 +4763,12 @@ mplayer tv:// \-tv driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420 \-vo xv .TP +.B Playback on zoran card (old style, depreciated) +mplayer -vo zr -vf scale=352:288 file.avi +.TP +.B Playback on zoran card (new style) +mplayer -vo zr2 -vf scale=352:288,zrmjpeg file.avi +.TP .B Encoding DVD title #2, only selected chapters mencoder dvd://2 \-chapter 10-15 \-o title2.avi \-oac copy \-ovc divx4 .TP