Accord

A Clip opens out revealing the B Clip or the B Clip closes over the A 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. 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 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:-
Accord(Left,Right,3,"vert", true, false)
Accord(Left,Right,3)
Accord(Left,Right,2,open= false)
Accord(Left,Right,1.5,dir="hor", twin= false)
Accord(Left,Right,0.9,open= false)
Images during transition with dir="vert" twin=true and open=false option:

Back to Synopsys.
Back to my page
back to Avisynth