diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2021-06-27 15:36:42 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-06-27 15:40:37 +0530 |
commit | 49e3a8165c940b0e4b6c39b2e316065c56084fea (patch) | |
tree | f69fc0123368d058e5d15783a2fca4b3f5baa04c | |
parent | ad06929d8d95542e661a337423f457f5692e6b3b (diff) | |
download | ffmpeg-49e3a8165c940b0e4b6c39b2e316065c56084fea.tar.gz |
doc/filters: mention availability of mcdeint, uspp
Filters are present in tree of master and in docs but were
hard-disabled in 95054bfa48.
They remain available in v4.4 or earlier.
-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 3368a90877..bbd0a3d14d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14689,6 +14689,8 @@ Apply motion-compensation deinterlacing. It needs one field per frame as input and must thus be used together with yadif=1/3 or equivalent. +This filter is only available in ffmpeg version 4.4 or earlier. + This filter accepts the following options: @table @option @item mode @@ -20667,6 +20669,8 @@ The way this differs from the behavior of spp is that uspp actually encodes & decodes each case with libavcodec Snow, whereas spp uses a simplified intra only 8x8 DCT similar to MJPEG. +This filter is only available in ffmpeg version 4.4 or earlier. + The filter accepts the following options: @table @option |