90 degrees

Locked
DaKnack
Joined: Sun Feb 13, 2005 3:55 am
Org Profile

90 degrees

Post by DaKnack » Sun Feb 13, 2005 4:00 am

I have used windows movie Maker to turn my videos 90 degress but it warps the image. Any way to do this easy and simply without warping??

User avatar
badmartialarts
Bad Martial Artist
Joined: Sat Oct 25, 2003 5:31 am
Location: In ur Kitchen Stadium, eatin ur peppurz
Org Profile

Post by badmartialarts » Sun Feb 13, 2005 10:27 am

Hrm. Maybe not in Windows Movie Maker. In AVISynth it would be something like (just guessing here, I may have the size way off):

Code: Select all

AVISource("c:\myclip.avi")
LanczosResize(856, 640)
TurnLeft()
Crop(0, 108, 0, -108)
If the source clip is 720 x 480 the size should be (1080, 720) and the Crop command would be (0, 300, 0, -300), I guess. And TurnRight would work just as well, turning the video right instead of left. Ths script will cut the sides of the video off but it will be the same size at the original. Well, in the same proportions at least. I think. Hrm.
Life's short.
eBayhard.

DaKnack
Joined: Sun Feb 13, 2005 3:55 am
Org Profile

Post by DaKnack » Sun Feb 13, 2005 3:44 pm

where can I find this program?

User avatar
Zaphod_Beeblebrox
Joined: Fri Mar 12, 2004 4:45 am
Location: Somewhere... but not here.
Org Profile

Post by Zaphod_Beeblebrox » Wed Feb 16, 2005 6:10 am

it's in the AMVapp in EADFAG2, i suggest you read the section of the guides that cover how to use it as well.
Image

psycoculex
Joined: Fri Jul 30, 2004 10:44 am
Location: Underground Posts: 9867
Org Profile

Post by psycoculex » Thu Feb 17, 2005 1:19 am

i would also recommend using virtual dub if possible. Just set markers around the part of the clp you want. Go to the video option then to Filters and then to rotate. Its just that easy.

Locked

Return to “Video & Audio Help”