video_generate_subtitles
Generate SRT subtitles from text entries with start and end timestamps. Optionally burn subtitles into the video.
Instructions
Generate SRT subtitles from text entries and optionally burn into video.
Args: entries: List of subtitle entries with keys: start (float), end (float), text (str). input_path: Absolute path to the input video. burn: If True, burn subtitles into the video (default False).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| burn | No | ||
| entries | Yes | ||
| input_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||