Convert SRT to VTT
Convert SRT subtitles to WebVTT for web and HTML5 players.
Your files never leave your device
How to go from SRT to VTT
- 1
Paste or upload the SRT
The classic subtitle format.
- 2
Convert
WEBVTT header and dot-decimal timestamps.
- 3
Copy or download
Ready for your <track> tag or platform.
Why use this tool
For web video
HTML5 and most web players require WebVTT.
Corrected timestamps
SRT commas become dots as VTT requires.
Text untouched
Dialogue and timing stay intact.
Private
Instant conversion in your browser.
Frequently asked questions
What's the difference between SRT and VTT?
VTT adds the WEBVTT header, uses dots in milliseconds and supports styling; SRT is older and universal in desktop players.
Where do I need VTT?
In HTML5's <track> tag, many video platforms and web players like Video.js or Plyr.
Are sequence numbers lost?
They're removed because VTT doesn't need them; timing and text are preserved.
Are accents and special characters kept?
Yes, text is handled as UTF-8 and comes out intact.