TransBubbles
Bubbles from Right clip emnate at random places on Left Clip, grow and travel to correct
position, finally bursting. By end of transition all bubbles would have
burst showing right 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.
RGB32, RGB24 YV12 and YUY2 colorspaces are supported by 2.5+ version.2.6 version supports all other planar formats as well
Details of parameters
Description |
Name |
Type |
Limits |
Default |
Left clip |
|
clip |
|
none |
Right clip |
|
clip |
|
none |
Overlapping frames or seconds time |
overlap |
integer |
not more than clip length , >2 frames. If -ve taken as time in seconds |
none |
Bubbles are static or move about? |
static |
boolean |
true, false |
false |
#Usage examples:-
TransBubbles(Left,Right,100,true)
TransBubbles(Left,Right,100)