diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-02-04 15:06:35 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-02-07 11:48:28 +0100 |
commit | bd5226704ab5907ab2a318e29f95021be6ecf4c0 (patch) | |
tree | 81bdff719e9441225c47f64ce0fa2e9ec897b364 /doc | |
parent | 134193a2ff1885880d1d597d8c1316d4b47e3af6 (diff) | |
download | ffmpeg-bd5226704ab5907ab2a318e29f95021be6ecf4c0.tar.gz |
avfilter: add colorize filter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 9c73f35fdb..138deb7df0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8170,6 +8170,33 @@ colorchannelmixer=.393:.769:.189:0:.349:.686:.168:0:.272:.534:.131 This filter supports the all above options as @ref{commands}. +@section colorize +Overlay a solid color on the video stream. + +The filter accepts the following options: + +@table @option +@item hue +Set the color hue. Allowed range is from 0 to 360. +Default value is 0. + +@item saturation +Set the color saturation. Allowed range is from 0 to 1. +Default value is 0.5. + +@item lightness +Set the color lightness. Allowed range is from 0 to 1. +Default value is 0.5. + +@item mix +Set the mix of source lightness. By default is set to 1.0. +Allowed range is from 0.0 to 1.0. +@end table + +@subsection Commands + +This filter supports the all above options as @ref{commands}. + @section colorkey RGB colorspace color keying. |