summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-02-20 10:28:36 +0000
committerPaul B Mahol <onemda@gmail.com>2015-06-28 14:33:36 +0000
commitf76d7d4b01e843455978f2a90b1fc3c5c4bc0783 (patch)
tree4c495d8b34d27124a5219d3b698ad516613908fc /doc
parent96e73fa6494194d8c918e75e23df293327d5228a (diff)
downloadffmpeg-streaming-f76d7d4b01e843455978f2a90b1fc3c5c4bc0783.zip
ffmpeg-streaming-f76d7d4b01e843455978f2a90b1fc3c5c4bc0783.tar.gz
avfilter: add showvolume filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index d9f913f..522a3d2 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11992,6 +11992,39 @@ ffplay -f lavfi 'amovie=input.mp3, asplit [a][out1];
@end example
@end itemize
+@section showvolume
+
+Convert input audio volume to a video output.
+
+The filter accepts the following options:
+
+@table @option
+@item rate, r
+Set video rate.
+
+@item b
+Set border width, allowed range is [0, 5]. Default is 1.
+
+@item w
+Set channel width, allowed range is [40, 1080]. Default is 400.
+
+@item h
+Set channel height, allowed range is [1, 100]. Default is 20.
+
+@item f
+Set fade, allowed range is [1, 255]. Default is 20.
+
+@item c
+Set volume color expression.
+
+The expression can use the following variables:
+
+@table @option
+@item VOLUME
+Current max volume of channel in dB.
+@end table
+@end table
+
@section showwaves
Convert input audio to a video output, representing the samples waves.
OpenPOWER on IntegriCloud