I have some small mpgs that were filmed with a digital camera. The problem is that the bozo holding the camera held it in portrait, rather than landscape orientation, so I need to rotate the mpgs.
After reading some mplayer docs I tried the following:
Code:
mplayer -vf rotate=1 portrait.mpg>landscape.mpg
which rotates the mpg fine, but displays the result on the screen rather than saving it on disk. I do end up with a file named landscape.mpg, but it contains only the text output from mplayer, not the mpg itself.
Am I missing something obvious, or is there no way to do what I want?