Fix Upside Down and Mirrored Video
We have all done it: you start recording a video on your phone, then quickly turn it sideways, but the gyroscope doesn't catch up. The result is a video that plays permanently sideways. Fixing this in a massive editor like Premiere is a hassle. Our Online Video Rotator fixes orientation metadata instantly. You can rotate the video 90, 180, or 270 degrees, or even flip the footage horizontally to create a mirror effect for dance tutorials.
Metadata vs. Re-encoding (How it Works)
There are two distinct ways a computer handles rotating a video file:
- The Metadata Trick (Lossless) The tool doesn't touch the actual video pixels. It just injects a line of code into the file's header that says `rotation=90`. When a video player opens the file, it reads the rule and visually spins the video. This is instant and preserves 100% video quality.
- Hardcoded Rotation (Re-rendering) Some older software (like early Windows Media Player) ignores metadata. If you need the video to be permanently rotated on all devices, the tool must physically redraw every single frame sideways and export a brand new video. This takes longer.
- The Horizontal Flip (Mirroring) When you record a selfie video on an iPhone, the screen shows you a mirror image, but the final video is flipped. If you are teaching a dance routine, you must use the 'Horizontal Flip' tool so the viewers can easily follow your left/right movements.
How to Use This Tool
- Upload or Input Data: Select your file or paste your data directly into the tool interface. Everything remains on your device.
- Configure & Process: Adjust any optional settings if necessary. The tool will process your data instantly inside your browser.
- Download Result: Preview the output and click the download or copy button to save your final results.
Frequently Asked Questions
Why does my rotated video have black bars?
If you rotate a wide 16:9 video by 90 degrees, it becomes a tall 9:16 vertical video. If you play that tall video on a wide laptop screen, the video player must insert massive black bars (pillarboxing) on the left and right to fill the empty horizontal space.
Will rotating the video mess up the audio?
No. The audio track is stored completely separately from the visual track inside the MP4 container. Rotating the visual pixels has absolutely zero effect on the audio sync or quality.
Can I rotate the video by just 5 degrees to fix a crooked horizon?
No, this tool only rotates in absolute 90-degree increments. To fix a slightly crooked horizon, you must use a 'Video Cropper', as the software must punch in (zoom) and dynamically crop the edges to hide the rotation.