You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters: add yet another fftfilt example
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -6468,6 +6468,12 @@ Sharpen:
|
||||
fftfilt=dc_Y=0:weight_Y='1+squish(1-(Y+X)/100)'
|
||||
@end example
|
||||
|
||||
@item
|
||||
Blur:
|
||||
@example
|
||||
fftfilt=dc_Y=0:weight_Y='exp(-4 * ((Y+X)/(W+H)))'
|
||||
@end example
|
||||
|
||||
@end itemize
|
||||
|
||||
@section field
|
||||
|
Reference in New Issue
Block a user