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

# Resize

**Type:** `nodetool.video.Resize`

**Namespace:** `nodetool.video`

## Description

Resize a video to a specific width and height.
    video, resize, scale, dimensions

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| video | `video` | The input video to resize. | `{"type":"video","uri":"","asset_id":null,"data"...` |
| width | `int` | The target width. Use -1 to maintain aspect ratio. | `-1` |
| height | `int` | The target height. Use -1 to maintain aspect ratio. | `-1` |

## Outputs

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

## Related Nodes

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