[FFmpeg-cvslog] doc/filters: itemize unsharp examples
Stefano Sabatini
git at videolan.org
Sat Feb 16 00:18:06 CET 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Feb 15 02:07:02 2013 +0100| [37b42bcb7db92a23da74f4e29fc11f810e8c6be5] | committer: Stefano Sabatini
doc/filters: itemize unsharp examples
Also drop pointless example.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37b42bcb7db92a23da74f4e29fc11f810e8c6be5
---
doc/filters.texi | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 0253530..6dea243 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:
+ at itemize
+ at item
+Apply strong luma sharpen effect:
@example
-# Strong luma sharpen effect parameters
unsharp=7:7:2.5
+ at end example
-# Strong blur of both luma and chroma parameters
+ at item
+Apply strong blur of both luma and chroma parameters:
+ at 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
+ at end itemize
@section vflip
More information about the ffmpeg-cvslog
mailing list