diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-08-04 10:29:12 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-08-04 11:45:08 +0200 |
commit | 80bc648e77972482843017aedf8795e5246ee819 (patch) | |
tree | 10f3ee9fc51bcb52927325c7d51825a591281361 /doc/filters.texi | |
parent | f2d23ec03f28c6233059687c65a9124f65f8c312 (diff) | |
download | ffmpeg-80bc648e77972482843017aedf8795e5246ee819.tar.gz |
avfilter: add tlut2 filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 96abffbbdd..a920bf935e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -9946,9 +9946,13 @@ lutyuv=u='(val-maxval/2)*2+maxval/2':v='(val-maxval/2)*2+maxval/2' @end example @end itemize -@section lut2 +@section lut2, tlut2 -Compute and apply a lookup table from two video inputs. +The @code{lut2} filter takes two input streams and outputs one +stream. + +The @code{tlut2} (time lut2) filter takes two consecutive frames +from one single stream. This filter accepts the following parameters: @table @option |