summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-02-08 11:11:46 +0100
committerPaul B Mahol <onemda@gmail.com>2021-02-12 00:08:39 +0100
commitedc45d1bd50dd51e11e453f60ecc3770482cd544 (patch)
treefdb3785cfa8ee72ba3aceb1736ac01c65b06303e /doc
parent58e59396f5fe93f0606dc458d84c609b5d23ea1c (diff)
avfilter: add monochrome video filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 152e806fdd..b3b34bb2e8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14816,6 +14816,33 @@ This filter supports the following commands:
Syntax is same as option with same name.
@end table
+@section monochrome
+Convert video to gray using custom color filter.
+
+A description of the accepted options follows.
+
+@table @option
+@item cb
+Set the chroma blue spot. Allowed range is from -1 to 1.
+Default value is 0.
+
+@item cr
+Set the chroma red spot. Allowed range is from -1 to 1.
+Default value is 0.
+
+@item size
+Set the color filter size. Allowed range is from .1 to 10.
+Default value is 1.
+
+@item high
+Set the highlights strength. Allowed range is from 0 to 1.
+Default value is 0.
+@end table
+
+@subsection Commands
+
+This filter supports the all above options as @ref{commands}.
+
@section mpdecimate
Drop frames that do not differ greatly from the previous frame in