diff options
author | Jérémy Tran <tran.jeremy.av@gmail.com> | 2012-08-31 01:56:58 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-31 18:09:30 +0200 |
commit | 54ca7e39dae120fefe96d30e965a304b63a1b491 (patch) | |
tree | 0e4721500d9cbfed3412f5126e41ec1e087793f9 /doc/filters.texi | |
parent | fa838a0c0f42246623c4501c6b197e16ee9713b4 (diff) | |
download | ffmpeg-54ca7e39dae120fefe96d30e965a304b63a1b491.tar.gz |
lavfi/hue: add process_command callback
This allows dynamic reconfiguration of the filter.
The callback uses some code that was in the init function. Hence this code
has been moved in its own function.
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 4824d9c2e6..2312d77517 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2350,6 +2350,18 @@ hue=PI/2:1 @end example @end itemize +@subsection Commands + +This filter supports the following command: +@table @option +@item reinit +Modify the hue and/or the saturation of the input video. +The command accepts the same named options and syntax than when calling the +filter from the command-line. + +If a parameter is omitted, it is kept at its current value. +@end table + @section idet Interlaceing detect filter. This filter tries to detect if the input is |