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

# Save Video File

**Type:** `nodetool.video.SaveVideoFile`

**Namespace:** `nodetool.video`

## Description

Write a video file to disk.
    video, output, save, file

    The filename can include time and date variables:
    %Y - Year, %m - Month, %d - Day
    %H - Hour, %M - Minute, %S - Second

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| video | `video` | The video to save | `{"type":"video","uri":"","asset_id":null,"data"...` |
| folder | `str` | Folder where the file will be saved | `` |
| filename | `str` |          Name of the file to save.         You can use time and date variables to create unique names:         %Y - Year         %m - Month         %d - Day         %H - Hour         %M - Minute         %S - Second          | `` |

## Outputs

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

## Related Nodes

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