TransSlide

Right (second) clip slides in over Left Clip or Left clip slides out in the direction specified.. If dir is set to 0 then left clip disappears towards the center of Right Clip shrinking in or right clip emerges from cemter of Left clip all directions. Any of 8 directions or center can be opted. 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 8 bit 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
direction of slide in dir integer 0 to 8 3
slide in or slide out slidein boolean true or false true

#Usage examples:-
TransSlideIn(Left, Right,100,5, slidein = false)
TransSlideIn(Left, Right,100)

Images during transition with dir = 6 option:

Back to Synopsys.
Back to my page
back to Avisynth