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

# Video

**Type:** `nodetool.constant.Video`

**Namespace:** `nodetool.constant`

## Description

Represents a video file constant in the workflow.
    video, movie, mp4, file

    Use cases:
    - Provide a fixed video input for video processing nodes
    - Reference a specific video file in the workflow
    - Set default video for testing or demonstration purposes

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| value | `video` |  | `{"type":"video","uri":"","asset_id":null,"data"...` |

## Outputs

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

## Related Nodes

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