You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
doc/filters: fix afftfilt example
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@ -804,9 +804,9 @@ window function will be picked. Default is @code{0.75}.
|
|||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
@item
|
@item
|
||||||
Increase first 50 bins by 0.1 and lower all other frequencies by factor of 10:
|
Leave almost only low frequencies in audio:
|
||||||
@example
|
@example
|
||||||
afftfilt="1.1*between(b\,0\,49)+0.1*between(b\,50\,f)"
|
afftfilt="1-clip((b/nb)*b,0,1)"
|
||||||
@end example
|
@end example
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user