diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-12-25 16:41:44 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-12-25 16:43:14 +0100 |
commit | 5b48d2af43861d7cd84f52ed6f949449c652076d (patch) | |
tree | e4789747b5d74325ee16c82c4e390c2802988bd8 /doc/filters.texi | |
parent | 4848eb48ac588620ae8e32467129e396bf71a718 (diff) | |
download | ffmpeg-5b48d2af43861d7cd84f52ed6f949449c652076d.tar.gz |
avfilter/vf_xmedian: add support for commands
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d6a53624ee..f71d33c602 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19315,6 +19315,10 @@ Default value of @code{0.5} will pick always median values, while @code{0} will minimum values, and @code{1} maximum values. @end table +@subsection Commands + +This filter supports all above options as @ref{commands}, excluding option @code{radius}. + @section tmix Mix successive video frames. @@ -21259,6 +21263,10 @@ Default value of @code{0.5} will pick always median values, while @code{0} will minimum values, and @code{1} maximum values. @end table +@subsection Commands + +This filter supports all above options as @ref{commands}, excluding option @code{inputs}. + @section xstack Stack video inputs into custom layout. |