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

# Stabilize

**Type:** `nodetool.video.Stabilize`

**Namespace:** `nodetool.video`

## Description

Apply video stabilization to reduce camera shake and jitter.
    video, stabilize, smooth, shake-reduction

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| video | `video` | The input video to stabilize. | `{"type":"video","uri":"","asset_id":null,"data"...` |
| smoothing | `float` | Smoothing strength. Higher values result in smoother but potentially more cropped video. | `10` |
| crop_black | `bool` | Whether to crop black borders that may appear after stabilization. | `true` |

## Outputs

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

## Related Nodes

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