From 1762d33971dc8d7c4e6b578701f6918127a0c3bb Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 27 Feb 2016 00:11:53 +0100 Subject: manpage: add showvolume example to --lavfi-complex Pretty useful for debugging surround nonsense. --- DOCS/man/options.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS') 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. -- cgit v1.2.3