summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-02-10 18:10:55 +0100
committerPaul B Mahol <onemda@gmail.com>2020-02-24 11:57:25 +0100
commit72b6c8c99f4b3bcdeb4f3fb594c0802ac3bf10f8 (patch)
tree25438b5a728a7d9f5c7e9220d1599eb07fc81dff /doc
parentc6cc9d9cd744c0294e46c861781675ffeb0826e6 (diff)
avfilter: add Contrast Adaptive Sharpen video filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 70fd7a4cc7..8300aac4a3 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6996,6 +6996,21 @@ Only deinterlace frames marked as interlaced.
The default value is @code{all}.
@end table
+@section cas
+
+Apply Contrast Adaptive Sharpen filter to video stream.
+
+The filter accepts the following options:
+
+@table @option
+@item strength
+Set the sharpening strength. Default value is 0.
+
+@item planes
+Set planes to filter. Default value is to filter all
+planes except alpha plane.
+@end table
+
@section chromahold
Remove all color information for all colors except for certain one.