summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-08-17 10:56:53 +0200
committerwm4 <wm4@nowhere>2017-08-17 10:56:53 +0200
commitd7b893cf352767e45b7fcd43ea19bd2f1caa75b8 (patch)
tree95397f44665205c81eff5cd1db59d4aef52a8179
parentb74067bc741fda96c358e6d5bfaf423417762592 (diff)
downloadmpv-d7b893cf352767e45b7fcd43ea19bd2f1caa75b8.tar.bz2
mpv-d7b893cf352767e45b7fcd43ea19bd2f1caa75b8.tar.xz
manpage: update --lavfi-complex description
-rw-r--r--DOCS/man/options.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 79a4d52568..a0b2d06cea 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5233,11 +5233,14 @@ Miscellaneous
video or audio outputs are not possible, but you can use filters to merge
them into one.
- The complex filter cannot be changed yet during playback. It's also not
- possible to change the tracks connected to the filter at runtime. Other
- tracks, as long as they're not connected to the filter, and the
+ It's not possible to change the tracks connected to the filter at runtime,
+ unless you explicitly change the ``lavfi-complex`` property and set new
+ track assignments. When the graph is changed, the track selection is changed
+ according to the used labels as well.
+
+ Other tracks, as long as they're not connected to the filter, and the
corresponding output is not connected to the filter, can still be freely
- changed.
+ changed with the normal methods.
Note that the normal filter chains (``--af``, ``--vf``) are applied between
the complex graphs (e.g. ``ao`` label) and the actual output.