Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-02-27 19:27:23 +0300
committerPaul B Mahol <onemda@gmail.com>2016-02-27 19:45:20 +0300
commite266d29978cdb04c04027ded24a62b405303c120 (patch)
tree855c876955620ac7fd61233d52b9a080c7ab0f08 /doc
parent653af9f18839a3f6fdf6f7b8e734ef5cae1485d0 (diff)
avfilter/avf_showwolume: add orientation and step option
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 10f1111e35..7e7d8ff93b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -15762,10 +15762,10 @@ Set video rate.
Set border width, allowed range is [0, 5]. Default is 1.
@item w
-Set channel width, allowed range is [80, 1080]. Default is 400.
+Set channel width, allowed range is [80, 8192]. Default is 400.
@item h
-Set channel height, allowed range is [1, 100]. Default is 20.
+Set channel height, allowed range is [1, 900]. Default is 20.
@item f
Set fade, allowed range is [0.001, 1]. Default is 0.95.
@@ -15788,6 +15788,14 @@ If set, displays channel names. Default is enabled.
@item v
If set, displays volume values. Default is enabled.
+
+@item o
+Set orientation, can be @code{horizontal} or @code{vertical},
+default is @code{horizontal}.
+
+@item s
+Set step size, allowed range s [0, 5]. Default is 0, which means
+step is disabled.
@end table
@section showwaves