split_subtitles
Split one subtitle track into two parts at a given timecode, keeping original timecodes. Use the at argument plus part to fetch either half.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | Yes | Split point. Accepts "45:00", "1:02:03", "90" (seconds) or "1:02:03.500". | |
| to | No | Output format. Default: same as the input. | |
| part | No | Which half to return. Default "a" (before the split point). | |
| content | Yes | The full subtitle file text. |