diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-07-30 17:36:50 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-07-30 18:14:16 +0200 |
commit | bd23b1d0acb7664e76734ea3b2a07eb5029764b8 (patch) | |
tree | 5d607269170d814ebaa040e00157def1058c88f6 /doc | |
parent | 6f552b9c5eb0c8c37a5c636ff1daa4ce3d45ebe4 (diff) | |
download | ffmpeg-bd23b1d0acb7664e76734ea3b2a07eb5029764b8.tar.gz |
avfilter/avf_showcwt: add iscale option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 6f47428aa0..4c2ce6a44c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -30793,6 +30793,18 @@ Set the frequency scale used. Allowed values are: @end table Default value is @code{linear}. +@item iscale +Set the intensity scale used. Allowed values are: + +@table @option +@item linear +@item log +@item sqrt +@item cbrt +@item qdrt +@end table +Default value is @code{log}. + @item min Set the minimum frequency that will be used in output. Default is @code{20} Hz. |