---
title: "Set Speed"
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/setspeed
markdown: https://docs.nodetool.ai/nodes/nodetool/video/setspeed.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/video/setspeed.md
---

# Set Speed

**Type:** `nodetool.video.SetSpeed`

**Namespace:** `nodetool.video`

## Description

Adjust the playback speed of a video.
    video, speed, tempo, time

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| video | `video` | The input video to adjust speed. | `{"type":"video","uri":"","asset_id":null,"data"...` |
| speed_factor | `float` | The speed adjustment factor. Values > 1 speed up, < 1 slow down. | `1` |

## Outputs

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

## Related Nodes

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