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

# Blur

**Type:** `nodetool.video.Blur`

**Namespace:** `nodetool.video`

## Description

Apply a blur effect to a video.
    video, blur, smooth, soften

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| video | `video` | The input video to apply blur effect. | `{"type":"video","uri":"","asset_id":null,"data"...` |
| strength | `float` | The strength of the blur effect. Higher values create a stronger blur. | `5` |

## Outputs

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

## Related Nodes

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