comparison DOCS/man/en/mplayer.1 @ 11667:7606ed34d2ad

zrmjpeg options and two examples, per Diego's request
author rik
date Sun, 21 Dec 2003 21:40:40 +0000
parents 2e6fc0ab578f
children f7e10875d102
comparison
equal deleted inserted replaced
11666:9ccb2160e6eb 11667:7606ed34d2ad
3259 Thickness of the fuzzy edge of the rectangle (added to w and h). When 3259 Thickness of the fuzzy edge of the rectangle (added to w and h). When
3260 set to -1, a green rectangle is drawn on the screen to simplify finding 3260 set to -1, a green rectangle is drawn on the screen to simplify finding
3261 the right x,y,w,h parameters. 3261 the right x,y,w,h parameters.
3262 .RE 3262 .RE
3263 .PD 1 3263 .PD 1
3264 .TP
3265 .B zrmjpeg[=options]
3266 Software YV12 to MJPEG encoder for use with the zr2 video
3267 output device.
3268 Multiple options can be specified separated by ':'.
3269 .RSs
3270 .IPs maxheight=h|maxwidth=w
3271 These options set the maximum width and height the zr card
3272 can handle. (the MPlayer filter layer currently can't query those)
3273 .IPs {dc10+,dc10,buz,lml33}-{PAL|NTSC}
3274 Use these options to set maxwidth and maxheight automatically to the
3275 values known for card/mode combo. For example, valid options are:
3276 dc10-PAL and buz-NTSC. The default is dc10+PAL.
3277 .IPs color|bw
3278 Select color or black and white encoding. Black and white encoding is
3279 faster. Color is the default.
3280 .IPs hdec={1,2,4}
3281 Horizontal decimation 1, 2 or 4.
3282 .IPs vdec={1,2,4}
3283 Vertical decimation 1, 2 or 4.
3284 .IPs quality=1-20
3285 Set JPEG compression quality [BEST] 1 - 20 [VERY BAD]
3286 .IPs fd|nofd
3287 By default, decimation is only performed if the zoran hardware
3288 can upscale the resulting MJPEG images to the original size. The option
3289 fd instructs the filter to always perform the requested decimation (ugly).
3290 .RE
3264 . 3291 .
3265 . 3292 .
3266 .SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)" 3293 .SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)"
3267 .TP 3294 .TP
3268 .B \-audio-delay <0.0\-...> 3295 .B \-audio-delay <0.0\-...>
4734 .TP 4761 .TP
4735 .B Input from standard V4L 4762 .B Input from standard V4L
4736 mplayer tv:// \-tv driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420 4763 mplayer tv:// \-tv driver=v4l:width=640:height=480:outfmt=i420 \-vc rawi420
4737 \-vo xv 4764 \-vo xv
4738 .TP 4765 .TP
4766 .B Playback on zoran card (old style, depreciated)
4767 mplayer -vo zr -vf scale=352:288 file.avi
4768 .TP
4769 .B Playback on zoran card (new style)
4770 mplayer -vo zr2 -vf scale=352:288,zrmjpeg file.avi
4771 .TP
4739 .B Encoding DVD title #2, only selected chapters 4772 .B Encoding DVD title #2, only selected chapters
4740 mencoder dvd://2 \-chapter 10-15 \-o title2.avi \-oac copy \-ovc divx4 4773 mencoder dvd://2 \-chapter 10-15 \-o title2.avi \-oac copy \-ovc divx4
4741 .TP 4774 .TP
4742 .B Encoding DVD title #2, resizing to 640x480 4775 .B Encoding DVD title #2, resizing to 640x480
4743 mencoder dvd://2 \-vf scale=640:480 \-o title2.avi \-oac copy \-ovc divx4 4776 mencoder dvd://2 \-vf scale=640:480 \-o title2.avi \-oac copy \-ovc divx4