video_subtitles_styled
Embed subtitles from SRT or VTT files into a video with customizable font, size, color, and outline styling.
Instructions
Burn subtitles from SRT/VTT with custom styling.
Embeds subtitle file into video with customizable appearance.
Args: input_path: Absolute path to input video. subtitles_path: Absolute path to SRT or VTT file. output_path: Absolute path for output video. style: Optional style dict with font, size, color, outline, etc.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| subtitles_path | Yes | ||
| output_path | Yes | ||
| style | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||