TransRoll
Right (second) clip rolls in as a carpet over the Left(First)clip,
masking it or Left clip Rolls out unmasking Right clip. 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.
This replaces earlier TransPeel, TransSlantRollin, TransSlantRollout functions.
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 Rolling |
dir |
integer |
1 to 8. 1 for north and 8 for nw in clockwise direction |
1 |
Roll in or Roll out |
rollin |
boolean |
true for roll in, false for roll out/td>
| true |
#Usage examples:-
Example code:
TransRoll(Left, Right,100,3)
TransRoll(Left, Right,-4, rollin = false)
TransRoll(Left, Right,-4)
Images during Transition with dir=6 option: