burn_captions
Embed existing SRT subtitles into a video file to produce a new captioned video, solving the need for permanent on-screen text without re-encoding from scratch.
Instructions
Burn an existing .srt subtitle file into a video, producing a new video file.
Args: video_path: Path to the source video. srt_path: Path to the .srt subtitle file to burn in. output_path: Where to write the captioned video. Defaults to ".captioned".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| srt_path | Yes | ||
| video_path | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |