summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2023-09-27 10:42:07 +0200
committerDudemanguy <random342@airmail.cc>2023-09-27 14:04:07 +0000
commit3a2ebd616ba00ebcd89e606cb6962c062c7ecb9f (patch)
tree62950ab3683f32dd48bff2c1b03c51df18869e76 /DOCS/man/options.rst
parent649409140cbcde9bc071b3f66c50195f4db1c400 (diff)
downloadmpv-3a2ebd616ba00ebcd89e606cb6962c062c7ecb9f.tar.bz2
mpv-3a2ebd616ba00ebcd89e606cb6962c062c7ecb9f.tar.xz
DOCS/options: update lavfi-complex examples
Show how to stack 3 or more videos, and remove the life filter example because it should be used with av://lavfi:life.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index d7f7eec78a..49983ab32d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -7307,11 +7307,11 @@ Miscellaneous
to fix the size).
To load a video track from another file, you can use
``--external-file=other.mkv``.
+ - ``--lavfi-complex='[vid1] [vid2] [vid3] hstack=inputs=3 [vo]'``
+ Use the inputs option to stack more than 2 tracks.
- ``--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.
- - ``null:// --lavfi-complex='life [vo]'``
- A libavfilter source-only filter (Conways' Life Game).
See the FFmpeg libavfilter documentation for details on the available
filters.