Fire function creates a raging fire on the image. The x and y
coordinates, width and height of fire area can be specified and varied
linearly during duration.(possibly useful if a fire was to be
introduced in a fireplace.).
RGB, YUY2 and Planar 8/ 9-16/32 bit depth formats are supported. Thread safe.
Details of parameters
Description |
Name |
Type |
Limits |
Default |
start frame number |
sf |
Integer |
within clip |
first frame |
end frame number |
ef |
Integer |
within clip |
last frame |
end frame number |
|
Integer |
within clip |
none |
Is style of fire steady? |
style |
boolean |
true for steady and false for stoked |
true |
start x coordinate of source center |
x |
integer |
in frame |
mid frame width |
start y coordinate of bottom of source |
y |
integer |
in frame |
bottom of frame |
start width of fire |
width |
integer |
fire must be in frame |
frame width |
start height of fire area |
height |
integer |
fire to be in frame |
mid frame |
end x coordinate of source center |
ex |
integer |
in frame |
x |
end y coordinate of bottom of source |
ey |
integer |
in frame |
y |
end width of fire |
ewidth |
integer |
fire must be in frame |
width |
end height of fire area |
eheight |
integer |
fire to be in frame |
height |