
Renders each upstream [Subtitle] list to a WebVTT .vtt file under output_path, writing the WEBVTT header and formatting cue timings as HH:MM:SS.mmm, with the file named from name_template plus a 6-digit index.
Web captioning. Decode audio, transcribe it into timed cues, and write a VTT track for a browser video element.
SRT-to-VTT conversion. Load SubRip cues and re-emit them in the WebVTT format browsers prefer.
output_path with the same name_template overwrites earlier files.Automated release