comparison DOCS/man/en/mplayer.1 @ 13179:53a20c9d1ce9

more consistency, small changes
author diego
date Sat, 28 Aug 2004 19:47:21 +0000
parents 02580e91602f
children b55551b5898b
comparison
equal deleted inserted replaced
13178:933b00a7bb57 13179:53a20c9d1ce9
31 . 31 .
32 .\" -------------------------------------------------------------------------- 32 .\" --------------------------------------------------------------------------
33 .\" Title 33 .\" Title
34 .\" -------------------------------------------------------------------------- 34 .\" --------------------------------------------------------------------------
35 . 35 .
36 .TH MPlayer 1 "2004-01-16" "The MPlayer Project" "The Movie Player" 36 .TH MPlayer 1 "2004-08-27" "The MPlayer Project" "The Movie Player"
37 . 37 .
38 .SH NAME 38 .SH NAME
39 mplayer \- movie player 39 mplayer \- movie player
40 .br 40 .br
41 mencoder \- movie encoder 41 mencoder \- movie encoder
202 . 202 .
203 .SH "KEYBOARD CONTROL" 203 .SH "KEYBOARD CONTROL"
204 MPlayer has a fully configurable, command-driven control layer 204 MPlayer has a fully configurable, command-driven control layer
205 which allows you to control MPlayer using keyboard, mouse, joystick 205 which allows you to control MPlayer using keyboard, mouse, joystick
206 or remote control (with LIRC). 206 or remote control (with LIRC).
207 .br 207 See the \-input option for ways to customize it.
208 The default configuration file for the input system is
209 ~/.mplayer/\:input.conf but it can be overriden
210 using the \-input option.
211 . 208 .
212 .TP 209 .TP
213 .B general control 210 .B general control
214 .PD 0 211 .PD 0
215 .RSs 212 .RSs
504 Available commands are: 501 Available commands are:
505 .sp 1 502 .sp 1
506 .PD 0 503 .PD 0
507 .RSs 504 .RSs
508 .IPs conf=<file> 505 .IPs conf=<file>
509 Read alternative input.conf. 506 Specify input configuration file other than the default
510 If no full path is given, ~/\:.mplayer/\:<file> is assumed. 507 ~/\:.mplayer/\:input.conf.
508 ~/\:.mplayer/\:<file> is assumed if no full path is given.
511 .IPs ar-delay 509 .IPs ar-delay
512 Delay in msec before we start to autorepeat a key (0 to disable). 510 Delay in msec before we start to autorepeat a key (0 to disable).
513 .IPs ar-rate 511 .IPs ar-rate
514 Number of key presses to generate per second on autorepeat. 512 Number of key presses to generate per second on autorepeat.
515 .IPs keylist 513 .IPs keylist
518 Prints all commands that can be bound to keys. 516 Prints all commands that can be bound to keys.
519 .IPs js-dev 517 .IPs js-dev
520 Specifies the joystick device to use (default: /dev/\:input/\:js0). 518 Specifies the joystick device to use (default: /dev/\:input/\:js0).
521 .IPs file\ 519 .IPs file\
522 Read commands from the given file. 520 Read commands from the given file.
523 Mostly useful with a fifo. 521 Mostly useful with a FIFO.
524 .br 522 .br
525 .I NOTE: 523 .I NOTE:
526 When the given file is a fifo MPlayer opens both ends so you can do 524 When the given file is a FIFO MPlayer opens both ends so you can do
527 several 'echo "seek 10" > mp_pipe' and the pipe will stay valid. 525 several 'echo "seek 10" > mp_pipe' and the pipe will stay valid.
528 .RE 526 .RE
529 .PD 1 527 .PD 1
530 . 528 .
531 .TP 529 .TP
943 (the file has no header or it is not reliable enough), the filename 941 (the file has no header or it is not reliable enough), the filename
944 extension is used to select the demuxer. 942 extension is used to select the demuxer.
945 Always falls back to content-based demuxer selection. 943 Always falls back to content-based demuxer selection.
946 . 944 .
947 .TP 945 .TP
948 .B \-passwd <password> (see \-user option too) (network only) 946 .B \-passwd <password> (also see \-user) (network only)
949 Specify password for HTTP authentication. 947 Specify password for HTTP authentication.
950 . 948 .
951 .TP 949 .TP
952 .B \-prefer-ipv4 (network only) 950 .B \-prefer-ipv4 (network only)
953 Use IPv4 on network connections. 951 Use IPv4 on network connections.
1024 .br 1022 .br
1025 .I NOTE: 1023 .I NOTE:
1026 This option is obsolete now that MPlayer has OpenDML support. 1024 This option is obsolete now that MPlayer has OpenDML support.
1027 . 1025 .
1028 .TP 1026 .TP
1029 .B \-sb <byte\ position> (see \-ss option too) 1027 .B \-sb <byte\ position> (also see \-ss)
1030 Seek to byte position. 1028 Seek to byte position.
1031 Useful for playback from CD-ROM images or VOB files with junk at the beginning. 1029 Useful for playback from CD-ROM images or VOB files with junk at the beginning.
1032 . 1030 .
1033 .TP 1031 .TP
1034 .B \-srate <Hz> 1032 .B \-srate <Hz>
1035 Selects the given output sampling rate, resampling if necessary. 1033 Selects the given output sampling rate, resampling if necessary.
1036 MEncoder passes this value to LAME for resampling. 1034 MEncoder passes this value to LAME for resampling.
1037 . 1035 .
1038 .TP 1036 .TP
1039 .B \-ss <time> (see \-sb option too) 1037 .B \-ss <time> (also see \-sb)
1040 Seek to given time position. 1038 Seek to given time position.
1041 .sp 1 1039 .sp 1
1042 .I EXAMPLE: 1040 .I EXAMPLE:
1043 .PD 0 1041 .PD 0
1044 .RSs 1042 .RSs
1599 .B \-aofile <filename> 1597 .B \-aofile <filename>
1600 Override the default filename employed by \-ao pcm. 1598 Override the default filename employed by \-ao pcm.
1601 . 1599 .
1602 .TP 1600 .TP
1603 .B \-aop <list=plugin1,plugin2...:option1=value1:opt2=val2...> 1601 .B \-aop <list=plugin1,plugin2...:option1=value1:opt2=val2...>
1604 Specify audio plugin(s) and their options (see documentation too). 1602 Specify audio plugin(s) and their options
1603 (also see the audio plugins section of the documentation).
1605 .sp 1 1604 .sp 1
1606 Available options are: 1605 Available options are:
1607 .RSs 1606 .RSs
1608 .IPs list=[plugins] 1607 .IPs list=[plugins]
1609 comma separated list of plugins (resample, surround, format, volume, 1608 comma separated list of plugins (resample, surround, format, volume,
1993 . 1992 .
1994 .TP 1993 .TP
1995 .B \-fstype <type1,type2,...> (X11 only) 1994 .B \-fstype <type1,type2,...> (X11 only)
1996 Specify a priority list of fullscreen modes to be used. 1995 Specify a priority list of fullscreen modes to be used.
1997 You can negate the modes by prefixing them with '\-'. 1996 You can negate the modes by prefixing them with '\-'.
1998 .br
1999 If you experience problems like the fullscreen window being covered 1997 If you experience problems like the fullscreen window being covered
2000 by other windows try using a different order. 1998 by other windows try using a different order.
2001 .br 1999 .br
2002 .I NOTE: 2000 .I NOTE:
2003 See \-fstype help for a full list of available modes. 2001 See \-fstype help for a full list of available modes.
2077 Not supported by all video output drivers. 2075 Not supported by all video output drivers.
2078 . 2076 .
2079 .TP 2077 .TP
2080 .B \-jpeg <option1:option2:...> (\-vo jpeg only) 2078 .B \-jpeg <option1:option2:...> (\-vo jpeg only)
2081 Specify options for the jpeg video output driver. 2079 Specify options for the jpeg video output driver.
2082 .br 2080 .sp 1
2083 Available options are: 2081 Available options are:
2084 .sp 1 2082 .sp 1
2085 .PD 0 2083 .PD 0
2086 .RSs 2084 .RSs
2087 .IPs [no]progressive 2085 .IPs [no]progressive
2749 .TP 2747 .TP
2750 .B \-ac <[-]codec1,[-]codec2,...[,]> 2748 .B \-ac <[-]codec1,[-]codec2,...[,]>
2751 Specify a priority list of audio codecs to be used, according to their codec 2749 Specify a priority list of audio codecs to be used, according to their codec
2752 name in codecs.conf. 2750 name in codecs.conf.
2753 Use a '-' before the codec name to omit it. 2751 Use a '-' before the codec name to omit it.
2752 If the list has a trailing ',' it will fallback to codecs not listed.
2754 .br 2753 .br
2755 .I NOTE: 2754 .I NOTE:
2756 See \-ac help for a full list of available codecs. 2755 See \-ac help for a full list of available codecs.
2757 .br
2758 If the list has a trailing ',' it will fallback to codecs not listed.
2759 .sp 1 2756 .sp 1
2760 .I EXAMPLE: 2757 .I EXAMPLE:
2761 .PD 0 2758 .PD 0
2762 .RSs 2759 .RSs
2763 .IPs "\-ac mp3acm" 2760 .IPs "\-ac mp3acm"
2772 .PD 1 2769 .PD 1
2773 . 2770 .
2774 .TP 2771 .TP
2775 .B \-af <filter1[=option1:option2:...],filter2,...> 2772 .B \-af <filter1[=option1:option2:...],filter2,...>
2776 Activate a comma separated list of audio filters and their options. 2773 Activate a comma separated list of audio filters and their options.
2777 .br 2774 .sp 1
2778 Available filters are: 2775 Available filters are:
2779 .RSs 2776 .RSs
2780 .IPs resample[=srate[:sloppy][:type]] 2777 .IPs resample[=srate[:sloppy][:type]]
2781 Changes the sample rate of the audio stream to an integer srate (Hz). 2778 Changes the sample rate of the audio stream to an integer srate (Hz).
2782 It only supports the 16-bit little-endian format. 2779 It only supports the 16-bit little-endian format.
2843 nsamples: number of samples per channel (default: 512) 2840 nsamples: number of samples per channel (default: 512)
2844 .REss 2841 .REss
2845 .RE 2842 .RE
2846 . 2843 .
2847 .TP 2844 .TP
2848 .B \-af-adv <force=(0\-3):list=(filters)> (see \-af option too) 2845 .B \-af-adv <force=(0\-3):list=(filters)> (also see \-af)
2849 Specify advanced audio filter options: 2846 Specify advanced audio filter options:
2850 .RSs 2847 .RSs
2851 .IPs force=<0\-3> 2848 .IPs force=<0\-3>
2852 Forces the insertion of audio filters to one of the following: 2849 Forces the insertion of audio filters to one of the following:
2853 .RSss 2850 .RSss
2858 2: Optimize for speed. 2855 2: Optimize for speed.
2859 .br 2856 .br
2860 3: Turn off auto. 2857 3: Turn off auto.
2861 .REss 2858 .REss
2862 .IPs list=<filters> 2859 .IPs list=<filters>
2863 Same as \-af (see \-af option). 2860 Same as \-af.
2864 .RE 2861 .RE
2865 . 2862 .
2866 .TP 2863 .TP
2867 .B \-afm <driver1,driver2,...> 2864 .B \-afm <driver1,driver2,...>
2868 Specify a priority list of audio codec families to be used, according 2865 Specify a priority list of audio codec families to be used, according
2916 .PD 1 2913 .PD 1
2917 .sp 1 2914 .sp 1
2918 .RS 2915 .RS
2919 .I NOTE: 2916 .I NOTE:
2920 Just add the values of the things you want to enable. 2917 Just add the values of the things you want to enable.
2921 .br 2918 .sp 1
2922 Available options are: 2919 Available options are:
2923 .RE 2920 .RE
2924 .RSs 2921 .RSs
2925 .IPs ec\ \ \ 2922 .IPs ec\ \ \
2926 error concealment: 2923 error concealment:
3014 .br 3011 .br
3015 512 (mpeg4): direct-qpel-blocksize bug (autodetected per fourcc/\:ver) 3012 512 (mpeg4): direct-qpel-blocksize bug (autodetected per fourcc/\:ver)
3016 .br 3013 .br
3017 1024 (mpeg4): edge padding bug (autodetected per fourcc/\:ver) 3014 1024 (mpeg4): edge padding bug (autodetected per fourcc/\:ver)
3018 .REss 3015 .REss
3019 .IPs idct=<0\-99> 3016 .IPs "idct=<0\-99> (see \-lavcopts)"
3020 (see lavcopts)
3021 For best decoding quality use the same idct algorithm for decoding and encoding. 3017 For best decoding quality use the same idct algorithm for decoding and encoding.
3022 This may come at a price in accuracy, though. 3018 This may come at a price in accuracy, though.
3023 .IPs gray\ 3019 .IPs gray\
3024 grayscale only decoding (a bit faster than with color) 3020 grayscale only decoding (a bit faster than with color)
3025 .IPs "sb=<number> (MPEG2 only)" 3021 .IPs "sb=<number> (MPEG2 only)"
3054 . 3050 .
3055 The valid range of \-oldpp values varies by codec, mostly 3051 The valid range of \-oldpp values varies by codec, mostly
3056 0\-6, where 0=disable 6=slowest/\:best. 3052 0\-6, where 0=disable 6=slowest/\:best.
3057 . 3053 .
3058 .TP 3054 .TP
3059 .B \-pp <quality> (see \-vf pp option too!) 3055 .B \-pp <quality> (also see \-vf pp)
3060 Set postprocess level of the DLL. 3056 Set postprocess level of the DLL.
3061 This option is NO LONGER USABLE with MPlayer's postprocess filter, but only 3057 This option is NO LONGER USABLE with MPlayer's postprocess filter, but only
3062 with Win32 DirectShow DLLs which have internal postprocessing routines. 3058 with Win32 DirectShow DLLs which have internal postprocessing routines.
3063 . 3059 .
3064 The valid range of \-pp values varies by codec, mostly 3060 The valid range of \-pp values varies by codec, mostly
3065 0\-6, where 0=disable 6=slowest/\:best. 3061 0\-6, where 0=disable 6=slowest/\:best.
3066 . 3062 .
3067 .TP 3063 .TP
3068 .B \-pphelp (see \-vf pp option too) 3064 .B \-pphelp (also see \-vf pp)
3069 Show a summary about the available postprocess filters and their usage. 3065 Show a summary about the available postprocess filters and their usage.
3070 . 3066 .
3071 .TP 3067 .TP
3072 .B \-ssf <mode> 3068 .B \-ssf <mode>
3073 Specifies SwScaler parameters. 3069 Specifies SwScaler parameters.
3108 Right channel 3104 Right channel
3109 .RE 3105 .RE
3110 .PD 1 3106 .PD 1
3111 . 3107 .
3112 .TP 3108 .TP
3113 .B \-sws <software\ scaler\ type> (see \-vf scale option too) 3109 .B \-sws <software\ scaler\ type> (also see \-vf scale)
3114 This option sets the quality (and speed, respectively) of the software scaler, 3110 This option sets the quality (and speed, respectively) of the software scaler,
3115 with the \-zoom option. 3111 with the \-zoom option.
3116 For example with x11 or other outputs which lack hardware acceleration. 3112 For example with x11 or other outputs which lack hardware acceleration.
3117 Possible settings are: 3113 Possible settings are:
3118 .br 3114 .br
3151 .TP 3147 .TP
3152 .B \-vc <[-]codec1,[-]codec2,...[,]> 3148 .B \-vc <[-]codec1,[-]codec2,...[,]>
3153 Specify a priority list of video codecs to be used, according to their codec 3149 Specify a priority list of video codecs to be used, according to their codec
3154 name in codecs.conf. 3150 name in codecs.conf.
3155 Use a '-' before the codec name to omit it. 3151 Use a '-' before the codec name to omit it.
3152 If the list has a trailing ',' it will fallback to codecs not listed.
3156 .br 3153 .br
3157 .I NOTE: 3154 .I NOTE:
3158 See \-vc help for a full list of available codecs. 3155 See \-vc help for a full list of available codecs.
3159 .br
3160 If the list has a trailing ',' it will fallback to codecs not listed.
3161 .sp 1 3156 .sp 1
3162 .I EXAMPLE: 3157 .I EXAMPLE:
3163 .PD 0 3158 .PD 0
3164 .RSs 3159 .RSs
3165 .IPs "\-vc divx" 3160 .IPs "\-vc divx"
3178 Specify a priority list of video codec families to be used, according 3173 Specify a priority list of video codec families to be used, according
3179 to their names in codecs.conf. 3174 to their names in codecs.conf.
3180 It falls back to default if none is OK. 3175 It falls back to default if none is OK.
3181 .br 3176 .br
3182 .I NOTE: 3177 .I NOTE:
3183 If libdivxdecore support was compiled in, then odivx and divx4 now contains
3184 just the same DivX4 codec, but different APIs to reach it.
3185 For difference between them and when to use which, check the DivX4 section in
3186 the documentation.
3187 .br
3188 See \-vfm help for a full list of available drivers. 3178 See \-vfm help for a full list of available drivers.
3189 .sp 1 3179 .sp 1
3190 .I EXAMPLE: 3180 .I EXAMPLE:
3191 .PD 0 3181 .PD 0
3192 .RSs 3182 .RSs
3252 \-zoom. 3242 \-zoom.
3253 . 3243 .
3254 . 3244 .
3255 . 3245 .
3256 .SH "VIDEO FILTERS" 3246 .SH "VIDEO FILTERS"
3257 Video filter are plugins that allow you to modify the video stream and its 3247 Video filters allow you to modify the video stream and its properties.
3258 properties.
3259 The syntax is: 3248 The syntax is:
3260 . 3249 .
3261 .TP 3250 .TP
3262 .B \-vf <filter1[=parameters],filter2,...> 3251 .B \-vf <filter1[=parameters],filter2,...>
3263 Setup a chain of video filters. 3252 Setup a chain of video filters.
3515 format name like rgb15, bgr24, yv12, etc (default: yv12) 3504 format name like rgb15, bgr24, yv12, etc (default: yv12)
3516 .RE 3505 .RE
3517 .PD 1 3506 .PD 1
3518 . 3507 .
3519 .TP 3508 .TP
3520 .B pp[=filter1[:option1[:option2...]]/\:[-]filter2...] (see \-pphelp too) 3509 .B pp[=filter1[:option1[:option2...]]/\:[-]filter2...] (also see \-pphelp)
3521 This option enables usage of MPlayer's internal postprocessing filter, 3510 This option enables usage of MPlayer's internal postprocessing filter,
3522 and also gives an interface where you can pass options to the named filter. 3511 and also gives an interface where you can pass options to the named filter.
3523 To get a list of available filters, use \-pphelp. 3512 To get a list of available filters, use \-pphelp.
3524 Note that each sub-filter must be separated with a / sign. 3513 Note that each sub-filter must be separated with a / sign.
3525 .br
3526 Each filter defaults to 'c' (chrominance). 3514 Each filter defaults to 'c' (chrominance).
3527 .br
3528 The keywords accept a '-' prefix to disable the option. 3515 The keywords accept a '-' prefix to disable the option.
3529 .br
3530 A ':' followed by a letter may be appended to the option to indicate its 3516 A ':' followed by a letter may be appended to the option to indicate its
3531 scope: 3517 scope:
3532 .PD 0 3518 .PD 0
3533 .RSs 3519 .RSs
3534 .IPs a 3520 .IPs a
4367 .B tile=xtile:ytile:output:start:delta 4353 .B tile=xtile:ytile:output:start:delta
4368 Tile a series of images into a single, bigger image. 4354 Tile a series of images into a single, bigger image.
4369 If you omit a parameter or use a value less than 0, then the default 4355 If you omit a parameter or use a value less than 0, then the default
4370 value is used. 4356 value is used.
4371 You can also stop when you're OK (... \-vf tile=10:5 ...). 4357 You can also stop when you're OK (... \-vf tile=10:5 ...).
4372 .
4373 It is probably a good idea to put the scale filter before the tile :-) 4358 It is probably a good idea to put the scale filter before the tile :-)
4374 .br 4359 .sp 1
4375 The parameters are: 4360 The parameters are:
4376 .sp 1 4361 .sp 1
4377 .PD 0 4362 .PD 0
4378 .RSs 4363 .RSs
4379 .IPs xtile 4364 .IPs xtile
4462 .TP 4447 .TP
4463 .B \-audio-preload <0.0\-2.0> 4448 .B \-audio-preload <0.0\-2.0>
4464 Sets up audio buffering time interval (default: 0.5s). 4449 Sets up audio buffering time interval (default: 0.5s).
4465 . 4450 .
4466 .TP 4451 .TP
4467 .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (see \-ss and \-sb option too) 4452 .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (also see \-ss and \-sb)
4468 Stop encoding at given time or byte position. 4453 Stop encoding at given time or byte position.
4469 Can be specified in many ways: 4454 Can be specified in many ways:
4470 .br 4455 .br
4471 .I NOTE: 4456 .I NOTE:
4472 Byte position won't be accurate, as it can only stop at 4457 Byte position won't be accurate, as it can only stop at
4502 This can be used to change the aspect ratio with \-ovc copy. 4487 This can be used to change the aspect ratio with \-ovc copy.
4503 . 4488 .
4504 .TP 4489 .TP
4505 .B \-info <option1:option2:...> (AVI only) 4490 .B \-info <option1:option2:...> (AVI only)
4506 Specify the info header of the resulting AVI file. 4491 Specify the info header of the resulting AVI file.
4507 .br 4492 .sp 1
4508 Available options are: 4493 Available options are:
4509 .RSs 4494 .RSs
4510 .IPs help\ 4495 .IPs help\
4511 show this description 4496 show this description
4512 .IPs name=<value> 4497 .IPs name=<value>
4531 Useful to control at which point of the filter chain subtitles are rendered 4516 Useful to control at which point of the filter chain subtitles are rendered
4532 when hardcoding subtitles onto a movie. 4517 when hardcoding subtitles onto a movie.
4533 . 4518 .
4534 .TP 4519 .TP
4535 .B \-noodml (\-of avi only) 4520 .B \-noodml (\-of avi only)
4536 Do not write OpenDML index for files >1GB. 4521 Do not write OpenDML index for AVI files >1GB.
4537 . 4522 .
4538 .TP 4523 .TP
4539 .B \-noskip 4524 .B \-noskip
4540 Do not skip frames. 4525 Do not skip frames.
4541 . 4526 .
4750 average bitrate 4735 average bitrate
4751 . 4736 .
4752 .TP 4737 .TP
4753 .B cbr\ \ \ \ 4738 .B cbr\ \ \ \
4754 constant bitrate. 4739 constant bitrate.
4755 .br
4756 Forces also CBR mode encoding on subsequent ABR presets modes 4740 Forces also CBR mode encoding on subsequent ABR presets modes
4757 . 4741 .
4758 .TP 4742 .TP
4759 .B br=<0\-1024> 4743 .B br=<0\-1024>
4760 specify bitrate in kBit (CBR and ABR only) 4744 specify bitrate in kBit (CBR and ABR only)
5418 Thus, the picture will look better with partitioning than without, 5402 Thus, the picture will look better with partitioning than without,
5419 as without partitioning an error will trash AC/\:DC/\:MV equally. 5403 as without partitioning an error will trash AC/\:DC/\:MV equally.
5420 . 5404 .
5421 .TP 5405 .TP
5422 .B vpsize=<0\-10000> 5406 .B vpsize=<0\-10000>
5423 video packet size, improves error-resistance (see \-vdpart option too): 5407 video packet size, improves error-resistance (also see vdpart):
5424 .RSs 5408 .RSs
5425 .IPs 0 5409 .IPs 0
5426 disabled (default) 5410 disabled (default)
5427 .IPs 100-1000 5411 .IPs 100-1000
5428 good choice 5412 good choice
5731 .ne 5715 .ne
5732 0 5716 0
5733 000 5717 000
5734 0 5718 0
5735 .fi 5719 .fi
5736 .br
5737 .IPs 2 5720 .IPs 2
5738 normal size=2 diamond 5721 normal size=2 diamond
5739 .nf 5722 .nf
5740 .ne 5723 .ne
5741 0 5724 0
5841 unlimited MVs (H.263+ only) 5824 unlimited MVs (H.263+ only)
5842 Allow encoding of abritarily long MVs. 5825 Allow encoding of abritarily long MVs.
5843 . 5826 .
5844 .TP 5827 .TP
5845 .B ibias=<-256\-256> 5828 .B ibias=<-256\-256>
5846 intra quantizer bias (256 == 1.0) 5829 intra quantizer bias (256 equals 1.0, MPEG style quantizer default: 96,
5847 .br 5830 H.263 style quantizer default: 0)
5848 MPEG style quantizer default: 96
5849 .br
5850 H.263 style quantizer default: 0
5851 .br 5831 .br
5852 .I NOTE: 5832 .I NOTE:
5853 The H.263 MMX quantizer cannot handle positive biases (set vfdct=1 or 2), 5833 The H.263 MMX quantizer cannot handle positive biases (set vfdct=1 or 2),
5854 the MPEG MMX quantizer cannot handle negative biases (set vfdct=1 or 2). 5834 the MPEG MMX quantizer cannot handle negative biases (set vfdct=1 or 2).
5855 . 5835 .
5856 .TP 5836 .TP
5857 .B pbias=<-256\-256> 5837 .B pbias=<-256\-256>
5858 inter quantizer bias (256 == 1.0) 5838 inter quantizer bias (256 equals 1.0, MPEG style quantizer default: 0,
5859 .br 5839 H.263 style quantizer default: -64)
5860 MPEG style quantizer default: 0
5861 .br
5862 H.263 style quantizer default: -64
5863 .br 5840 .br
5864 .I NOTE: 5841 .I NOTE:
5865 The H.263 MMX quantizer cannot handle positive biases (set vfdct=1 or 2), 5842 The H.263 MMX quantizer cannot handle positive biases (set vfdct=1 or 2),
5866 the MPEG MMX quantizer cannot handle negative biases (set vfdct=1 or 2). 5843 the MPEG MMX quantizer cannot handle negative biases (set vfdct=1 or 2).
5867 .br 5844 .br
5868 Tip: a more positive bias (-32 \- -16 instead of -64) seems to improve the PSNR 5845 .I HINT:
5846 A more positive bias (-32 \- -16 instead of -64) seems to improve the PSNR.
5869 . 5847 .
5870 .TP 5848 .TP
5871 .B nr=<0\-100000> 5849 .B nr=<0\-100000>
5872 noise reduction, 0 is disabled 5850 noise reduction, 0 is disabled
5873 . 5851 .
5968 . 5946 .
5969 .TP 5947 .TP
5970 .B bitrate=<value> 5948 .B bitrate=<value>
5971 Sets the bitrate to be used in kbits/\:second if <16000 or in bits/\:second 5949 Sets the bitrate to be used in kbits/\:second if <16000 or in bits/\:second
5972 if >16000. 5950 if >16000.
5973 .br
5974 If <value> is negative, XviD will use its absolute value as the target size 5951 If <value> is negative, XviD will use its absolute value as the target size
5975 (in kbytes) of the video and compute the associated bitrate automagically. 5952 (in kbytes) of the video and compute the associated bitrate automagically.
5976 (CBR or 2pass mode, default: 687 kbits/\:s) 5953 (CBR or 2pass mode, default: 687 kbits/\:s)
5977 . 5954 .
5978 .TP 5955 .TP
6020 .B rc_buffer=<value> 5997 .B rc_buffer=<value>
6021 size of the rate control buffer 5998 size of the rate control buffer
6022 . 5999 .
6023 .TP 6000 .TP
6024 .B quant_range=<1\-31>\-<1\-31>[/\:<1\-31>\-<1\-31>] 6001 .B quant_range=<1\-31>\-<1\-31>[/\:<1\-31>\-<1\-31>]
6025 min & max quantizer for all frames (default: 2\-31, CBR mode) 6002 CBR mode: min & max quantizer for all frames (default: 2\-31)
6026 .br 6003 .br
6027 min & max quantizer for I/\:P frames (default: 2\-31/\:2\-31, 2pass mode) 6004 2pass mode: min & max quantizer for I/\:P frames (default: 2\-31/\:2\-31)
6028 . 6005 .
6029 .TP 6006 .TP
6030 .B min_key_interval=<value> 6007 .B min_key_interval=<value>
6031 minimum interval between keyframes (default: 0, 2pass only) 6008 minimum interval between keyframes (default: 0, 2pass only)
6032 . 6009 .
6256 .TP 6233 .TP
6257 .B idrframe=<value> 6234 .B idrframe=<value>
6258 Each <value> I-Frames are IDR-Frames. 6235 Each <value> I-Frames are IDR-Frames.
6259 In H.264, I-Frames do not necessarily bound a closed GOP because it is 6236 In H.264, I-Frames do not necessarily bound a closed GOP because it is
6260 allowable for a P-frame to be predicted from more frames than just the one 6237 allowable for a P-frame to be predicted from more frames than just the one
6261 frame before it (see the frameref option). 6238 frame before it (also see frameref).
6262 Therefore, I-frames are not necessarily seekable. IDR-Frames restrict 6239 Therefore, I-frames are not necessarily seekable. IDR-Frames restrict
6263 subsequent P-frames from referring to any frame prior to the IDR-Frame 6240 subsequent P-frames from referring to any frame prior to the IDR-Frame
6264 (default: 2) 6241 (default: 2)
6265 . 6242 .
6266 .TP 6243 .TP
6410 ~/.mplayer/\:config 6387 ~/.mplayer/\:config
6411 user settings 6388 user settings
6412 . 6389 .
6413 .TP 6390 .TP
6414 ~/.mplayer/\:input.conf 6391 ~/.mplayer/\:input.conf
6415 input bindings (see '\-input keylist' for full keylist) 6392 input bindings (see '\-input keylist' for the full list)
6416 . 6393 .
6417 .TP 6394 .TP
6418 ~/.mplayer/\:gui.conf 6395 ~/.mplayer/\:gui.conf
6419 GUI configuration file 6396 GUI configuration file
6420 . 6397 .
6550 explains how to create useful bug reports. 6527 explains how to create useful bug reports.
6551 . 6528 .
6552 . 6529 .
6553 . 6530 .
6554 .SH AUTHORS 6531 .SH AUTHORS
6555 MPlayer was initially written by Arpad Gereoffy. 6532 MPlayer was initially written by Arpad Gereöffy.
6556 See the AUTHORS file for a list of some of the many other contributors. 6533 See the AUTHORS file for a list of some of the many other contributors.
6557 .
6558 .TP
6559 MPlayer is (C) 2000\-2004
6560 .B The MPlayer Team
6561 .
6562 .TP
6563 This man page is written and maintained by
6564 .B Gabucino
6565 .br
6566 .B Diego Biurrun
6567 .br
6568 .B Jonas Jermann
6569 .
6570 .PP 6534 .PP
6535 MPlayer is (C) 2000\-2004 The MPlayer Team
6536 .PP
6537 This man page was written mainly by Gabucino, Jonas Jermann and Diego Biurrun.
6538 It is maintained by Diego Biurrun.
6571 Please send mails about it to the MPlayer-DOCS mailing list. 6539 Please send mails about it to the MPlayer-DOCS mailing list.
6572 .\" end of file 6540 .\" end of file