comparison DOCS/man/en/mplayer.1 @ 14765:106106dac710

Finish incomplete -af-adv documentation.
author diego
date Tue, 22 Feb 2005 20:24:15 +0000
parents adb4fc07896c
children cac458e0c3a4
comparison
equal deleted inserted replaced
14764:adb4fc07896c 14765:106106dac710
3036 . 3036 .
3037 .TP 3037 .TP
3038 .B \-af-adv <force=(0\-3):list=(filters)> (also see \-af) 3038 .B \-af-adv <force=(0\-3):list=(filters)> (also see \-af)
3039 Specify advanced audio filter options: 3039 Specify advanced audio filter options:
3040 .RSs 3040 .RSs
3041 .IPs force=<0\-3> 3041 .IPs force=<0\-7>
3042 Forces the insertion of audio filters to one of the following: 3042 Forces the insertion of audio filters to one of the following:
3043 .RSss 3043 .RSss
3044 0: completely automatic filter insertion (default) 3044 0: completely automatic filter insertion (default)
3045 .br 3045 .br
3046 1: Optimize for accuracy. 3046 1: Optimize for accuracy.
3047 .br 3047 .br
3048 2: Optimize for speed. 3048 2: Optimize for speed.
3049 .br 3049 .I Warning:
3050 3: Turn off automatic filter insertion. 3050 Some features in the audio filters may silently fail,
3051 and the sound quality may drop.
3052 .br
3053 3: Use no automatic insertion of filters and no optimization.
3054 .I Warning:
3055 It may be possible to crash MPlayer using this setting.
3056 .br
3057 4: Use automatic insertion of filters according to 0 above,
3058 but use floating point processing when possible.
3059 .br
3060 5: Use automatic insertion of filters according to 1 above,
3061 but use floating point processing when possible.
3062 .br
3063 6: Use automatic insertion of filters according to 2 above,
3064 but use floating point processing when possible.
3065 .br
3066 7: Use no automatic insertion of filters according to 3 above,
3067 and use floating point processing when possible.
3051 .REss 3068 .REss
3052 .IPs list=<filters> 3069 .IPs list=<filters>
3053 Same as \-af. 3070 Same as \-af.
3054 .RE 3071 .RE
3055 . 3072 .