TurnLeft
From Avisynth wiki
(Difference between revisions)
Raffriff42 (Talk | contribs) m (added category) |
Raffriff42 (Talk | contribs) (formatting, links, phrasing) |
||
Line 1: | Line 1: | ||
− | {{Template:Func3Def| | + | {{Template:Func3Def |
+ | |TurnRight(clip ''clip'') | ||
+ | |TurnLeft(clip ''clip'') | ||
+ | |Turn180(clip ''clip'') | ||
+ | }} | ||
− | + | {| border="0" | |
+ | |- | ||
+ | |'''TurnRight''' | ||
+ | |rotates the clip 90 degrees clockwise.<br> | ||
+ | |- | ||
+ | |'''TurnLeft''' | ||
+ | |rotates the clip 90 degrees counterclockwise.<br> | ||
+ | |- | ||
+ | |'''Turn180''' | ||
+ | |rotates the clip 180 degrees. | ||
+ | |} | ||
− | + | ==== See Also ==== | |
+ | * [[External filters#Rotation.2FShear.2FSkew.2FPerspective|Zoom]] which can rotate, zoom and pan. | ||
+ | |||
+ | ==== Changes ==== | ||
{| border="1" | {| border="1" | ||
|- | |- | ||
Line 10: | Line 27: | ||
|} | |} | ||
− | |||
− | |||
[[Category:Internal filters]] | [[Category:Internal filters]] | ||
[[Category:Rotation]] | [[Category:Rotation]] |
Revision as of 13:32, 14 February 2016
TurnRight(clip clip)
TurnLeft(clip clip)
Turn180(clip clip)
TurnRight | rotates the clip 90 degrees clockwise. |
TurnLeft | rotates the clip 90 degrees counterclockwise. |
Turn180 | rotates the clip 180 degrees. |
See Also
- Zoom which can rotate, zoom and pan.
Changes
v2.55 | Turn180 added. |