Tested tool guide
Tested browser tools
Checked August 16, 2026
What Video Rotator does, with a checked example
Video plays back exactly as its pixels are arranged, so footage recorded with the phone held sideways comes out sideways. This page loads a clip, applies a single whole-file transform - a 90, 180, or 270 degree rotation, or a horizontal or vertical flip - and returns a new file that is already reoriented. The common surprise is dimensional: a quarter-turn swaps the width and height, so a 1920x1080 landscape clip comes back as 1080x1920 portrait, while 180 degrees leaves the dimensions alone.
Worked example
A concrete input and expected output from the current implementation.
Input
phone-clip.mp4, recorded sideways. Load the file and choose rotate 90 degrees clockwise.
->
Expected output
A new 1080x1920 (portrait, 9:16) video of the same clip that plays upright. Duration, frame rate, and number of frames are unchanged; only the pixel grid is turned.
A 90-degree rotation transposes the frame, so the 1920x1080 landscape dimensions swap to 1080x1920. Rotation repositions every pixel but keeps the timeline and frame rate intact.