Wipe

B Frame wipes away A Frame in any of the eight directions, or in a circular clock fashion. Optionally a frame seperator line can also be drawn 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 wipe dir integer 1 to 8. 1 for north, 8 for nw in clockwise direction. 0 and 9 are for circular wipe 3
separator line width swd integer 0 to 10. 0 do not draw. 2 to 10 even numbers only 0
separator line color scol integer in 8 bit RRGGBB format 0 (black)

#Usage examples:-
Wipe(A, B,4,6)
Wipe(A, B,3.5,0, swd = 4, scol = $ff00FF)
Back to Synopsys.
Back to my page
back to Avisynth