summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-12 20:28:39 +0100
committerwm4 <wm4@nowhere>2016-02-12 20:28:39 +0100
commit90089b860c9a4de9613ca40f5877c12608e7c5dc (patch)
treebdf80dd9c1240f4ec98437e1eecad056064e53eb
parentcf323d0cc1d9b5fd36a414b1f953e5680964671f (diff)
downloadmpv-90089b860c9a4de9613ca40f5877c12608e7c5dc.tar.bz2
mpv-90089b860c9a4de9613ca40f5877c12608e7c5dc.tar.xz
manpage: normal filters are still active with complex filters
It's not exactly obvious how they interact.
-rw-r--r--DOCS/man/options.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index c8d007f331..dc4dd0f361 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3584,6 +3584,9 @@ Miscellaneous
corresponding output is not connected to the filter, can still be freely
changed.
+ Note that the normal filter chains (``--af``, ``--vf``) are applied between
+ the complex graphs (e.g. ``ao`` label) and the actual output.
+
.. admonition:: Examples
- ``--lavfi-complex='[aid1] asplit [ao] [t] ; [t] aphasemeter [vo]'``