Type: nodetool.workspace.SaveVideoFile

Namespace: nodetool.workspace

Description

Save a video file to the workspace. workspace, video, save, file, output

Use cases:
- Save processed videos to workspace
- Export video results
- Archive video content

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': None, 'data': None, 'duration': None, 'format': None} | | folder | str | Relative folder path within workspace (use . for workspace root) | . | | 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 | video.mp4 | | overwrite | bool | Overwrite the file if it already exists, otherwise file will be renamed | False |

Outputs

Output Type Description
output video  

Metadata

Browse other nodes in the nodetool.workspace namespace.