diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-08-30 23:07:17 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-04 19:37:29 +0200 |
commit | 88db1745fc3b99cd8df000baa0b1af9ee2bac4ac (patch) | |
tree | d78033c4365b3def43a6a3e61dc05729aaf6544f /doc | |
parent | abc884bcc005c450a34e56cd1f4b8b6fa17ea768 (diff) | |
download | ffmpeg-88db1745fc3b99cd8df000baa0b1af9ee2bac4ac.tar.gz |
avfilter/vf_alphamerge: use framesync
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 0 insertions, 6 deletions
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 |