mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-19 09:02:26 +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=';
|
[leave] drawtext reinit 'fontfile=FreeSerif.ttf:text=';
|
||||||
|
|
||||||
# desaturate the image in the interval 15-20
|
# 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',
|
[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';
|
[leave] drawtext reinit 'fontfile=FreeSerif.ttf:text=color';
|
||||||
|
|
||||||
# apply an exponential saturation fade-out effect, starting from time 25
|
# 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
|
@end example
|
||||||
|
|
||||||
A filtergraph allowing to read and process the above command list
|
A filtergraph allowing to read and process the above command list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user