diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-02-25 13:23:14 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-02-25 13:23:14 +0100 |
commit | ad65a15328c6db87e8f3ec94cc9fc16e1e241f3d (patch) | |
tree | 6dd2e1b92c4055dca872ac06eb93b9cca774d1b4 /doc | |
parent | 2e6db121a89c59fc744415d3e3e89c432d992207 (diff) | |
download | ffmpeg-ad65a15328c6db87e8f3ec94cc9fc16e1e241f3d.tar.gz |
doc/filters: split tblend from blend
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5bc49ce17f..586ed9034b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6608,7 +6608,8 @@ The threshold below which a pixel value is considered black; it defaults to @end table -@section blend, tblend +@anchor{blend} +@section blend Blend two video frames into each other. @@ -17817,6 +17818,11 @@ the position in the file of the input frame, NAN if unknown @section swapuv Swap U & V plane. +@section tblend +Blend successive video frames. + +See @ref{blend} + @section telecine Apply telecine process to the video. |