summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-11-29 12:37:48 +0100
committerPaul B Mahol <onemda@gmail.com>2015-11-29 13:02:40 +0100
commit7a9b4427b51eb14e1729f66268ebe794bddde581 (patch)
treeaf37087a20077b12def55297e2921b3f56cef191 /doc
parent2ea38a946dbd7c4528f5729f494758cfad491fa8 (diff)
avfilter/avf_showvolume: fix several issues
Fix color fading: previously color could fade to red when volume level for red color was actually never reached. Display volume value on right side. Use red color only if clipping is needed. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index c8471e551c..0395c7ad5d 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14302,13 +14302,13 @@ Set video rate.
Set border width, allowed range is [0, 5]. Default is 1.
@item w
-Set channel width, allowed range is [40, 1080]. Default is 400.
+Set channel width, allowed range is [80, 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.
+Set fade, allowed range is [0.001, 1]. Default is 0.95.
@item c
Set volume color expression.
@@ -14325,6 +14325,9 @@ Current channel number, starting from 0.
@item t
If set, displays channel names. Default is enabled.
+
+@item v
+If set, displays volume values. Default is enabled.
@end table
@section showwaves