TransRipples

Two water ripples from opposite positions( east and west, or north and south or north east and south west or north west and south east) of frame and gradually spread over the Left Clip during one third of overlap length. During the next one third two ripples of the Right Clip emerge from opposite positions of the left frame ripples and fully cover the frame.The two right frame ripples ripples subside during last one third of overlap. The wave length lambda and wave amplitude may be specified. Location of ripples centers The speed of spreading of ripple over the frame can be specified. Lowest is 2 where the ripple spreads in half the number of overlapping frames, to a value overlap/3. RGB32, RGB24 YV12 and YUY2 colorspaces only are supported by 2.5 version. The 2.6 version plugin supports all avisynth supported formats viz Planar, RGB, YUY2, Y8.


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
Wave length lambda integer 8 to 1/8 of frame diagonal diagonal/16
Wave amplitude amp integer between 2 and lambda/2 lambda/4
Location of center of one of the ripples origin string "north" or "south", "east" or "west", "ne" or "sw" "se" or "nw" "north"

#Usage examples:-
TransRipples(left,right,-4,origin = "center")
last ++ TransRipples(left,right,time,origin = "center",amp = 8, lambda =16,speed = 2)
last ++ TransRipples(left,right,time,origin = "center",amp = 16, lambda = 32,speed = 2.4)
last ++ TransRipples(left,right,time,origin = "se",  lambda =64, speed = 4)
last ++ TransRipples(left,right,time,origin = "ne", lambda = 48, speed = 5)
last ++ TransRipples(left,right,time,origin = "nw" , opt = 3,speed = 6)

Images during transition :Default parameters
Back to Synopsys.
Back to my page
back to Avisynth