Rotate a video using mplayer
9 January 2010
No Comment
If you have captured video that is not rotated the proper direction, use the following command in Terminal to use MPlayer.
mplayer -vo xv -vf rotate file.avi
Or, you can try this other command using mencoder. Not quite sure why this one speeds up the playback though…
mencoder -vf rotate=1 -ovc lavc -oac copy IMG_0400.mov -o auto_pc.mp4








Leave your response!