diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-10-07 19:33:54 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-10-13 19:09:21 +0200 |
commit | 933765aa0e07653307ff65a6af159a5922f1dc1d (patch) | |
tree | 87ed53ff01112edd6765b524be102d53262da082 /doc/filters.texi | |
parent | 32eaf4069ec4a4f1c609ed95129bf87bc99c4adf (diff) | |
download | ffmpeg-933765aa0e07653307ff65a6af159a5922f1dc1d.tar.gz |
avfilter: add xcorrelate video filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 653760932e..543df2ef8d 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -22563,6 +22563,24 @@ Set the scaling dimension: @code{2} for @code{2xBR}, @code{3} for Default is @code{3}. @end table +@section xcorrelate +Apply normalized cross-correlation between first and second input video stream. + +Second input video stream dimensions must be lower than first input video stream. + +The filter accepts the following options: + +@table @option +@item planes +Set which planes to process. + +@item secondary +Set which secondary video frames will be processed from second input video stream, +can be @var{first} or @var{all}. Default is @var{all}. +@end table + +The @code{xcorrelate} filter also supports the @ref{framesync} options. + @section xfade Apply cross fade from one input video stream to another input video stream. |