...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
no subject
http://www.blazemp.com/rotate_video.htm
no subject
no subject
no subject
Now all I have to do is remember the correct syntax. (Or extend my jpegtool front end, or create a complimentary mpegtool, or ....)
no subject
mencoder might do it
man mencoder
has a rotate command
Take 2
Re: Take 2
Because one avi I was messing with was in a windows format it would crash.
I did get it to convert one movie to another completely different format but then found out the original was out of sync. Grrrr
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.