This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
doc/filters: add one lowpass filter example
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.4
Paul B Mahol
8 years ago
parent
77bc507f6f
commit
b8b0cece79
1 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
doc/filters.texi
+ 9
- 0
doc/filters.texi
View File
@@ -3002,6 +3002,15 @@ The default is 0.707q and gives a Butterworth response.
Specify which channels to filter, by default all available are filtered.
@end table
@subsection Examples
@itemize
@item
Lowpass only LFE channel, it LFE is not present it does nothing:
@example
lowpass=c=LFE
@end example
@end itemize
@anchor{pan}
@section pan
Write
Preview
Loading…
Cancel
Save