Writer

SRT VTT Converter

Convert subtitles between SRT and WebVTT formats both directions.

All tools

Input

Output

WEBVTT

00:00:01.000 --> 00:00:04.000
Welcome to TULAKITO.

00:00:05.000 --> 00:00:08.500
Convert between SRT and VTT instantly.

Frequently asked questions

What is the difference between SRT and WebVTT?
SRT (SubRip) is the older, simpler subtitle format using comma-separated milliseconds in timestamps. WebVTT uses periods in timestamps, supports styling cues, and is the standard for the HTML5 video element.
Will styling and positioning cues survive the conversion?
Converting from WebVTT to SRT drops styling, positioning, and cue settings because SRT has no equivalent syntax. Going from SRT to WebVTT produces clean cues that you can decorate afterward.
Why are my timestamps off by a few milliseconds after conversion?
Timestamps are reformatted between comma and period decimal separators, but the actual values are preserved exactly. If timing looks off in the player, the source file likely had drift before conversion.