merge_subtitles
Append one subtitle track after another (CD1 + CD2, or a second language track). The second track is offset so it starts after the last cue of the first, plus an optional gap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Output format. Default: same as the input. | |
| content | Yes | The first subtitle file text. | |
| gap_seconds | No | Extra gap between the two tracks, in seconds. Default 0. | |
| append_content | Yes | The subtitle file text to append. |