diff options
author | Arwa Arif <arwaarif1994@gmail.com> | 2015-02-19 01:26:44 +0530 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-20 00:06:37 +0100 |
commit | 627d2a7628fe178ee29e9b01d13912f8a15f98c8 (patch) | |
tree | c22e002e107ca91ebe9499c14d316891263f028c /doc/filters.texi | |
parent | b11edbd289e454a173914049ae4643a5498520d9 (diff) | |
download | ffmpeg-627d2a7628fe178ee29e9b01d13912f8a15f98c8.tar.gz |
avfilter/vf_eq: Add process_command to eq.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 191b52f52e..e5bf3a294f 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4402,6 +4402,41 @@ Default is @code{1.0}. @end table +@subsection Commands +The filter supports the following commands: + +@table @option +@item contrast +Set the contrast expression. + +@item brightness +Set the brightness expression. + +@item saturation +Set the saturation expression. + +@item gamma +Set the gamma expression. + +@item gamma_r +Set the gamma_r expression. + +@item gamma_g +Set gamma_g expression. + +@item gamma_b +Set gamma_b expression. + +@item gamma_weight +Set gamma_weight expression. + +The command accepts the same syntax of the corresponding option. + +If the specified expression is not valid, it is kept at its current +value. + +@end table + @section extractplanes Extract color channel components from input video stream into |