diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-20 12:07:15 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-20 12:10:16 +0200 |
commit | 357f11eca2696856f5ecbba15fa0fe0450014bd0 (patch) | |
tree | 53d809c85ca09afa123b0d1456e4194e5e6ad0dd /doc/filters.texi | |
parent | 824b026d913ed325f8c9058ac547e1a22571cd5a (diff) | |
download | ffmpeg-357f11eca2696856f5ecbba15fa0fe0450014bd0.tar.gz |
avfilter/vf_atadenoise: add support for commands
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 9b33df7571..db4313da37 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6281,6 +6281,10 @@ Parallel will abort early on first change being greater then thresholds, while s will continue processing other side of frames if they are equal or bellow thresholds. @end table +@subsection Commands +This filter supports same @ref{commands} as options except option @code{s}. +The command accepts the same syntax of the corresponding option. + @section avgblur Apply average blur filter. |