summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-02-15 14:06:05 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-02-16 00:08:31 +0100
commit2042cd37699f306cea011993e406e6e8d02b6897 (patch)
treebf9bc36c6e0fe4d6e5442fd31bdb0e8a452cbb78 /doc
parent37b42bcb7db92a23da74f4e29fc11f810e8c6be5 (diff)
lavfi/unsharp: extend range for amount values, to reflect the behavior of mp=unsharp
Also update the documentation accordingly, and suggest a meaningful range.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 6dea243199..d2f2b2e8ef 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4936,12 +4936,14 @@ Set the luma/chroma matrix vertical size. It can be an integer between
@item luma_amount, la
@item chroma_amount, ca
-Set the luma/chroma effect strength. It can be a float number between
--2.0 and 5.0. Default value is 1.0 for @option{luma_amount}, 0.0 for
-@option{chroma_amount}.
+Set the luma/chroma effect strength. It can be a float number,
+reasonable values lay between -1.5 and 1.5.
Negative values will blur the input video, while positive values will
-sharpen.
+sharpen it, a value of zero will disable the effect.
+
+Default value is 1.0 for @option{luma_amount}, 0.0 for
+@option{chroma_amount}.
@end table
Some examples follow: