TurnLeft

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(formatting, links, phrasing)
m (one more touch-up)
Line 1: Line 1:
 
{{Template:Func3Def
 
{{Template:Func3Def
|TurnRight(clip ''clip'')
 
 
|TurnLeft(clip ''clip'')
 
|TurnLeft(clip ''clip'')
 +
|TurnRight(clip ''clip'')
 
|Turn180(clip ''clip'')
 
|Turn180(clip ''clip'')
 
}}
 
}}
  
 
{| border="0"
 
{| border="0"
|-
 
|'''TurnRight''' 
 
|rotates the clip 90 degrees clockwise.<br>
 
 
|-
 
|-
 
|'''TurnLeft'''
 
|'''TurnLeft'''
 
|rotates the clip 90 degrees counterclockwise.<br>
 
|rotates the clip 90 degrees counterclockwise.<br>
 +
|-
 +
|'''TurnRight'''&nbsp;
 +
|rotates the clip 90 degrees clockwise.<br>
 
|-
 
|-
 
|'''Turn180'''
 
|'''Turn180'''

Revision as of 13:34, 14 February 2016

TurnLeft(clip clip)
TurnRight(clip clip)
Turn180(clip clip)

TurnLeft rotates the clip 90 degrees counterclockwise.
TurnRight  rotates the clip 90 degrees clockwise.
Turn180 rotates the clip 180 degrees.

See Also

  • Zoom which can rotate, zoom and pan.

Changes

v2.55 Turn180 added.
Personal tools