text_to_subtitles
Turn a plain transcript (one line per caption) into an SRT file with evenly spaced timecodes. Timing is a starting point, not a real transcription — say so when you present the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Plain text, one caption per line. Blank lines are skipped. | |
| start_seconds | No | Timecode of the first cue, in seconds. Default 0. | |
| duration_seconds | No | Seconds each cue stays on screen. Default 2.5. | |
| max_chars_per_cue | No | Split longer lines into several cues at word boundaries. Default 0 = never split. |