summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-03-22 17:17:43 +0100
committerwm4 <wm4@nowhere>2018-03-26 19:47:08 +0200
commit4655923d387047d51f1d1face5d40d757a76123e (patch)
tree7a43c529314aa38ba374e229ccfa877ab2fdcee7
parent52dd38a48a4a94d1c477b62cebcd67b911eb27fa (diff)
downloadmpv-4655923d387047d51f1d1face5d40d757a76123e.tar.bz2
mpv-4655923d387047d51f1d1face5d40d757a76123e.tar.xz
manpage: mention how to get multiple video tracks for --lavfi-complex
See #5670.
-rw-r--r--DOCS/man/options.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index e786b8405d..0680c2b6e5 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5646,6 +5646,8 @@ Miscellaneous
both tracks need to have the same width, or filter initialization
will fail (you can add ``scale`` filters before the ``vstack`` filter
to fix the size).
+ To load a video track from another file, you can use
+ ``--external-file=other.mkv``.
- ``--lavfi-complex='[aid1] asplit [t1] [ao] ; [t1] showvolume [t2] ; [vid1] [t2] overlay [vo]'``
Play audio track 1, and overlay the measured volume for each speaker
over video track 1.