Slide

B (second) clip slides in over A Clip or A clip slides out in the direction specified.. If dir is set to 0 then A clip disappears towards the center of B Clip shrinking in or B clip emerges from cemter of A clip all directions. Any of 8 directions or center can be opted. All avisynth+ supported formats can be input.Thread safe.


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
direction of slide in dir integer 0 to 8 3
slide in or slide out slidein boolean true or false true

#Usage examples:-
Slide(A, B,4,5, slidein = false)
Slide(A, B,3.2)

Images during transition with dir = 6 option:

Back to Synopsys.
Back to my page
back to Avisynth