diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-02-04 21:42:38 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-02-04 21:44:31 +0100 |
commit | 3d7ee5c91aa3517dd10aad00e2bfe2536be5adb8 (patch) | |
tree | 44069b3e66321b22faa0228d232ccedd3a6a30c7 /doc | |
parent | 89e2fbceee0b7b71d86dc32b0f3dad1864fa018f (diff) | |
download | ffmpeg-3d7ee5c91aa3517dd10aad00e2bfe2536be5adb8.tar.gz |
avfilter/vf_blend: add support for commands
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 52bced3143..6c27ec420a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -7455,6 +7455,9 @@ tblend=all_mode=grainextract @end example @end itemize +@subsection Commands +This filter supports same @ref{commands} as options. + @section bm3d Denoise frames using Block-Matching 3D algorithm. |