Parser

[io/file/formats/srt/Parser]


Parses SRT file format.


Keywords: srt, subtitles, split, parse

Input ports

  • SRT: string

    Receives SRT subtitles file contents.

Output ports

  • table:

    {"position": string, "start": string, "end": string, "subtitle": string}[]

    Sends parsed subtitles as JSON table.

Last updated