summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-09-05 15:28:09 +0200
committerPaul B Mahol <onemda@gmail.com>2016-09-07 15:36:54 +0200
commit424f0f9e3389af27772bc5e29424f443d9f44a66 (patch)
tree54b453dd44357764be01d4f8c78b417d1bc14501 /doc
parentf574012d5fe922684a5befa16828f22fe9a83ce8 (diff)
avfilter: add avgblur filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index a3a6abd63c..a3158beaca 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4402,6 +4402,24 @@ number in range [5, 129].
Set what planes of frame filter will use for averaging. Default is all.
@end table
+@section avgblur
+
+Apply average blur filter.
+
+The filter accepts the following options:
+
+@table @option
+@item sizeX
+Set horizontal kernel size.
+
+@item planes
+Set which planes to filter. By default all planes are filtered.
+
+@item sizeY
+Set vertical kernel size, if zero it will be same as @code{sizeX}.
+Default is @code{0}.
+@end table
+
@section bbox
Compute the bounding box for the non-black pixels in the input frame