Is there a way to change the rotation angle of a video file?
I have a couple of videos in the wrong direction so all I wanted is to correct it.
Is there a way to change the rotation angle of a video file?
I have a couple of videos in the wrong direction so all I wanted is to correct it.
You can also use ffmpeg and the commandline (taken from Rotating videos with FFmpeg):
And to flip it horizontally (ffmpeg documentation):
Nota bene 1
Older versions of Ubuntu supplied
avconv
instead offfmpeg
. In this case just changeffmpeg
toavconv
:Nota bene 2
If the output is a
.mp4
video you has to addstrict -2
before the output file to avoid error message :If you are asking for rotate a video 90º or 180º, you should use avidemux.
And you're done.
Do you mean rotation on playback or converting it to a rotated version?
As a commandline-user I normally use mplayer:
Playback:
mplayer -vf rotate=1 videofile.mp4
(rotate can have values from 0 to 7, 1 rotates 90deg clockwise)Convert (requires transcoding):
mencoder -vf rotate=1 videofile.mp4 -oac copy -of lavf -lavfopts format=mp4 -ovc lavc -lavcopts vcodec=mpeg4 -o newfilename.mp4
(you can use other video codecs as well, this is just an example)And here is a graphical tool to do the latter: kdenlive (a kde application from the universe)
If you just want to view a movie in a different orientation, as of Totem 3.1.4 (in Raring 13.04 and beyond), there is a "rotation plugin" which you can turn on (edit/plugins), and then rotate e.g. via ctrl-r.
I think proper rotation should be automatic when there is rotation metadata, and I commented on a relevant Totem bug here: Bug 701950 – Iphone Movies
There are also ways to do this in mplayer (and to convert to a rotated movie with mencoder), e.g.
or
The best option (in my opinion!) is OpenShot, you simply follow these easy steps:
OpenShot crops the video when rotated from landscape to portrait. To compensate, I tried these steps and it worked. Hope it works for you too.
In this way, you would find the video least cropped and it should not be noticeable.
A simple tool that can also rotate is transmageddon. Install it with
then load your file into it and choose the rotation position