summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-02-25 22:53:52 -0500
committerDudemanguy <random342@airmail.cc>2024-02-26 15:36:37 +0000
commit0b4b6746b4a909c6e6e82bad5ca374813fafae35 (patch)
treec2fc3d3bceb85e65221c1e1beb7b16b3bca6a2ee /DOCS/man/options.rst
parent897d6249ee23f1a5ca01d40f5b71ef62f77b55df (diff)
downloadmpv-0b4b6746b4a909c6e6e82bad5ca374813fafae35.tar.bz2
mpv-0b4b6746b4a909c6e6e82bad5ca374813fafae35.tar.xz
DOCS/options: remove lavrresample reference
lavrresample is removed in c8b8fe9981c654c0539ca77056ed6451a3da7367. The replacement is the internal swresample filter.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst9
1 files changed, 2 insertions, 7 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 26dce4ad21..b3ca658496 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2185,8 +2185,8 @@ Audio
``--audio-samplerate=<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 lavrresample audio filter will be inserted into
- the audio filter layer to compensate for the difference.
+ of the current media, the internal swresample audio filter will be inserted
+ into the audio filter layer to compensate for the difference.
``--gapless-audio=<no|yes|weak>``
Try to play consecutive audio files with no silence or disruption at the
@@ -4768,8 +4768,6 @@ Audio Resampler
This controls the default options of any resampling done by mpv (but not within
libavfilter, within the system audio API resampler, or any other places).
-It also sets the defaults for the ``lavrresample`` audio filter.
-
``--audio-resample-filter-size=<length>``
Length of the filter with respect to the lower sampling rate. (default:
16)
@@ -4790,9 +4788,6 @@ It also sets the defaults for the ``lavrresample`` audio filter.
(default: no). If this is disabled, downmix can cause clipping. If it's
enabled, the output might be too quiet. It depends on the source audio.
- Technically, this changes the ``normalize`` suboption of the
- ``lavrresample`` audio filter, which performs the downmixing.
-
If downmix happens outside of mpv for some reason, or in the decoder
(decoder downmixing), or in the audio output (system mixer), this has no
effect.