ffmpeg | branch: master | Gyan Doshi <[email protected]> | Sun Jun 27 15:54:42 2021 +0530| [49e3a8165c940b0e4b6c39b2e316065c56084fea] | committer: Gyan Doshi
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. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=49e3a8165c940b0e4b6c39b2e316065c56084fea --- doc/filters.texi | 4 ++++ 1 file changed, 4 insertions(+) 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
