From: Stefano Sabatini Date: Thu, 11 Apr 2013 21:02:37 +0000 (+0200) Subject: doc/filters: fix fade-out hue saturation expression in sendcmd example X-Git-Tag: n2.0~1932 X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff_plain/d980641ec4a93d974acbfc939f2ad12273f03c51 doc/filters: fix fade-out hue saturation expression in sendcmd example --- diff --git a/doc/filters.texi b/doc/filters.texi index e7e16a1..a83a74c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6699,7 +6699,7 @@ Specify a list of drawtext and hue commands in a file. [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(25-t) @end example A filtergraph allowing to read and process the above command list