diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-11-07 19:41:06 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-11-12 18:03:53 +0100 |
commit | 7a060867f3d75395e37e724b5e4d43f34f0f60aa (patch) | |
tree | 0684cfc7c80a20566ad07ed7055646ebbf302756 /doc/filters.texi | |
parent | a7e7abf8495f1d5eb2fea43b3603b13fa221553c (diff) | |
download | ffmpeg-7a060867f3d75395e37e724b5e4d43f34f0f60aa.tar.gz |
avfilter/vf_tile: add overlap option
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 5c6729a484..4a35c44c7b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14441,6 +14441,10 @@ refer to the pad video filter. Specify the color of the unused area. For the syntax of this option, check the "Color" section in the ffmpeg-utils manual. The default value of @var{color} is "black". + +@item overlap +Set the number of frames to overlap when tiling several successive frames together. +The value must be between @code{0} and @var{nb_frames - 1}. @end table @subsection Examples |