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 some random examples for fftfilt
Reviewed-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -4629,6 +4629,29 @@ The coordinates of the current sample.
|
|||||||
The width and height of the image.
|
The width and height of the image.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
@subsection Examples
|
||||||
|
|
||||||
|
@itemize
|
||||||
|
@item
|
||||||
|
High-pass:
|
||||||
|
@example
|
||||||
|
fftfilt=dc_Y=128:weight_Y='squish(1-(Y+X)/100)'
|
||||||
|
@end example
|
||||||
|
|
||||||
|
@item
|
||||||
|
Low-pass:
|
||||||
|
@example
|
||||||
|
fftfilt=dc_Y=0:weight_Y='squish((Y+X)/100-1)'
|
||||||
|
@end example
|
||||||
|
|
||||||
|
@item
|
||||||
|
Sharpen:
|
||||||
|
@example
|
||||||
|
fftfilt=dc_Y=0:weight_Y='1+squish(1-(Y+X)/100)'
|
||||||
|
@end example
|
||||||
|
|
||||||
|
@end itemize
|
||||||
|
|
||||||
@section field
|
@section field
|
||||||
|
|
||||||
Extract a single field from an interlaced image using stride
|
Extract a single field from an interlaced image using stride
|
||||||
|
Reference in New Issue
Block a user