comparison DOCS/mplayer.1 @ 7192:f771e685f3b1

Zr documentation updated plus some typos fixed. Patch by rsnel@cube.dyndns.org.
author diego
date Sat, 31 Aug 2002 13:10:29 +0000
parents 1073dddaa687
children 32e8afc0a057
comparison
equal deleted inserted replaced
7191:1eadce15446c 7192:f771e685f3b1
79 one is '~/.mplayer/config'. User specific options override system-wide options 79 one is '~/.mplayer/config'. User specific options override system-wide options
80 and options given on the command line override either. The syntax of the config 80 and options given on the command line override either. The syntax of the config
81 files is 'option=<value>', everything after a '#' is considered a comment. 81 files is 'option=<value>', everything after a '#' is considered a comment.
82 Options that work without values can be enabled by setting them to 'yes' or '1' 82 Options that work without values can be enabled by setting them to 'yes' or '1'
83 and disabled by setting them to 'no' or '0'. Even suboptions can be specified 83 and disabled by setting them to 'no' or '0'. Even suboptions can be specified
84 this way. 84 in this way.
85 85
86 .I EXAMPLE: 86 .I EXAMPLE:
87 .br 87 .br
88 # Use Matrox driver by default. 88 # Use Matrox driver by default.
89 .br 89 .br
382 \-ac mp3acm use l3codeca.acm MP3 codec 382 \-ac mp3acm use l3codeca.acm MP3 codec
383 \-ac ac3 use AC3 codec 383 \-ac ac3 use AC3 codec
384 \-ac hwac3 enable hardware AC3 passthrough 384 \-ac hwac3 enable hardware AC3 passthrough
385 (see documentation) 385 (see documentation)
386 \-ac vorbis use libvorbis 386 \-ac vorbis use libvorbis
387 \-ac ffmp3 use ffmpeg's MP3 decoder (SLOW) 387 \-ac ffmp3 use FFmpeg's MP3 decoder (SLOW)
388 388
389 See \-ac help for a full list of available codecs. 389 See \-ac help for a full list of available codecs.
390 .TP 390 .TP
391 .B \-afm <driver name> 391 .B \-afm <driver name>
392 Force usage of a specific audio codec family, according to its driver name 392 Force usage of a specific audio codec family, according to its driver name
393 in codecs.conf and fall back to default if it failed. 393 in codecs.conf and fall back to default if it failed.
394 394
395 .I EXAMPLE: 395 .I EXAMPLE:
396 \-afm ffmpeg use ffmpeg's libavcodec (mp1/2/3) 396 \-afm ffmpeg use FFmpeg's libavcodec (mp1/2/3)
397 \-afm acm use a matching Win32 codec 397 \-afm acm use a matching Win32 codec
398 398
399 See \-afm help for a full list of available drivers. 399 See \-afm help for a full list of available drivers.
400 .TP 400 .TP
401 .B \-aspect <ratio> 401 .B \-aspect <ratio>
1082 Specifies compression level for PNG output (-vo png) 1082 Specifies compression level for PNG output (-vo png)
1083 0 no compression 1083 0 no compression
1084 9 max compression 1084 9 max compression
1085 .TP 1085 .TP
1086 .B \-zr* (\-vo zr only) 1086 .B \-zr* (\-vo zr only)
1087 You can get a list and an explanation of available options executing 1087 All the options that start with \-zr are specific to the zr video output
1088 .I mplayer \-zrhelp 1088 driver.
1089 1089
1090 .TP
1091 .B \-zrxdoff <x display offset>, \-zrydoff <y display offset>
1092 If the movie is smaller than the TV screen, these options control the position
1093 of the movie relative to the upper left corner of the screen. The movie
1094 is centered by default.
1095
1096 .TP
1097 .B \-zrvdec 1,2,4 , \-zrhdec 1,2,4
1098 Vertical/horizontal decimation: Ask the driver to send only every 2nd or 4th
1099 line/pixel of the input image to the MJPEG card and use the scaler of the
1100 MJPEG card to strech the image to its original size.
1101
1102 .TP
1103 .B \-zrfd
1104 Force decimation: Decimation, as specified by -zrhdec and -zrvdec, only happens
1105 if the hardware scaler can stretch the image to its original size. Use this
1106 option to force decimation.
1107
1108 .TP
1109 .B \-zrbw
1110 Display in black and white (for optimal performance, this option can be
1111 combined with the 'decode only in black and white' option for codecs
1112 belonging to the FFmpeg family).
1113
1114 .TP
1115 .B \-zrquality <1\-20>
1116 A number from 1 to 20 representing the jpeg encoding quality. 1 gives the best
1117 quality and 20 gives very bad quality.
1118
1119 .TP
1120 .B \-zrdev <device>
1121 Specify the device special file that belongs to your MJPEG card, by default
1122 this driver takes the first v4l device it can find.
1123
1124 .TP
1125 .B \-zrnorm PAL|NTSC
1126 Specify norm PAL/NTSC, the default is 'no change'.
1127
1128 .TP
1129 .B \-zrhelp
1130 Display a list of all -zr* options, their default values and an example of
1131 cinerama mode.
1132
1133 .TP
1134 .B \-zrcrop <width>x<height>+<x offset>+<y offset>
1135 Select a part of the input image for display, multiple occurences of this
1136 option switch on cinerama mode. In cinerama mode the movie is distributed
1137 over more than one TV (or beamer) to create a larger screen. Options appearing
1138 after the n-th -zrcrop apply to the n-th MJPEG card, each card should at least
1139 have a -zrdev in addition to the -zrcrop. For examples, see the output of
1140 -zrhelp and the Zr section of the documentation.
1090 1141
1091 .SH "PLAYER OPTIONS (MPLAYER ONLY)" 1142 .SH "PLAYER OPTIONS (MPLAYER ONLY)"
1092 .TP 1143 .TP
1093 .B \-autoq <quality> (use with -vop pp!) 1144 .B \-autoq <quality> (use with -vop pp!)
1094 Dynamically changes the level of postprocess, depending on spare CPU time 1145 Dynamically changes the level of postprocess, depending on spare CPU time