diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-11 23:02:37 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-11 23:03:18 +0200 |
commit | d980641ec4a93d974acbfc939f2ad12273f03c51 (patch) | |
tree | ad12ca26eeb4f0446dd043d0f3474e0c0ec9fcc7 | |
parent | 9ad27cd44758cc094b80b69f54f7607af3bf0344 (diff) | |
download | ffmpeg-d980641ec4a93d974acbfc939f2ad12273f03c51.tar.gz |
doc/filters: fix fade-out hue saturation expression in sendcmd example
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |