Choose conversion formats
Select the source and target subtitle formats
Quickly convert WebVTT subtitles to Structured JSON locally in your browser. Timelines and subtitle content are never uploaded.
Select the source and target subtitle formats
Paste content or choose a file
WebVTT content is parsed into a unified millisecond timeline before being exported as Structured JSON. Valid timing and subtitle text are preserved.
JSON output gives every subtitle start_ms, end_ms, and text fields for further programmatic processing.
Empty subtitles are removed and valid cues are sorted by start and end time.
Format overview
Learn what each file format is, how it is structured, where it is commonly used, and what to consider during conversion.
Source file format
VTT, or WebVTT, is a timed-text format designed for web video. HTML5 video elements can use it through track elements for subtitles, captions, chapters, and other synchronized text.
Target file format
JSON, or JavaScript Object Notation, is a structured data-interchange format rather than one industry-standard subtitle specification. Explicit fields can represent timing, text, and extensible metadata.