...that can rotate an AVI file by 90 degrees? I have a number of video sequences I've shot with my Canon digital camera in portrait mode, but of course the player doesn't know that, and while I have an abundance of tools for losslessly rotating JPEG photos, none of the utilities supplied by Canon, and no other utilities I have, will rotate an AVI movie and save the rotated version. (I can rotate the movies at playback time with mplayer, but cannot -- to my knowledge -- save them.)
Powered by Dreamwidth Studios
Style Credit
- Style: Blue for Drifting by Jennie Griner
- Resources: OSWD design
Re: Take 2
mencoder mvi_0521.avi -vf rotate=1 -o output.avi -ovc lavc -lavcopts vcodec=mjpeg:mbd=1 -oac copy
Re: Take 2
Well, DUH! And people say the UNIX command line is obscure. Tsk.