diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-02-15 02:07:02 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-16 00:08:31 +0100 |
commit | 37b42bcb7db92a23da74f4e29fc11f810e8c6be5 (patch) | |
tree | 1ff4d967b9f8801e277f308a76259f5ea96275ed /doc | |
parent | fbcc584d3abba475c49091ea304222a92b626026 (diff) | |
download | ffmpeg-37b42bcb7db92a23da74f4e29fc11f810e8c6be5.tar.gz |
doc/filters: itemize unsharp examples
Also drop pointless example.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0253530ed2..6dea243199 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -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 |