Skip to main content
r_ rotates a video clockwise in 90° steps to correct its orientation or match a player layout. Autorender supports 90°, 180°, and 270°.
These tokens behave the same for images. See the shared rotate page for the image reference.

How to use it?

Add r_ followed by the angle.
r_180 produces the same result as flip_hv, but rotation reads more clearly for orientation fixes such as a phone video shot vertically that needs a horizontal player.
Output dimensions are snapped to even values after rotation, because common video codecs require even dimensions.

Next steps

Flip

Mirror a video horizontally or vertically instead.

Image rotate

The same rotate token applied to images.