diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-02-08 16:08:25 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-02-08 16:10:51 +0100 |
commit | dd01165f19a87dbfcab1e25ff4b5a2060bddf07c (patch) | |
tree | 1adf6e6c22d072f9903873a75818ee59d42bd722 /doc | |
parent | 178a0d6f7d0aad2444ec6104dea0ec4d9e3d50c7 (diff) | |
download | ffmpeg-dd01165f19a87dbfcab1e25ff4b5a2060bddf07c.tar.gz |
avfilter/vf_deband: add support for commands
Diffstat (limited to 'doc')
-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 af46b9932d..121a9847e1 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -9486,6 +9486,10 @@ e.g. banding detection threshold is triggered for all color components. The default is disabled. @end table +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section deblock Remove blocking artifacts from input video. |