summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-28 22:46:22 +0100
committerwm4 <wm4@nowhere>2013-04-13 04:21:29 +0200
commitabd5e8a2e774f20d78a901faac64fe74fdc7b040 (patch)
tree30a7e1e1d1bd57bbc7e0afe2d6b1ae588989fdd3 /DOCS/man
parent08eecf070e12d58f3f9e4f7c65b8b1f6c815cc7f (diff)
downloadmpv-abd5e8a2e774f20d78a901faac64fe74fdc7b040.tar.bz2
mpv-abd5e8a2e774f20d78a901faac64fe74fdc7b040.tar.xz
options: remove --af-adv
Anything this option did has been removed in the preceding 3 commits. Note that even though these options sounded like a good idea (like setting accuracy vs. speed tradeoffs), they were not really properly implemented.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/af.rst3
-rw-r--r--DOCS/man/en/options.rst39
2 files changed, 3 insertions, 39 deletions
diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst
index 759476a1c7..f3054e7255 100644
--- a/DOCS/man/en/af.rst
+++ b/DOCS/man/en/af.rst
@@ -233,8 +233,7 @@ volume[=v[:sc[:fast]]]
This filter has a second feature: It measures the overall maximum sound
level and prints out that level when mpv exits. This feature currently
- only works with floating-point data, use e.g. ``--af-adv=force=5``, or use
- ``--af=stats``.
+ only works with floating-point data.
*NOTE*: This filter is not reentrant and can therefore only be enabled
once for every audio stream.
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index fab682fdd5..5c71dd977a 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -44,40 +44,6 @@
``--af-clr`` exist to modify a previously specified list, but you
shouldn't need these for typical use.
---af-adv=<force=(0-7):list=(filters)>
- See also ``--af``.
- Specify advanced audio filter options:
-
- force=<0-7>
- Forces the insertion of audio filters to one of the following:
-
- 0
- Use completely automatic filter insertion (currently identical to
- 1).
- 1
- Optimize for accuracy (default).
- 2
- Optimize for speed. *Warning*: Some features in the audio filters
- may silently fail, and the sound quality may drop.
- 3
- Use no automatic insertion of filters and no optimization.
- *Warning*: It may be possible to crash mpv using this setting.
- 4
- Use automatic insertion of filters according to 0 above, but use
- floating point processing when possible.
- 5
- Use automatic insertion of filters according to 1 above, but use
- floating point processing when possible.
- 6
- Use automatic insertion of filters according to 2 above, but use
- floating point processing when possible.
- 7
- Use no automatic insertion of filters according to 3 above, and
- use floating point processing when possible.
-
- list=<filters>
- Same as ``--af``.
-
--aid=<ID|auto|no>
Select audio channel. ``auto`` selects the default, ``no`` disables audio.
See also ``--alang``.
@@ -1946,9 +1912,8 @@
--srate=<Hz>
Select the output sample rate to be used (of course sound cards have
limits on this). If the sample frequency selected is different from that
- of the current media, the resample or lavcresample audio filter will be
- inserted into the audio filter layer to compensate for the difference. The
- type of resampling can be controlled by the ``--af-adv`` option.
+ of the current media, the lavrresample audio filter will be
+ inserted into the audio filter layer to compensate for the difference.
--start=<relative time>
Seek to given time position.