diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-02-15 20:04:54 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-02-15 20:07:40 +0100 |
commit | 30c7f37d807d5bed9aaf9f7bed23b6299c75a5c3 (patch) | |
tree | b109ba732e10bcbfdbabef77a4339915f840e49a /doc/filters.texi | |
parent | 538be75a69a7844542d77462ae0a1118839250e3 (diff) | |
download | ffmpeg-30c7f37d807d5bed9aaf9f7bed23b6299c75a5c3.tar.gz |
avfilter/vf_mix: add planes option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
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 |