From 9ad27cd44758cc094b80b69f54f7607af3bf0344 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 11 Apr 2013 23:01:07 +0200 Subject: doc/filters: update hue command syntax after recent update --- doc/filters.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 83a19bdbd3..e7e16a11c1 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6693,13 +6693,13 @@ Specify a list of drawtext and hue commands in a file. [leave] drawtext reinit 'fontfile=FreeSerif.ttf:text='; # desaturate the image in the interval 15-20 -15.0-20.0 [enter] hue reinit s=0, +15.0-20.0 [enter] hue s 0, [enter] drawtext reinit 'fontfile=FreeSerif.ttf:text=nocolor', - [leave] hue reinit s=1, + [leave] hue s 1, [leave] drawtext reinit 'fontfile=FreeSerif.ttf:text=color'; # apply an exponential saturation fade-out effect, starting from time 25 -25 [enter] hue s=exp(t-25) +25 [enter] hue s exp(t-25) @end example A filtergraph allowing to read and process the above command list -- cgit v1.2.3