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

# Save Video Asset

**Type:** `nodetool.video.SaveVideo`

**Namespace:** `nodetool.video`

## Description

Save a video to an asset folder.
    video, save, file, output

## Properties

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

## Outputs

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

## Related Nodes

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