summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-01-23 14:54:51 +0100
committerPaul B Mahol <onemda@gmail.com>2021-01-27 11:46:26 +0100
commit35f86280478bd4fb7404800ff8952d98e8d1100d (patch)
treefd7f42e6f9a1dc4c053099182971f58e0e31754f /doc
parent021dc4f1073ae4d77f49e181c22c3d2e79e98cd2 (diff)
avfilter: add kirsch video filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 8b448a30cc..efd2211483 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13400,6 +13400,27 @@ kerndeint=map=1
@end example
@end itemize
+@section kirsch
+Apply kirsch operator to input video stream.
+
+The filter accepts the following option:
+
+@table @option
+@item planes
+Set which planes will be processed, unprocessed planes will be copied.
+By default value 0xf, all planes will be processed.
+
+@item scale
+Set value which will be multiplied with filtered result.
+
+@item delta
+Set value which will be added to filtered result.
+@end table
+
+@subsection Commands
+
+This filter supports the all above options as @ref{commands}.
+
@section lagfun
Slowly update darker pixels.