Commit d980641e authored by Stefano Sabatini's avatar Stefano Sabatini

doc/filters: fix fade-out hue saturation expression in sendcmd example

parent 9ad27cd4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment