TransSprite
Right (second) clip squeezes out left clip thereby appearing like a
rotating sprite, exhibiting different faces. Movement can be specified
as any of four possible directions.
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 |
direction of rotation |
dir |
string |
"up", "down" "left" "right" |
"left" |
#Usage examples:-
TransSprite(Left, Right,-4, "down")
TransSprite(Left, Right,-4)
Images during transition with dir="right" option: