diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-02-27 17:27:23 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-02-27 17:45:20 +0100 |
commit | e266d29978cdb04c04027ded24a62b405303c120 (patch) | |
tree | 855c876955620ac7fd61233d52b9a080c7ab0f08 /doc/filters.texi | |
parent | 653af9f18839a3f6fdf6f7b8e734ef5cae1485d0 (diff) | |
download | ffmpeg-e266d29978cdb04c04027ded24a62b405303c120.tar.gz |
avfilter/avf_showwolume: add orientation and step option
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 12 |
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 |