summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-04 23:51:55 +0100
committerwm4 <wm4@nowhere>2016-03-04 23:51:55 +0100
commit9972847265f760ec6d7f813750325f11f7e0077f (patch)
tree3b845cbe198a5147c95488ca5a73592bd159bdd8 /DOCS/man/options.rst
parent3f60548df472d01387784601526e378d8ffb4659 (diff)
downloadmpv-9972847265f760ec6d7f813750325f11f7e0077f.tar.bz2
mpv-9972847265f760ec6d7f813750325f11f7e0077f.tar.xz
demux: add null demuxer
It's useless, but can be used for fancy --lavfi-complex nonsense.
Diffstat (limited to 'DOCS/man/options.rst')
-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 ec71dd762b..eb1b1a60c0 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3603,6 +3603,8 @@ Miscellaneous
- ``--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]'``
+ Conways' Life Game.
See the FFmpeg libavfilter documentation for details on the filter.