[FFmpeg-cvslog] doc/filters: update hue command syntax after recent update
Stefano Sabatini
git at videolan.org
Thu Apr 11 23:05:17 CEST 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Thu Apr 11 23:01:07 2013 +0200| [9ad27cd44758cc094b80b69f54f7607af3bf0344] | committer: Stefano Sabatini
doc/filters: update hue command syntax after recent update
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ad27cd44758cc094b80b69f54f7607af3bf0344
---
doc/filters.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 83a19bd..e7e16a1 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
More information about the ffmpeg-cvslog
mailing list