TransCentral

Right (second) clip emerges from left clip or left clip disappears into Right clip. While emerging or disappearing the frame is resized to fit and or rotated by desired number of turns clock or anti clock wise. 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
Right clip emerges or leftt clip disappears emerge boolean true, false true
Resize to fit? resize boolean true, false true
number of times frame rotates nturns integer -ve for clockwise, +ve for counter clockwise, 0 for no turn 0

#Usage examples:-
TransCentral(Left, Right,-3,true,false,-2)
TransCentral(Left,Right,100)
TransCentral(Left,Right,-4,revolve=4)
Images during transition with emerge=false, resize=false options:

Back to Synopsys.
Back to my page
back to Avisynth