ffkit_add_subtitles
Adds subtitles to a video file. Choose 'burn' to hard-code subtitles into the video pixels or 'embed' to keep them as a selectable soft subtitle track.
Instructions
Add subtitles to a video. 'burn' hard-codes into pixels; 'embed' adds as a soft subtitle track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Subtitle mode. Default: burn. | |
| input_path | Yes | Source video file. | |
| output_path | Yes | Output video file. | |
| subtitle_path | Yes | Path to subtitle file (.srt, .ass, .vtt). |