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

# Frame To Video

**Type:** `nodetool.video.FrameToVideo`

**Namespace:** `nodetool.video`

## Description

Combine a sequence of frames into a single video file.
    video, frames, combine, sequence

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| frame | `image` | Collect input frames | `{"type":"image","uri":"","asset_id":null,"data"...` |
| fps | `float` | The FPS of the output video. | `30` |

## Outputs

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

## Related Nodes

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