manpage: mention how to get multiple video tracks for --lavfi-complex

See #5670.
This commit is contained in:
wm4 2018-03-22 17:17:43 +01:00
parent 52dd38a48a
commit 4655923d38
1 changed files with 2 additions and 0 deletions

View File

@ -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.