Commit 73c938dd authored by Paul B Mahol's avatar Paul B Mahol

doc/filters: fix afftfilt example

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent fa04ec72
......@@ -804,9 +804,9 @@ window function will be picked. Default is @code{0.75}.
@itemize
@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
afftfilt="1.1*between(b\,0\,49)+0.1*between(b\,50\,f)"
afftfilt="1-clip((b/nb)*b,0,1)"
@end example
@end itemize
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment