90 degrees
-
- Joined: Sun Feb 13, 2005 3:55 am
90 degrees
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??
- badmartialarts
- Bad Martial Artist
- Joined: Sat Oct 25, 2003 5:31 am
- Location: In ur Kitchen Stadium, eatin ur peppurz
Hrm. Maybe not in Windows Movie Maker. In AVISynth it would be something like (just guessing here, I may have the size way off):
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.
Code: Select all
AVISource("c:\myclip.avi")
LanczosResize(856, 640)
TurnLeft()
Crop(0, 108, 0, -108)
Life's short.
eBayhard.
eBayhard.
- Zaphod_Beeblebrox
- Joined: Fri Mar 12, 2004 4:45 am
- Location: Somewhere... but not here.
it's in the AMVapp in EADFAG2, i suggest you read the section of the guides that cover how to use it as well.
-
- Joined: Fri Jul 30, 2004 10:44 am
- Location: Underground Posts: 9867