SRT to VTT Converter

Convert SubRip (.srt) subtitles to WebVTT (.vtt) for HTML5 video. Your file is processed locally and never uploaded.

Drop your .srt file here or click to choose

Frequently asked questions

What is the difference between SRT and VTT?

SRT (SubRip) is the most common subtitle format, while VTT (WebVTT) is the format used by HTML5 video. The main differences are a WEBVTT header line and that VTT uses a dot instead of a comma in timestamps. This tool handles both automatically.

Are my files uploaded to a server?

No. The conversion runs entirely in your browser using JavaScript. Your subtitle file never leaves your device, so it is private and fast.

How do I use the VTT file with HTML5 video?

Add a track element inside your video tag, for example: <track kind="subtitles" src="subtitles.vtt" srclang="en" label="English">. The browser will then show the captions.