[ Create a new account ]
Dear lazyweb...
What's the best way to rotate an MPEG movie through 90˚?
My understanding is that JPEGs can be rotated through 90˚ losslessly, so I assume that this can be done losslessly for MPEGs too, and I hope with a command-line tool.
mencoder -vf rotate=1 -o out.mpg -oac copy -ovc lavc in.mpg
Get More Comments
Reply
Using Mencoder from Mplayer ... (Score:1)
mencoder -vf rotate=1 -o out.mpg -oac copy -ovc lavc in.mpgUntested but I'm pretty sure that's the ticket.