diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-08-21 17:42:32 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-08-22 14:56:13 +0000 |
commit | b1e276f8df257a7ad190419b349d0d86d104c8ae (patch) | |
tree | 39d41317b8d34cdc8e949aa50a3b591af49ce4a2 /doc/filters.texi | |
parent | 6e643239d9956ce32888d87451706ee7c8757afa (diff) | |
download | ffmpeg-b1e276f8df257a7ad190419b349d0d86d104c8ae.tar.gz |
lavfi/hue: allow changing brightness
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 19d9784277..5d9a2df264 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4715,12 +4715,16 @@ defaults to "1". @item H Specify the hue angle as a number of radians. It accepts an expression, and defaults to "0". + +@item b +Specify the brightness in the [-10,10] range. It accepts an expression and +defaults to "0". @end table @option{h} and @option{H} are mutually exclusive, and can't be specified at the same time. -The @option{h}, @option{H} and @option{s} option values are +The @option{b}, @option{h}, @option{H} and @option{s} option values are expressions containing the following constants: @table @option @@ -4790,10 +4794,11 @@ hue="s=max(0\, min(1\, (START+DURATION-t)/DURATION))" This filter supports the following commands: @table @option +@item b @item s @item h @item H -Modify the hue and/or the saturation of the input video. +Modify the hue and/or the saturation and/or brightness of the input video. The command accepts the same syntax of the corresponding option. If the specified expression is not valid, it is kept at its current |