video_generate_subtitles
Generate SRT subtitles from text entries with timestamps and optionally burn them into a 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 |
|---|---|---|---|
| entries | Yes | ||
| input_path | Yes | ||
| burn | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||