Convert VTT to SRT
Turn a WebVTT .vtt file into a SubRip .srt file for desktop players and editors. Drop it below and it converts instantly in your browser.
Going from web captions back to SubRip
WebVTT (.vtt) is what browsers use for on-page captions. Most software outside the browser, such as desktop players, subtitle editors, and media servers, prefers SubRip (.srt), the most compatible subtitle format. This tool strips the WEBVTT header, switches the dot-milliseconds back to SubRip's comma style, and drops web-only positioning that .srt can't use, while keeping your timing and text exactly as they were.
FAQ
Why convert VTT to SRT?
Many desktop media players, subtitle editors, and TV or media-server setups expect SubRip (.srt), the most broadly compatible subtitle format. If you downloaded a .vtt file, which is common from web sources, converting it to .srt makes it work in more places.
Will cue positioning or styling be lost?
SubRip has no concept of VTT's positioning settings (like line or align) or STYLE blocks, so those are dropped, which is correct for an SRT file. The timing, cue order, and subtitle text are preserved exactly.
Does anything get uploaded?
No. Everything runs locally in your browser with JavaScript. Your file is never sent to a server, there are no accounts, and the tool works offline.