Commit bb2f8bde authored by Paul B Mahol's avatar Paul B Mahol

doc/filters: add yet another fftfilt example

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 89f464e9
...@@ -6468,6 +6468,12 @@ Sharpen: ...@@ -6468,6 +6468,12 @@ Sharpen:
fftfilt=dc_Y=0:weight_Y='1+squish(1-(Y+X)/100)' fftfilt=dc_Y=0:weight_Y='1+squish(1-(Y+X)/100)'
@end example @end example
@item
Blur:
@example
fftfilt=dc_Y=0:weight_Y='exp(-4 * ((Y+X)/(W+H)))'
@end example
@end itemize @end itemize
@section field @section field
......
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