From ee605aa730dd230cd67cff5233318634ac42a1cc Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 1 Sep 2016 01:18:45 +0200 Subject: avfilter: add gblur filter Signed-off-by: Paul B Mahol --- doc/filters.texi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 3feed45742..14a67505a7 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8251,6 +8251,23 @@ option may cause flicker since the B-Frames have often larger QP. Default is @end table +@section gblur + +Apply Gaussian blur filter. + +The filter accepts the following options: + +@table @option +@item sigma +Set sigma, standard deviation of Gaussian blur. Default is @code{0.5}. + +@item steps +Set number of steps for Gaussian approximation. Defauls is @code{1}. + +@item planes +Set which planes to filter. By default all planes are filtered. +@end table + @section geq The filter accepts the following options: -- cgit v1.2.3