diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-06 15:44:20 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-06 15:46:06 +0200 |
commit | 66d45af13c043d2bb555cef462d73906761ea1ba (patch) | |
tree | aef641d8fde2ea96e253dc22bd1aec1b0dbbb0d7 /doc/filters.texi | |
parent | da9337c911c9cd68b1580e569138b9c79472db1f (diff) | |
download | ffmpeg-streaming-66d45af13c043d2bb555cef462d73906761ea1ba.zip ffmpeg-streaming-66d45af13c043d2bb555cef462d73906761ea1ba.tar.gz |
avfilter/vf_avgblur: add support for commands
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 59bac58..777dc30 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6211,6 +6211,13 @@ Set vertical radius size, if zero it will be same as @code{sizeX}. Default is @code{0}. @end table +@subsection Commands +This filter supports same commands as options. +The command accepts the same syntax of the corresponding option. + +If the specified expression is not valid, it is kept at its current +value. + @section bbox Compute the bounding box for the non-black pixels in the input frame |