I accidentally took a video with my point and shoot camera rotated 90 degrees. I've done this before, and normally I've deleted them after because I couldn't be bothered to find out how to fix it.
I looked into it today, and it was surprisingly easy! Now that I think about it, I don't know why I would have assumed otherwise. There's lots of info here: http://www.hanselman.com/blog/HowToRotateAnAVIOrMPEGFileTakenInPortrait.aspx I was able to rotate the video in 1x real time using this command: mencoder -vf rotate=1 -o OUTPUT.AVI -oac copy -ovc lavc INPUT.AVI If you want to keep the aspect ratio (with black borders,) check out the page. -Mark C. _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

