summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-10-19 20:10:48 +0200
committerPaul B Mahol <onemda@gmail.com>2018-10-23 11:12:41 +0200
commitb7b3e8c5c759350379eaf176f73334a65bfea2b4 (patch)
treeffd7761ba3c161c4ec24dddf187e16988303b071 /doc/filters.texi
parent305e523105f6f59e7572050f19edc9f4671c036c (diff)
avfilter: add vibrance filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index a2ef327688..740eec670c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -17393,6 +17393,35 @@ and ones with constant delta pts.
If there was frames with variable delta, than it will also show min and max delta
encountered.
+@section vibrance
+
+Boost or alter saturation.
+
+The filter accepts the following options:
+@table @option
+@item intensity
+Set strength of boost if positive value or strength of alter if negative value.
+Default is 0. Allowed range is from -2 to 2.
+
+@item rbal
+Set the red balance. Default is 1. Allowed range is from -10 to 10.
+
+@item gbal
+Set the green balance. Default is 1. Allowed range is from -10 to 10.
+
+@item bbal
+Set the blue balance. Default is 1. Allowed range is from -10 to 10.
+
+@item rlum
+Set the red luma coefficient.
+
+@item glum
+Set the green luma coefficient.
+
+@item blum
+Set the blue luma coefficient.
+@end table
+
@anchor{vignette}
@section vignette