Music Downloader

YouTube Subtitle Downloader

This tool is coming soon.

Downloading YouTube subtitles: choosing between TXT, SRT and VTT

Three formats, three jobs

The words inside all three files are the same. What differs is how the timings are written and which software agrees to read them.

  • SRT — the most widely supported subtitle format. Desktop players and video editors all accept it. If you are unsure, take this one.
  • VTT — the format built for players on the web. Use it when you attach subtitles to a video on your own page with a track element.
  • TXT — not a subtitle file at all, but plain text to read, paste into a document or feed to another tool. Timestamps are optional here.

Why renaming an SRT does not turn it into a VTT

The two formats differ in exactly one character in every timing line: SRT separates milliseconds with a comma, VTT with a full stop. On top of that, VTT requires a header line identifying the file, while SRT numbers each cue instead.

So renaming a .srt file to .vtt achieves nothing. The player opens it, finds a structure it does not recognise and discards the whole file — usually without any error message. Download the format you actually need.

Are automatic captions good enough to ship as subtitles?

They are usable, but review them first. Automatic tracks break lines on the speaker's pauses, which produces very short cues that flicker on screen, and they lack punctuation and often misspell names. For anything that matters, open the file in a subtitle editor, merge the short cues and add punctuation.

When the channel has uploaded its own captions, prefer that track: the lines are already broken at sentence boundaries, so there is usually nothing to fix.

Naming the file so the player finds it

Most players look for a subtitle file sitting next to the video with the same name. If the video is movie.mp4, save the subtitle as movie.srt and it loads automatically when you press play — no manual step needed.

If you would rather read the text on the page, segment by segment with timestamps, and copy it, use the YouTube transcript tool.

Frequently asked questions

Will accented characters survive the download?

Yes. Files are written as UTF-8, which every current player and editor reads correctly.

Can I download several languages from one video?

Yes. Pick a language, download, then pick another and download again — no need to paste the link a second time.

Why is the preview shorter than the file?

The preview is trimmed so long videos do not slow the page down. The downloaded file is always complete.

Are subtitles embedded in the video file?

No. The subtitle is a separate file, downloaded separately and paired at playback.

0