Translate subtitles, timeline untouched
translate_srtTranslate an .srt subtitle file into another language while keeping every timestamp and cue number byte-identical. Cues are anchored by index and refilled in code, so the timeline cannot drift — the usual failure mode when you hand a whole .srt to a model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Target language, e.g. "English", "日本語". | |
| srt | No | The .srt file content. | |
| url | No | Or a link to the .srt file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||