diff options
author | Jérémy Tran <tran.jeremy.av@gmail.com> | 2012-08-12 13:26:17 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-13 12:00:54 +0200 |
commit | ae60d2c877e452c623fbe8e3129326cc0e26a1da (patch) | |
tree | 41f44137079fb3fe67ad508cec75659b1844a651 /doc | |
parent | 03e8944fc157088febbcc3ddcb089aaaeb2131e2 (diff) | |
download | ffmpeg-ae60d2c877e452c623fbe8e3129326cc0e26a1da.tar.gz |
lavfi: add hue filter
This is a port of the MPlayer hue filter (libmpcodecs/vf_hue.c) by
Michael Niedermayer.
Signed-off-by: Jérémy Tran <tran.jeremy.av@gmail.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a5627525a9..763085c290 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2187,6 +2187,17 @@ a float number which specifies chroma temporal strength, defaults to @var{luma_tmp}*@var{chroma_spatial}/@var{luma_spatial} @end table +@section hue + +Modify the hue and/or the saturation of the input. + +This filter accepts the optional parameters: @var{hue}:@var{saturation}. + +@var{hue} must be a float number that specifies the hue angle as a +number of degrees, and defaults to 0.0. +@var{saturation} must be a float number that specifies the saturation +in the [-10,10] range, and defaults to 1.0. + @section idet Interlaceing detect filter. This filter tries to detect if the input is |