diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-07-12 22:49:56 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-07-13 00:11:36 +0200 |
commit | 7430ee2b8b1ed8fd675787eb8c4abd44ed89601c (patch) | |
tree | d40dde574c6ffc5d9e631f8c4bfe10379f465b20 /doc | |
parent | 422bfdc4aefc9117a9aa9611269ba666c91b497c (diff) | |
download | ffmpeg-7430ee2b8b1ed8fd675787eb8c4abd44ed89601c.tar.gz |
avfilter/avf_showcwt: add rotation option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a8e0dbde15..770c5d0272 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -30784,6 +30784,13 @@ Direction from up to down. @item du Direction from down to up. @end table + +@item bar +Set the ratio of bargraph display to display size. Default is 0. + +@item rotation +Set color rotation, must be in [-1.0, 1.0] range. +Default value is @code{0}. @end table @section showfreqs |