FlipTurn

B Clip (the second Clip) emerges flipping vertically, horizontally and rotating while gradually replacing the A Clip. If the flips are specified as -ve numbers the apparent vertical or horizontal rotations are reversed. (not very noticeable unless closely examined). In case nturns is not zero then the rotation effect due to flip will not be seen. The vertical flip is a rotation about horizontal axis while horizontal flip is rotation about vertical axis. Thus this produces a 3 dimensional rotation effect. 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
number of vertical flips vflips integer 0 for no flip. any even number less than overlapping frmes/4 0
number of horizontalal flips hflips integer 0 for no flip. any even number less than overlapping frmes/4 0
number of rotations nturns integer 0 for no turn. 4

#Usage examples:-
FlipTurn(A,B,3,4,2,2)
FlipTurn(A, B,3.3, nturns=-2)
FlipTurn(A,B,4.2,vflips=4)
FlipTurn(A, B,3, hflips=-2, nturns=0)
FlipTurn(A,B,4)
FlipTurn(A, B,3)

Images during ition with horizontal, vertical flips and turns:

Back to Synopsys.
Back to my page
back to Avisynth