diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-09-01 01:18:45 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-09-04 15:33:05 +0200 |
commit | ee605aa730dd230cd67cff5233318634ac42a1cc (patch) | |
tree | d87a9b7ce5078142f55eec426928657ce41b208d /doc/filters.texi | |
parent | 817846d0c3c69fa2586ba344ad1b79f3aa50fbf0 (diff) | |
download | ffmpeg-ee605aa730dd230cd67cff5233318634ac42a1cc.tar.gz |
avfilter: add gblur filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 17 |
1 files changed, 17 insertions, 0 deletions
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: |