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
4334e922
Commit
4334e922
authored
Nov 16, 2018
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters: improve afftfilt documentation
parent
1f99674d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
filters.texi
doc/filters.texi
+4
-4
No files found.
doc/filters.texi
View file @
4334e922
...
...
@@ -1072,14 +1072,14 @@ Apply arbitrary expressions to samples in frequency domain.
@
table
@
option
@
item
real
Set
frequency
domain
real
expression
for
each
separate
channel
separated
by
'|'
.
Default
is
"
1
"
.
by
'|'
.
Default
is
"
re
"
.
If
the
number
of
input
channels
is
greater
than
the
number
of
expressions
,
the
last
specified
expression
is
used
for
the
remaining
output
channels
.
@
item
imag
Set
frequency
domain
imaginary
expression
for
each
separate
channel
separated
by
'|'
.
If
not
set
,
@
var
{
real
}
option
is
used
.
separated
by
'|'
.
Default
is
"im"
.
Each
expression
in
@
var
{
real
}
and
@
var
{
imag
}
can
contain
the
following
constants
and
functions
:
...
...
@@ -1104,10 +1104,10 @@ number of channels
current
frame
pts
@
item
re
current
real
part
of
frequency
bin
current
real
part
of
frequency
bin
of
current
channel
@
item
im
current
imaginary
part
of
frequency
bin
current
imaginary
part
of
frequency
bin
of
current
channel
@
item
real
(
b
,
ch
)
Return
the
value
of
real
part
of
frequency
bin
at
location
(@
var
{
bin
},@
var
{
channel
})
...
...
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