Sprite
B (second) clip squeezes out A 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. 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 rotation |
dir |
string |
"up", "down" "left" "right" |
"left" |
#Usage examples:-
Sprite(A, B,4, "down")
Sprite(A, B,4)
Images during transition with dir="right" option: