mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
doc/filters: update hue command syntax after recent update
This commit is contained in:
parent
7bd014eaec
commit
9ad27cd447
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user