Commit 37b42bcb authored by Stefano Sabatini's avatar Stefano Sabatini

doc/filters: itemize unsharp examples

Also drop pointless example.
parent fbcc584d
......@@ -4944,16 +4944,20 @@ Negative values will blur the input video, while positive values will
sharpen.
@end table
Some examples follow:
@itemize
@item
Apply strong luma sharpen effect:
@example
# Strong luma sharpen effect parameters
unsharp=7:7:2.5
@end example
# Strong blur of both luma and chroma parameters
@item
Apply strong blur of both luma and chroma parameters:
@example
unsharp=7:7:-2:7:7:-2
# Use the default values with @command{ffmpeg}
ffmpeg -i in.avi -vf "unsharp" out.mp4
@end example
@end itemize
@section vflip
......
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