I have a video taken with my iphone but its on its side needs rotating how can I do this also its a .mov file
+ Reply to Thread
Results 1 to 9 of 9
-
-
Most video editors can do this, but you can do it on the iPhone, as well.
See here:
https://www.macobserver.com/iphone/rotate-video-on-iphone/ -
Last edited by natty; 1st May 2026 at 06:30.
-
If you do a search for rotate you will find threads like this … https://forum.videohelp.com/threads/417092-Change-rotate-video-metadata
I have used Exiftool successfully. -
There are free video editors available that can rotate the video. Windows 11 has a built-n one called ClipChamp. I have not used it and there are others on the software tab of the VideoHelp site. IE: OpenShot and VideoPad
https://windowsforum.com/threads/clipchamp-windows-11s-built-in-ai-video-editor-youll-...ly-use.401356/ -
for conterclockwise 90° rotation
for clockwise 90° rotationCode:ffmpeg -i "your.mov" -vf "transpose=0" -c:v libx264 -crf 18 -c:a copy "rotated.mov"
Code:ffmpeg -i "your.mov" -vf "transpose=1" -c:v libx264 -crf 18 -c:a copy "rotated.mov"
Last edited by Sharc; 1st May 2026 at 07:55.
-
If the videocodec is h264 or hevc, you can change the rotation flag without reencoding (no quality loss, fast) with clever FFmpeg-GUI.
Load your mov, click lossless changes, check rotate clockwise, set the degrees and click rotate.
Done. -
Try Microsoft Clipchamp. It may already be installed on your Windows 11 PC. If not, go to the Microsoft Store to get the app. It's free to download and rotate the MOV file using Clipchamp. Here’s the quick guide:
1. Open Clipchamp, click Create a new video to enter the main interface.
2. Click Import media to add your MOV file and drag it to the timeline.
3. On the floating toolbar, click the three-dot icon, and click Rotate by 90°.
4. Click Export to save the video (an MP4 file).
[Attachment 92255 - Click to enlarge]
Similar Threads
-
Change rotate video metadata
By tony359 in forum Video ConversionReplies: 15Last Post: 15th Feb 2026, 08:08 -
Easy way to rotate video
By gelo333 in forum Newbie / General discussionsReplies: 10Last Post: 13th Jan 2025, 05:54 -
how do I rotate video with mkvmerge?
By codemaster in forum Video ConversionReplies: 3Last Post: 7th Jun 2024, 06:25 -
Is there a way to rotate the entire canvas?
By mitya in forum Newbie / General discussionsReplies: 1Last Post: 2nd Mar 2024, 16:28 -
How to rotate VR 360 video with GPU
By SoftwareConductor in forum Video ConversionReplies: 8Last Post: 13th Jan 2023, 11:56


Quote
