diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-12-11 18:28:12 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-12-11 18:33:48 +0100 |
commit | d76469378d44e17e974499f67248017b750f28bf (patch) | |
tree | ec26f7bc37993b1de44472faadf1304aac7ecbe2 /doc/filters.texi | |
parent | 7adb747fd760dc756f23d642ee902f6a1389fc97 (diff) | |
download | ffmpeg-d76469378d44e17e974499f67248017b750f28bf.tar.gz |
avfilter/vf_convolution: add support for commands
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 bd8bb85de3..c02a30ce8f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8544,6 +8544,10 @@ Set matrix mode for each plane. Can be @var{square}, @var{row} or @var{column}. Default is @var{square}. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @subsection Examples @itemize @@ -15947,6 +15951,10 @@ Set value which will be multiplied with filtered result. Set value which will be added to filtered result. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section pseudocolor Alter frame colors in video with pseudocolors. @@ -16539,6 +16547,10 @@ Set value which will be multiplied with filtered result. Set value which will be added to filtered result. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section rotate Rotate video by an arbitrary angle expressed in radians. @@ -18125,6 +18137,10 @@ Set value which will be multiplied with filtered result. Set value which will be added to filtered result. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @anchor{spp} @section spp |