From 8ef163ba9e3d2d7cb31856c33f86439e234fe623 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 3 May 2019 14:08:49 +0200 Subject: avfilter: add xmedian filter --- doc/filters.texi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 0683f7bff5..697ffcb921 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -18418,6 +18418,20 @@ Set the scaling dimension: @code{2} for @code{2xBR}, @code{3} for Default is @code{3}. @end table +@section xmedian +Pick median pixels from several input videos. + +The filter accept the following options: + +@table @option +@item nb_inputs +Set number of inputs. This must be odd number. +Default is 3. Allowed range is from 3 to 255. + +@item planes +Set which planes to filter. Default value is @code{15}, by which all planes are processed. +@end table + @section xstack Stack video inputs into custom layout. -- cgit v1.2.3