summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-01-19 15:38:58 +0100
committerwm4 <wm4@nowhere>2017-01-19 15:38:58 +0100
commit13add62cf075cc48a2a1b65c84fc1b5798361bf8 (patch)
tree8925ce846c2a80b4a150270f0d07b545937554e2 /DOCS/man/options.rst
parent717ee3ddba9cd04df3ffe5fc75598c04b73c04a1 (diff)
downloadmpv-13add62cf075cc48a2a1b65c84fc1b5798361bf8.tar.bz2
mpv-13add62cf075cc48a2a1b65c84fc1b5798361bf8.tar.xz
options: drop deprecated --vd/--ad codecs selection features
Only simple selection works now. Using "-" to terminate codec selection remains in the code (might get undeprecated).
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst14
1 files changed, 2 insertions, 12 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 079672533f..7e9e304be5 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1145,41 +1145,31 @@ Audio
multichannel PCM, and mpv supports lossless DTS-HD decoding via
FFmpeg's new DCA decoder (based on libdcadec).
-``--ad=<[+|-]family1:(*|decoder1),[+|-]family2:(*|decoder2),...[-]>``
+``--ad=<decoder1,decoder2,...[-]>``
Specify a priority list of audio decoders to be used, according to their
decoder name. When determining which decoder to use, the first decoder that
matches the audio format is selected. If that is unavailable, the next
decoder is used. Finally, it tries all other decoders that are not
explicitly selected or rejected by the option.
- Specifying family names is deprecated. Entries like ``family:*`` prioritize
- all decoders of the given family.
-
``-`` at the end of the list suppresses fallback on other available
decoders not on the ``--ad`` list. ``+`` in front of an entry forces the
decoder. Both of these should not normally be used, because they break
normal decoder auto-selection! Both of these methods are deprecated.
- ``-`` in front of an entry disables selection of the decoder. This is
- deprecated.
-
.. admonition:: Examples
``--ad=mp3float``
Prefer the FFmpeg/Libav ``mp3float`` decoder over all other MP3
decoders.
- ``--ad=lavc:mp3float``
- Prefer the FFmpeg/Libav ``mp3float`` decoder over all other MP3
- decoders. (Using deprecated family syntax.)
-
``--ad=help``
List all available decoders.
.. admonition:: Warning
Enabling compressed audio passthrough (AC3 and DTS via SPDIF/HDMI) with
- this option is deprecated. Use ``--audio-spdif`` instead.
+ this option is not possible. Use ``--audio-spdif`` instead.
``--volume=<value>``
Set the startup volume. 0 means silence, 100 means no volume reduction or