TransFlipTurn

Right Clip (the second Clip) emerges flipping vertically, horizontally and rotating while gradually replacing the Left 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. 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
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:-
TransFlipTurn(Left,Right,100,4,2,2)
TransFlipTurn(left, right,-3, nturns=-2)
TransFlipTurn(Left,Right,100,vflips=4)
TransFlipTurn(left, right,-3, hflips=-2, nturns=0)
TransFlipTurn(Left,Right,100)
TransFlipTurn(left, right,-3)

Images during transition with horizontal, vertical flips and turns:

Back to Synopsys.
Back to my page
back to Avisynth