From 30c7f37d807d5bed9aaf9f7bed23b6299c75a5c3 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 15 Feb 2022 20:04:54 +0100 Subject: avfilter/vf_mix: add planes option --- doc/filters.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 1eb2027d02..b91d38daa2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -15684,6 +15684,9 @@ Specify scale, if it is set it will be multiplied with sum of each weight multiplied with pixel values to give final destination pixel value. By default @var{scale} is auto scaled to sum of weights. +@item planes +Set which planes to filter. Default is all. Allowed range is from 0 to 15. + @item duration Specify how end of stream is determined. @table @samp @@ -15704,6 +15707,7 @@ This filter supports the following commands: @table @option @item weights @item scale +@item planes Syntax is same as option with same name. @end table @@ -21131,6 +21135,9 @@ unset weights. Specify scale, if it is set it will be multiplied with sum of each weight multiplied with pixel values to give final destination pixel value. By default @var{scale} is auto scaled to sum of weights. + +@item planes +Set which planes to filter. Default is all. Allowed range is from 0 to 15. @end table @subsection Examples @@ -21161,6 +21168,7 @@ This filter supports the following commands: @table @option @item weights @item scale +@item planes Syntax is same as option with same name. @end table -- cgit v1.2.3