summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-02-27 00:11:53 +0100
committerwm4 <wm4@nowhere>2016-02-27 00:11:53 +0100
commit1762d33971dc8d7c4e6b578701f6918127a0c3bb (patch)
tree03260cf11bcb96163170ccbf3b37e447d9e625ee /DOCS
parent72aea5a12bbc07bec0d3cc5b1ce6c2485a0355c5 (diff)
downloadmpv-1762d33971dc8d7c4e6b578701f6918127a0c3bb.tar.bz2
mpv-1762d33971dc8d7c4e6b578701f6918127a0c3bb.tar.xz
manpage: add showvolume example to --lavfi-complex
Pretty useful for debugging surround nonsense.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 2819202f99..ec71dd762b 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3600,6 +3600,9 @@ Miscellaneous
to fix the size).
- ``--lavfi-complex='[aid1] asplit [ao] [t] ; [t] aphasemeter [t2] ; [vid1] [t2] overlay [vo]'``
Play audio track 1, and overlay its visualization over video track 1.
+ - ``--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.
See the FFmpeg libavfilter documentation for details on the filter.