diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-10-11 15:56:30 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-10-19 08:53:56 +0200 |
commit | 407acc0747add657cbaa23671a412a787cb35625 (patch) | |
tree | 6cc57c4073a1f1c87b425f4cc9ab61405db335f3 /doc/filters.texi | |
parent | 66f8055c898887c33ab124ca5f00ee60bf5fcf19 (diff) | |
download | ffmpeg-407acc0747add657cbaa23671a412a787cb35625.tar.gz |
avfilter: add varblur video filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 7bde858a69..22e604f712 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -21704,6 +21704,22 @@ Threshold used depends also on each decomposition coefficients. Default is universal. @end table +@section varblur +Apply variable blur filter by using 2nd video stream to set blur radius. + +This filter accepts the following options: + +@table @option +@item min_r +Set min allowed radius. By default is 0. Allowed range is from 0 to 254. +@item max_r +Set max allowed radius. By default is 8. Allowed range is from 1 to 255. +@item planes +Set which planes to process. By default all are used. +@end table + +The @code{varblur} filter also supports the @ref{framesync} options. + @section vectorscope Display 2 color component values in the two dimensional graph (which is called |