mirror of https://github.com/mpv-player/mpv
Finish incomplete -af-adv documentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14766 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c4337e9f7c
commit
d6309637a2
|
@ -3038,7 +3038,7 @@ Skip FFmpeg's MP3 decoder.
|
||||||
.B \-af-adv <force=(0\-3):list=(filters)> (also see \-af)
|
.B \-af-adv <force=(0\-3):list=(filters)> (also see \-af)
|
||||||
Specify advanced audio filter options:
|
Specify advanced audio filter options:
|
||||||
.RSs
|
.RSs
|
||||||
.IPs force=<0\-3>
|
.IPs force=<0\-7>
|
||||||
Forces the insertion of audio filters to one of the following:
|
Forces the insertion of audio filters to one of the following:
|
||||||
.RSss
|
.RSss
|
||||||
0: completely automatic filter insertion (default)
|
0: completely automatic filter insertion (default)
|
||||||
|
@ -3046,8 +3046,25 @@ Forces the insertion of audio filters to one of the following:
|
||||||
1: Optimize for accuracy.
|
1: Optimize for accuracy.
|
||||||
.br
|
.br
|
||||||
2: Optimize for speed.
|
2: Optimize for speed.
|
||||||
|
.I Warning:
|
||||||
|
Some features in the audio filters may silently fail,
|
||||||
|
and the sound quality may drop.
|
||||||
.br
|
.br
|
||||||
3: Turn off automatic filter insertion.
|
3: Use no automatic insertion of filters and no optimization.
|
||||||
|
.I Warning:
|
||||||
|
It may be possible to crash MPlayer using this setting.
|
||||||
|
.br
|
||||||
|
4: Use automatic insertion of filters according to 0 above,
|
||||||
|
but use floating point processing when possible.
|
||||||
|
.br
|
||||||
|
5: Use automatic insertion of filters according to 1 above,
|
||||||
|
but use floating point processing when possible.
|
||||||
|
.br
|
||||||
|
6: Use automatic insertion of filters according to 2 above,
|
||||||
|
but use floating point processing when possible.
|
||||||
|
.br
|
||||||
|
7: Use no automatic insertion of filters according to 3 above,
|
||||||
|
and use floating point processing when possible.
|
||||||
.REss
|
.REss
|
||||||
.IPs list=<filters>
|
.IPs list=<filters>
|
||||||
Same as \-af.
|
Same as \-af.
|
||||||
|
|
Loading…
Reference in New Issue