Shuffle

A (first) clip moves out on top, while B Clip moves from below in opposite direction halfway, then B clip moves back to the top position while A clip slides under in opposite direction resembling movement of shuffling of cards. 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 shuffling dir string "up", "down", "left", "right" "up"

#Usage examples:-
shuffle(A, B,4,"A")
shuffle(A, B,2.3)
Back to Synopsys.
Back to my page
back to Avisynth