TransDisco

Right (second) clip emerges over the Left(First)clip or the Left Clip disappears into Right Clip as circular Disks and rotate during transition. Radius of discs, Emerge or disappear and number and direction of rotation are options. 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 ,more than 2 frames. If -ve taken as time in seconds none
Max dia of each disc radius integer more than 8 and less than half of frame diagonal 40
number of times frame rotates nturns integer -ve for clockwise, +ve for counter clockwise, 0 for no turn 0
Right clip emerges or leftt clip disappears emerge boolean true, false true

#Usage examples:-
TransDisco(Left, Right,100,80,-4,true)
TransDisco(Left,Right,-4,400,2,false)
TransDisco(Left,Right,100)
TransDisco(Left,Right,-3,emerge=false)
Images during transition with emerge=false option:

Back to Synopsys.
Back to my page
back to Avisynth