From 2cc56741b1f4e33c4fdb8234da31bdfc3c5c5e05 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 5 Aug 2017 20:27:32 +0200 Subject: avfilter: add floodfill filter --- doc/filters.texi | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'doc/filters.texi') diff --git a/doc/filters.texi b/doc/filters.texi index 7e5a9a625a..c1d572f71a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8404,6 +8404,43 @@ ffmpeg -i file.ts -vf find_rect=newref.pgm,cover_rect=cover.jpg:mode=cover new.m @end example @end itemize +@section floodfill + +Flood area with values of same pixel components with another values. + +It accepts the following options: +@table @option +@item x +Set pixel x coordinate. + +@item y +Set pixel y coordinate. + +@item s0 +Set source #0 component value. + +@item s1 +Set source #1 component value. + +@item s2 +Set source #2 component value. + +@item s3 +Set source #3 component value. + +@item d0 +Set destination #0 component value. + +@item d1 +Set destination #1 component value. + +@item d2 +Set destination #2 component value. + +@item d3 +Set destination #3 component value. +@end table + @anchor{format} @section format -- cgit v1.2.3