summaryrefslogtreecommitdiffstats
path: root/DOCS/man/af.rst
diff options
context:
space:
mode:
authorHector Martin <marcan@marcan.st>2016-09-19 21:22:58 +0900
committerwm4 <wm4@nowhere>2016-09-19 14:55:58 +0200
commited8540c38effa1713fb066bab2771e5efae53ba4 (patch)
tree9da51f7e692ef1f5dcd32c3b0e81024d43c94ed2 /DOCS/man/af.rst
parent0525f5fa93f9d997fd3d0037be17c3350823704e (diff)
downloadmpv-ed8540c38effa1713fb066bab2771e5efae53ba4.tar.bz2
mpv-ed8540c38effa1713fb066bab2771e5efae53ba4.tar.xz
af_pan: add af-command support to change the matrix
This allows for seamless changes in the downmixing matrix without having to reinitialize the filter chain.
Diffstat (limited to 'DOCS/man/af.rst')
-rw-r--r--DOCS/man/af.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index c52c422299..71b5bbf975 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -312,6 +312,13 @@ Available filters are:
``mpv '--af=format=channels=5.1' '--audio-channels=5.1'`` would always force
remixing audio to 5.1 and output it like this.
+ This filter supports the following ``af-command`` commands:
+
+ ``set-matrix``
+ Set the ``<matrix>`` argument dynamically. This can be used to change
+ the mixing matrix at runtime, without reinitializing the entire filter
+ chain.
+
``drc[=method:target]``
Applies dynamic range compression. This maximizes the volume by compressing
the audio signal's dynamic range. (Formerly called ``volnorm``.)