1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

doc/filters: fix afftfilt example

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2016-01-21 14:42:09 +01:00
parent fa04ec728d
commit 73c938dd9f

View File

@ -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