How to rotate a video

Three different problems get called rotation, and they need different fixes.

Rotate in your browser

Our editor does all three locally, with no upload:

The grid is the part that matters for straightening. Judging a horizon by eye against the edge of a screen is unreliable. Line it up against a grid line instead.

Why a video looks right on one device and sideways on another

Video files store a rotation flag separately from the picture. Your phone sets it, and then it is up to each player whether to honour it. Apple's players usually do. Browsers and older desktop players often do not.

That is why a clip can look upright in Photos and land sideways when someone opens it on a laptop.

Exporting a rotated copy solves it permanently, because the rotation gets written into the picture itself rather than left as a note in the metadata for a player to ignore.

Questions

Does rotating a video lose quality?

A 90 or 180 degree turn is close to lossless. A tilt adjustment always re-encodes and crops slightly, because the corners have to come from somewhere.

How much can I straighten before it looks wrong?

Up to about five degrees. Beyond that the crop starts eating noticeably into the frame.

Can I rotate several clips at once?

Yes. Set the rotation on one, press A for Apply to all, then Export all.

Open the editor

Updated 2026-09-02