What SRT is
SubRip (.srt) is the common interchange format: cue number, start → end timestamps, then text. Most desktop video editors and many players open it without fuss.
What VTT is
WebVTT (.vtt) is the web-native format for HTML5 <track>. Browsers and many streaming workflows expect VTT. It can carry slightly richer cue settings than classic SRT.
Which should you choose?
Editing in Premiere, CapCut, or VLC → start with SRT. Embedding captions on a website → prefer VTT. Unsure? Download both; they come from the same cues.
How to download from a YouTube video
Paste the link on /youtube-to-srt (or use the box below), open the result, then download SRT or VTT. Timestamps stay aligned with the caption track YouTube published.
Transcript text vs subtitle file
A plain transcript is for reading and search. SRT/VTT are for players: they need start, end, and cue order. Use TXT/Markdown when you want quotes; use SRT/VTT when you want on-screen captions.