Commit ce774e30 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/avf_showspectrum: add log scale for frequency plot

parent 90b21ae5
......@@ -22226,6 +22226,19 @@ logarithmic
Default value is @samp{sqrt}.
@item fscale
Specify frequency scale.
It accepts the following values:
@table @samp
@item lin
linear
@item log
logarithmic
@end table
Default value is @samp{lin}.
@item saturation
Set saturation modifier for displayed colors. Negative values provide
alternative color scheme. @code{0} is no saturation at all.
......@@ -22398,6 +22411,19 @@ logarithmic
@end table
Default value is @samp{log}.
@item fscale
Specify frequency scale.
It accepts the following values:
@table @samp
@item lin
linear
@item log
logarithmic
@end table
Default value is @samp{lin}.
@item saturation
Set saturation modifier for displayed colors. Negative values provide
alternative color scheme. @code{0} is no saturation at all.
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment