Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
53df11eb
Commit
53df11eb
authored
Jan 02, 2014
by
Werner Robitza
Committed by
Stefano Sabatini
Jan 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/filters/equalizer: add examples for equalizer
Add two examples on the usage of the equalizer filter.
parent
2574d62d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
filters.texi
doc/filters.texi
+15
-0
No files found.
doc/filters.texi
View file @
53df11eb
...
@@ -1395,6 +1395,21 @@ Set the required gain or attenuation in dB.
...
@@ -1395,6 +1395,21 @@ Set the required gain or attenuation in dB.
Beware of clipping when using a positive gain.
Beware of clipping when using a positive gain.
@end table
@end table
@subsection Examples
@itemize
@item
Attenuate 10 dB at 1000 Hz, with a bandwidth of 200 Hz:
@example
equalizer=f=1000:width_type=h:width=200:g=-10
@end example
@item
Apply 2 dB gain at 1000 Hz with Q 1 and attenuate 5 dB at 100 Hz with Q 2:
@example
equalizer=f=1000:width_type=q:width=1:g=2,equalizer=f=100:width_type=q:width=2:g=-5
@end example
@end itemize
@section highpass
@section highpass
Apply a high-pass filter with 3dB point frequency.
Apply a high-pass filter with 3dB point frequency.
...
...
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