up vote 4 down vote favorite
5
share [g+] share [fb]

I want to use ubuntu and preferably standard packages such as ffmpeg to rotate a 3gp video by 90 degrees in any direction. Preferably a command line or python script.

link|improve this question

I found that ffmpeg was able to do this. See, e.g. Ubuntu forums: rotate video 90 degrees – Simon Dec 15 '11 at 12:26
feedback

2 Answers

up vote 3 down vote accepted

by using VLC, you may rotate the video by going to Tools >> Preferences...

And select "All" for show settings. Then go to: Video >> Filters >> Rotate

After setting the degree you want, you can rotate by going to Tools > Effects and Filters > Video Effects > Geometry .. .

alt text

the one I've tested is mp4 but I believe that VLC can support 3gp too. hope this helps. :)

link|improve this answer
6  
i can view the video rotated, but how do you make the change persist – justinhj Jun 6 '10 at 9:14
feedback

Avidemux should be able to do this.

Do Video->Filters->Rotate(x degrees)->Close then File->Save->Save Video

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.