TransAccord
Left Clip opens out revealing the Right Clip or the Right Clip closes
over the Left Clip in an Accordian Type folding. Single or Twin sections
style, and vertical or horizontal direction can be opted.
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 open or close |
dir |
string |
"vert", "hor" |
"vert" |
Twin or single section |
twin |
boolean |
true, false |
true |
Left clip opens out or right clip closes in |
open |
boolean |
true, false |
true |
#Usage examples:-
TransAccord(Left,Right,100,"vert", true, false)
TransAccord(Left,Right,100)
TransAccord(Left,Right,100,open= false)
TransAccord(Left,Right,100,dir="hor", twin= false)
TransAccord(Left,Right,100,open= false)
Images during transition with dir="vert" twin=true and open=false option: