How to download YouTube videos with subtitles

Subtitles aren't just accessibility — they're useful for language learning, reviewing educational content, citing exact fragments, or just watching videos without audio in public places. In this guide I'll show you how to download both the video and its subtitles separately with YTSavr.

Why download subtitles separately?

Common reasons:

How to download video + subtitles

1. Copy the YouTube link

Share → Copy link, or copy the URL from the browser.

2. Paste it in YTSavr

Go to ytsavr.com, paste the link and tap Search video.

3. Select the subtitles option

Next to video quality options (1080p, 720p, etc.), if the video has subtitles available, you'll see the "Include subtitles" option with a language picker.

Common languages you'll find:

4. Download

Tap Download. You'll get 2 files:

Or a single ZIP with both files inside.

How to use the SRT file

In VLC Media Player

  1. Put the SRT file in the same folder as the MP4, with the same name (only the extension differs)
  2. Open the MP4 with VLC
  3. VLC loads subtitles automatically
  4. If they don't show, go to Subtitle → Subtitle Track → Track 1

On iPhone player

iOS automatically detects SRT files next to MP4. If you open with Files app and subs don't appear, try Infuse or VLC for iOS.

On Android

MX Player and VLC for Android recognize SRT automatically. Place the SRT in the same folder as the MP4.

On PC with Plex / Jellyfin / Kodi

Any media library system recognizes SRT next to the MP4 if they share the same base name. Useful for maintaining a personal video library with subs.

Auto-generated vs. manual subtitles

Auto-generated by YouTube

Manual (uploaded by creator)

If the video has both, download the manual ones.

Auto-translations

YouTube offers auto-translating subtitles to 50+ languages. They are:

If you need professional subtitles for commercial use, consider a human translation service.

Permanently embedding subtitles

If you want subtitles to ALWAYS show on the video (not as a separate track), you can "burn them in" with software:

HandBrake (free)

  1. Open the MP4 in HandBrake
  2. Go to the "Subtitles" tab
  3. Import the SRT
  4. Check "Burned In"
  5. Encode the video

FFmpeg (command line)

For terminal lovers:

ffmpeg -i video.mp4 -vf subtitles=subs.srt video-with-subs.mp4

Frequently asked questions

What format are the subtitles?

We deliver subtitles in SRT format (standard). All modern players like VLC read them without issue.

Does it work with YouTube auto-generated subtitles?

Yes. YouTube generates auto-subtitles for almost any video with clear voice. Those can also be downloaded.

Can I download subtitles in other languages?

Yes, if the creator uploaded subtitles in other languages or YouTube offers auto-translation. You'll see a list of all available languages.

Are subtitles embedded in the video?

By default no. We give you the SRT separately so you decide whether to activate them in your player. To embed permanently, use HandBrake or FFmpeg.