Bubbles
Bubbles from B clip emnate at random places on A Clip, grow and travel to correct
position, finally bursting. By end of transition all bubbles would have
burst showing B clip fully. There is an option for whether the bubbles should remain
static (i.e emnate at correct position and grow only) or move.
All avisynth+ supported formats can be input.
Thread safe
Details of parameters
Description |
Name |
Type |
Limits |
Default |
A clip |
|
clip |
|
none |
B clip |
|
clip |
|
none |
Overlapping time in seconds |
|
float |
not more than clip length , must result in >2 frames. |
none |
Bubbles are static or move about? |
static |
boolean |
true, false |
false |
#Usage examples:-
Bubbles(Left,Right,1,true)
Bubbles(Left,Right,4)