Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
ce774e30
Commit
ce774e30
authored
Apr 28, 2019
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/avf_showspectrum: add log scale for frequency plot
parent
90b21ae5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
200 additions
and
65 deletions
+200
-65
filters.texi
doc/filters.texi
+26
-0
avf_showspectrum.c
libavfilter/avf_showspectrum.c
+174
-65
No files found.
doc/filters.texi
View file @
ce774e30
...
...
@@ -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
.
...
...
libavfilter/avf_showspectrum.c
View file @
ce774e30
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment