summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-02-15 20:04:54 +0100
committerPaul B Mahol <onemda@gmail.com>2022-02-15 20:07:40 +0100
commit30c7f37d807d5bed9aaf9f7bed23b6299c75a5c3 (patch)
treeb109ba732e10bcbfdbabef77a4339915f840e49a /doc
parent538be75a69a7844542d77462ae0a1118839250e3 (diff)
avfilter/vf_mix: add planes option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi8
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