diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-01-21 20:07:12 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-01-22 11:11:06 +0100 |
commit | b18467a9433c641ad3828992eeb5d7546f0048f7 (patch) | |
tree | 80949e66954e1f504dcd88f05fa23001bb7debe8 /doc | |
parent | 74105fc9a3c4e37aea3d1ba3e132398f9fb0b944 (diff) | |
download | ffmpeg-b18467a9433c641ad3828992eeb5d7546f0048f7.tar.gz |
avfilter/avf_showwaves: add logarithmic amplitude scaler
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index dd1f203a78..ef2ecf4265 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -15134,6 +15134,13 @@ option @var{n}. Default value is "25". @item split_channels Set if channels should be drawn separately or overlap. Default value is 0. +@item colors +Set colors separated by '|' which are going to be used for drawing of each channel. + +@item scale +Set amplitude scale. Can be linear @code{lin} or logarithmic @code{log}. +Default is linear. + @end table @subsection Examples @@ -15168,6 +15175,13 @@ Default value is @code{600x240}. @item split_channels Set if channels should be drawn separately or overlap. Default value is 0. + +@item colors +Set colors separated by '|' which are going to be used for drawing of each channel. + +@item scale +Set amplitude scale. Can be linear @code{lin} or logarithmic @code{log}. +Default is linear. @end table @subsection Examples |