video_write_metadata
Write metadata tags such as title or artist to video and audio files. Provide an input file and metadata key-value pairs to save them to the output.
Instructions
Write metadata tags to a video/audio file.
Args: input_path: Absolute path to the input file. metadata: Dict of tag key-value pairs (e.g. {'title': 'My Video', 'artist': 'Me'}). output_path: Where to save the output. Auto-generated if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | Yes | ||
| input_path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||