Log in

View Full Version : Rotating Orientation of Video


ThaChinky
14th September 2003, 18:22
I have a couple vid clips from my digi cam that my friend shot for me holding the camera the wrong way. so it seems that I need to rotate the video 90 degrees to the right to make it the correct orientation.
Does anybody know of a program that can do this sort of thing? or do we need to rotate our heads everytime we watch the videos?

Thanks

bb
14th September 2003, 19:09
You can use AviSynth with its "TurnLeft()" or "TurnRight()" commands. Then you may want to add borders ("AddBorders(...)") or resize/crop the video. Need reencoding, though.

bb

ThaChinky
14th September 2003, 20:54
ah ok.
i'm not too good w/ avisynth but i guess ill hafta experiment with the code.
and here i was thinking there would be this easy way to rotate it in something like vdub or something like that:(

thnx for the help

bb
15th September 2003, 17:38
Yes, you can use VirtualDub, too. Just select the rotate filter (for 90 degree steps, or rotate2 for arbitrary angles).

bb