summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-09-10 17:52:23 +0200
committerPaul B Mahol <onemda@gmail.com>2021-09-10 18:43:51 +0200
commit463c71b3b35e121bdc23541a9f9f40af2436d773 (patch)
treea4e1cf5927a2c9846595c7bd9ec550a02c65110e /doc
parent0b4d009587dd3e31b275bc29b197890adeefaf23 (diff)
avfilter/vf_convolution: add scharr operator
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 9ad6031d23..94804ca32b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18349,6 +18349,27 @@ If the specified expression is not valid, it is kept at its current
value.
@end table
+@section scharr
+Apply scharr 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 scroll
Scroll input video horizontally and/or vertically by constant speed.