From 88db1745fc3b99cd8df000baa0b1af9ee2bac4ac Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 30 Aug 2020 23:07:17 +0200 Subject: avfilter/vf_alphamerge: use framesync --- doc/filters.texi | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 5dc85ae09f..ebe0d3301e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6470,12 +6470,6 @@ and a separate video created with @var{alphaextract}, you might use: movie=in_alpha.mkv [alpha]; [in][alpha] alphamerge [out] @end example -Since this filter is designed for reconstruction, it operates on frame -sequences without considering timestamps, and terminates when either -input reaches end of stream. This will cause problems if your encoding -pipeline drops frames. If you're trying to apply an image as an -overlay to a video stream, consider the @var{overlay} filter instead. - @section amplify Amplify differences between current pixel and pixels of adjacent frames in -- cgit v1.2.3