burn_subtitles
Burn subtitles directly into video frames to make them permanently visible. Ensures subtitles display in any player by hard-coding them into the video.
Instructions
Permanently burn (hard-code) subtitles into the video frames. The resulting video always shows the subtitles regardless of player settings. Requires re-encoding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the input video file | |
| output_path | No | Absolute path for the output file. Defaults to same directory with '_burned' suffix. | |
| subtitle_path | Yes | Absolute path to the subtitle file (.srt, .vtt, or .ass) |