Not sure how this happened but a video taken on my phone has turned out in "portrait" mode, what software will allow me to convert it to landscape mode....Im puzzled as to how I have managed it, as i was holding the phone the correct way![]()
+ Reply to Thread
Results 1 to 5 of 5
-
-
Do you mean, turn by 90 degrees (counter-) clockwise?
The MP4 container may have orientation tags. Not all players will respect them, though. Recoding is safer but will reduce the quality. -
When you say it is in portrait mode do you mean that the video is taller than it is wide but with everything the right way up, or is it just being displayed with the short edge of the video at the top of the screen and the image going side to side?
If it really is in portrait mode, tall and narrow but everything the right way up, you can't just rotate it as everything will just get turned sideways and, as the image on each side of what you have is missing, recoding it to a landscape orientation will either involve stretching it and making everything squashed vertically or cropping and ending up with a tiny part of the image. -
Sounds plausible. Yes, Google confirms it:
https://www.google.com/search?q=mp4+metadata+orientation
Which leads to:
https://forum.videohelp.com/threads/367508-MP4-orientation-issues
Which suggests:Code:ffmpeg -i input.mp4 -c copy -metadata:s:v:0 rotate=0 output.mp4
Similar Threads
-
No thumbnail or properties after rotating portrait video with ffmpeg
By capncodfish in forum Newbie / General discussionsReplies: 2Last Post: 11th Dec 2016, 21:09 -
Conversion of ts file to mp4 file with code.
By Taha in forum Video ConversionReplies: 2Last Post: 29th May 2016, 22:49 -
Video Conversion to PS3 - File Size issues
By Yas in forum Video ConversionReplies: 9Last Post: 27th Oct 2014, 07:42 -
Creating a video file from a DTS file with blank/still image video
By vdgg in forum AudioReplies: 8Last Post: 31st Oct 2012, 00:41 -
Convert a .m4v video file to a .mov video file
By RL in forum ffmpegX general discussionReplies: 1Last Post: 14th Sep 2012, 00:16