diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-12-27 20:21:20 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-12-27 20:21:20 +0100 |
commit | fad62eebee0cff5acd4be6d2fe993e1d605e1f26 (patch) | |
tree | 53d8da144beeab6616a9448ca6228f22dc86fa72 /doc/filters.texi | |
parent | f37bfd3f62899d5aa1460b0d206a32a602e1c9ff (diff) | |
download | ffmpeg-fad62eebee0cff5acd4be6d2fe993e1d605e1f26.tar.gz |
avfilter/vf_neighbor: 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 8c5d3a5760..a700f7eb74 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8632,6 +8632,10 @@ Limit the maximum change for each plane, default is 65535. If 0, plane will remain unchanged. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section deflicker Remove temporal frame luminance variations. @@ -8973,6 +8977,10 @@ Flags to local 3x3 coordinates maps like this: 6 7 8 @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section displace Displace pixels as indicated by second and third input stream. @@ -10121,6 +10129,10 @@ Flags to local 3x3 coordinates maps like this: 6 7 8 @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section extractplanes Extract color channel components from input video stream into @@ -12186,6 +12198,10 @@ Limit the maximum change for each plane, default is 65535. If 0, plane will remain unchanged. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section interlace Simple interlacing filter from progressive contents. This interleaves upper (or |