comparison DOCS/man/en/mplayer.1 @ 15118:be3afc482503

Use | for alternatives and - for ranges in option parameter descriptions.
author diego
date Mon, 11 Apr 2005 08:10:02 +0000
parents 8529c89c907b
children 36e976b24193
comparison
equal deleted inserted replaced
15117:81ab69124505 15118:be3afc482503
1288 .IPs mjpeg 1288 .IPs mjpeg
1289 Use hardware MJPEG compression (if the card supports it). 1289 Use hardware MJPEG compression (if the card supports it).
1290 When using this option, you do not need to specify the width and height 1290 When using this option, you do not need to specify the width and height
1291 of the output window, because MPlayer will determine it automatically 1291 of the output window, because MPlayer will determine it automatically
1292 from the decimation value (see below). 1292 from the decimation value (see below).
1293 .IPs decimation=<1,2,4> 1293 .IPs decimation=<1|2|4>
1294 choose the size of the picture that will be compressed by hardware 1294 choose the size of the picture that will be compressed by hardware
1295 MJPEG compression: 1295 MJPEG compression:
1296 .RSss 1296 .RSss
1297 1: full size 1297 1: full size
1298 704x576 PAL 1298 704x576 PAL
2312 Force decimation: Decimation, as specified by \-zrhdec and \-zrvdec, only 2312 Force decimation: Decimation, as specified by \-zrhdec and \-zrvdec, only
2313 happens if the hardware scaler can stretch the image to its original size. 2313 happens if the hardware scaler can stretch the image to its original size.
2314 Use this option to force decimation. 2314 Use this option to force decimation.
2315 . 2315 .
2316 .TP 2316 .TP
2317 .B \-zrhdec <1,2,4> (\-vo zr only) 2317 .B \-zrhdec <1|2|4> (\-vo zr only)
2318 Horizontal decimation: Ask the driver to send only every 2nd or 4th 2318 Horizontal decimation: Ask the driver to send only every 2nd or 4th
2319 line/\:pixel of the input image to the MJPEG card and use the scaler 2319 line/\:pixel of the input image to the MJPEG card and use the scaler
2320 of the MJPEG card to stretch the image to its original size. 2320 of the MJPEG card to stretch the image to its original size.
2321 . 2321 .
2322 .TP 2322 .TP
2331 .TP 2331 .TP
2332 .B \-zrquality <1\-20> (\-vo zr only) 2332 .B \-zrquality <1\-20> (\-vo zr only)
2333 A number from 1 (best) to 20 (worst) representing the JPEG encoding quality. 2333 A number from 1 (best) to 20 (worst) representing the JPEG encoding quality.
2334 . 2334 .
2335 .TP 2335 .TP
2336 .B \-zrvdec <1,2,4> (\-vo zr only) 2336 .B \-zrvdec <1|2|4> (\-vo zr only)
2337 Vertical decimation: Ask the driver to send only every 2nd or 4th 2337 Vertical decimation: Ask the driver to send only every 2nd or 4th
2338 line/\:pixel of the input image to the MJPEG card and use the scaler 2338 line/\:pixel of the input image to the MJPEG card and use the scaler
2339 of the MJPEG card to stretch the image to its original size. 2339 of the MJPEG card to stretch the image to its original size.
2340 . 2340 .
2341 .TP 2341 .TP
6405 .TP 6405 .TP
6406 .B vrc_init_cplx=<0\-1000> 6406 .B vrc_init_cplx=<0\-1000>
6407 initial complexity (pass\ 1) 6407 initial complexity (pass\ 1)
6408 . 6408 .
6409 .TP 6409 .TP
6410 .B vqsquish=<0,1> 6410 .B vqsquish=<0|1>
6411 Specify how to keep the quantizer between qmin and qmax (pass\ 1/\:2). 6411 Specify how to keep the quantizer between qmin and qmax (pass\ 1/\:2).
6412 .PD 0 6412 .PD 0
6413 .RSs 6413 .RSs
6414 .IPs 0 6414 .IPs 0
6415 Use clipping. 6415 Use clipping.
6445 JVT recommendation 6445 JVT recommendation
6446 .RE 6446 .RE
6447 .PD 1 6447 .PD 1
6448 . 6448 .
6449 .TP 6449 .TP
6450 .B vstrict=<-1,0,1> 6450 .B vstrict=<-1|0|1>
6451 strict standard compliance 6451 strict standard compliance
6452 .PD 0 6452 .PD 0
6453 .RSs 6453 .RSs
6454 .IPs 0 6454 .IPs 0
6455 disabled (default) 6455 disabled (default)
8013 .B drop\ \ \ 8013 .B drop\ \ \
8014 When used with init_adelay the muxer drops the part of audio that was 8014 When used with init_adelay the muxer drops the part of audio that was
8015 anticipated. 8015 anticipated.
8016 . 8016 .
8017 .TP 8017 .TP
8018 .B vwidth, vheight=<1,4095> 8018 .B vwidth, vheight=<1\-4095>
8019 Set the video width and height when video is MPEG-1/2. 8019 Set the video width and height when video is MPEG-1/2.
8020 . 8020 .
8021 .TP 8021 .TP
8022 .B vpswidth, vpsheight=<1,4095> 8022 .B vpswidth, vpsheight=<1\-4095>
8023 Set pan and scan video width and height when video is MPEG-2. 8023 Set pan and scan video width and height when video is MPEG-2.
8024 . 8024 .
8025 .TP 8025 .TP
8026 .B vaspect=<1 | 4/3 | 16/9 | 221/100> 8026 .B vaspect=<1 | 4/3 | 16/9 | 221/100>
8027 Sets the aspect ratio for MPEG-1/2 video. 8027 Sets the aspect ratio for MPEG-1/2 video.