avfilter: add vibrance filter

This commit is contained in:
Paul B Mahol
2018-10-19 20:10:48 +02:00
parent 305e523105
commit b7b3e8c5c7
6 changed files with 273 additions and 1 deletions

View File

@@ -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