
Renders each upstream [Subtitle] list to a SubRip .srt file under output_path, formatting cue timings as HH:MM:SS,mmm and naming the file from name_template plus a 6-digit index.
Speech captioning. Decode audio, transcribe it into timed subtitle cues, and write the cues as an SRT file.
Subtitle round-trip. Load existing cues, adjust them, and re-emit a cleaned SRT file.
renumber on, cues are numbered sequentially from one and any input cue index is ignored; with it off, the incoming indices are written verbatim, so duplicate or out-of-order numbers can reach strict readers.output_path with the same name_template overwrites earlier files.Automated release