---
title: "Rotate"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/video/rotate
markdown: https://docs.nodetool.ai/nodes/nodetool/video/rotate.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/video/rotate.md
---

# Rotate

**Type:** `nodetool.video.Rotate`

**Namespace:** `nodetool.video`

## Description

Rotate a video by a specified angle.
    video, rotate, orientation, transform

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| video | `video` | The input video to rotate. | `{"type":"video","uri":"","asset_id":null,"data"...` |
| angle | `float` | The angle of rotation in degrees. | `0` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `video` |  |

## Related Nodes

Browse other nodes in the [nodetool.video](./) namespace.
