From d980641ec4a93d974acbfc939f2ad12273f03c51 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 11 Apr 2013 23:02:37 +0200 Subject: doc/filters: fix fade-out hue saturation expression in sendcmd example --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index e7e16a11c1..a83a74c8f3 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 -- cgit v1.2.3