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
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-01-21 22:07:12 +0300
committerPaul B Mahol <onemda@gmail.com>2016-01-22 13:11:06 +0300
commitb18467a9433c641ad3828992eeb5d7546f0048f7 (patch)
tree80949e66954e1f504dcd88f05fa23001bb7debe8 /doc/filters.texi
parent74105fc9a3c4e37aea3d1ba3e132398f9fb0b944 (diff)
avfilter/avf_showwaves: add logarithmic amplitude scaler
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi14
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