TransPeel
Left (first) clip rolls and optionally pulls out revealing Right Clip.
The roll is given a center shading if shade is +ve number, or edges shaded more
if shade is a -ve number. If shade is zero no shading is done. If pull is true
the roll remains stationary and image is pulled into the roll. Otherwise the
roll moves in the direction, keeping the frame image stationary.
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 Roll in |
dir |
string |
"up" , "down", "left" "right" |
"up" |
Maximum diameter of Roll in pixels |
rolldia |
integer |
minimum 8 and not more than 1/4th of smaller of frame dimensions |
80 |
shading of roll. . zero means no shading. _ve value for edges shaded
more while + ve value shades center more. |
shade |
integer |
-255 to 255 |
127 |
does roll peel or moves? |
peel |
boolean |
true or false |
false |
#Usage examples:-
TransPeel(Left, Right,100,"left",80,-60,false)
TransPeel(Left, Right,-3,"up",peel=false)
TransPeel(Left, Right,100,"left",shade=-180)
TransPeel(Left, Right,-4)
Images during Transition with dir="up" option: