SRT to VTT converter
Convert subtitles between SubRip (.srt) and WebVTT (.vtt) in either direction. The tool works out which one you pasted from its header and its timestamps, rewrites the millisecond separator, adds or removes the WEBVTT header, and drops the VTT-only voice and class tags that SubRip cannot read. Copy or download the result.
Related tools
All Audio & video tools →Open SRT to VTT converter and you get an answer straight away, with no account to create. You will find it under Audio & video, with VTT to TXT converter and CSV to SRT converter for the neighbouring cases.
How to use it
- Open the tool — no signup or install needed.
- Enter your input or adjust the available options.
- Get your result instantly, then copy or download it.
Frequently asked questions
What does SRT to VTT converter do?
Convert subtitles between SubRip (.srt) and WebVTT (.vtt) in either direction. The tool works out which one you pasted from its header and its timestamps, rewrites the millisecond separator, adds or removes the WEBVTT header, and drops the VTT-only voice and class tags that SubRip cannot read. Copy or download the result.
When would I actually use this?
Trimming a clip to the part that matters, pulling the audio out of a video, and converting to the format a platform will actually accept.
What is the most common mistake?
Re-encoding when a copy would do. Every lossy pass loses quality that no later step recovers, so trimming without re-encoding is always the better route when the format is already right.
How is SRT to VTT converter different from VTT to TXT converter?
They sit next to each other but answer different questions: VTT to TXT converter is the one to open when you need it to turn a WebVTT (.vtt) caption file into a clean plain-text transcript. It strips the WEBVTT header, cue settings, NOTE blocks and timestamps, leaving only the spoken text — one cue per block or merged onto single lines. Copy or download the result. Pick whichever matches what you're starting from — both are free.
Is there a tool for the next step?
CSV to SRT converter is the closest one after this: Rebuild a valid SRT subtitle file from a CSV of index, start, end and text. Times accept either the hh:mm:ss,mmm format or a plain number of seconds, a header row is skipped automatically, and cues are renumbered in order. Perfect for turning a translated or edited spreadsheet back into subtitles.
What else is worth having open alongside it?
SRT subtitle merger and SRT subtitle time shift — they come up in the same task often enough to be worth a second tab.
Where do the figures come from?
Processing runs in the browser through a WebAssembly build of the same encoders desktop tools use, on a single thread. That keeps the file private and off any server, and makes long clips slower than a native application.