From 627d2a7628fe178ee29e9b01d13912f8a15f98c8 Mon Sep 17 00:00:00 2001 From: Arwa Arif Date: Thu, 19 Feb 2015 01:26:44 +0530 Subject: avfilter/vf_eq: Add process_command to eq. Signed-off-by: Michael Niedermayer --- doc/filters.texi | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3