Ripple
A gradually increasing water ripple that covers fully the A Clip
by 1/3 overlap length is created. Thereafter the B Clip emerges in the
center as a growing Ripple fully covering frame by 2/3 length. This ripple
then subsides (withdraws) over the B Clip thus revealing it. The
wave length lambda and wave amplitude and origin of ripple may be specified.
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 |
A clip |
|
clip |
|
none |
B clip |
|
clip |
|
none |
Overlapping time in seconds |
|
float |
not more than clip length , must result in >2 frames. |
none |
Wave length |
lambda |
integer |
more than 15 and less than 1/8 of frame diagonal |
40 |
Wave amplitude |
amp |
integer |
between 2 and 12 |
8 |
Origin of ripple |
origin |
string |
"center", "ne","nw", "se", "sw", "east", "west", "north", "south" |
"center" |
#Usage examples:-
Ripple(A,B,3,80,4)
Ripple(A,B,3, origin = 'west')
Ripple(A,B, 3.3,amp=4)
Ripple(A,B,4.3,lambda=60)
Images during ition :