Bubbles


The transition from Clip A to Clip B occurs as bubbles of B clip grow on A clip at random points and either burst there in static option or travel and burst . The script call is

trans.Bubbles(clip, clipb clip[, float overlap = 1.0 ][,int static = 0])



Parameter description:
clip : A clip. Constant format.
clipb : B clip. Must have identical format of A clip
overlap : transition time length in seconds. Floating point. Must correspond to at least 8 frames and preferably 30+ frames
static : bubbles are static if 1 or move if 0.

back to vctrans