diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-11 23:01:07 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-11 23:03:18 +0200 |
commit | 9ad27cd44758cc094b80b69f54f7607af3bf0344 (patch) | |
tree | 450b8243b29b2bf7572b6597f7f20de57dbe8897 /doc | |
parent | 7bd014eaecef72fb680c7146351998708843bb27 (diff) | |
download | ffmpeg-9ad27cd44758cc094b80b69f54f7607af3bf0344.tar.gz |
doc/filters: update hue command syntax after recent update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 6 |
1 files 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 |