Downloaded captions from a streaming platform or a browser player and got a .vtt file that your editing software refuses to open? Most desktop video editors, media players, and broadcast tools still expect SubRip. This VTT to SRT converter renumbers your cues, rewrites the timestamps, drops the WebVTT header, and hands you a .srt file — all locally, with no account and no upload.
WebVTT and VTT are the same thing
WebVTT is the format name; .vtt is the file extension it normally uses. If you have been searching for a WebVTT to SRT converter, this is the same tool. The two formats overlap heavily — both are plain text, both list cues in playback order, both use hours, minutes, seconds and milliseconds. The differences that matter for conversion are small but strict: SubRip numbers each cue, and it writes 00:01:12,400 where WebVTT writes 00:01:12.400.
What SRT cannot carry over from your VTT
WebVTT can position a cue anywhere in the frame, assign it to a region, attach CSS classes, and set alignment or line size per cue. SubRip has no vocabulary for any of that. Those cue settings are dropped rather than approximated, because a guessed position is worse than none. Basic bold and italic tags are common enough that most SubRip-reading software handles them, so they are kept. If the on-screen placement is part of the deliverable, keep the original .vtt alongside the .srt.
Where VTT files usually come from
Almost every .vtt file you encounter arrives from a browser. Streaming platforms deliver captions as WebVTT because that is what HTML5 players read; automatic captioning services export it for the same reason; screen recorders and webinar platforms follow suit. So the pattern is predictable: captions are produced for the web, then someone needs them in an editing suite, a subtitling tool, a media server, or a TV workflow — none of which grew up with WebVTT. Converting to SRT once, at the point the file leaves the browser world, saves you fighting the same import error in every downstream tool. Keep both files if you might publish on the web again later.