Why downloaded video has no subtitles
TL;DR — Diagnose why a downloaded video has no subtitles by checking whether captions were separate files, embedded tracks, or burned-in video text.
Related tool
Extract Subtitles from Video
When a downloaded video has no subtitles, the captions were often never inside the video file. Many websites show captions by loading a separate .vtt or .srt file next to the video. If you download only the video, that caption file is left behind.
Quick answer
Check whether the downloaded file contains an embedded subtitle track. Use Extract Subtitles from Video to inspect the file locally in your browser. If no text track is found, look for a separate caption file from the original page or export source.
If subtitles were permanently visible in the video image, they may be burned in. Burned-in subtitles cannot be extracted as clean text without OCR.
Why subtitles are missing after download
The captions were loaded as a separate file
HTML5 video pages often attach captions like this:
<video controls src="lesson.mp4">
<track kind="subtitles" src="lesson.en.vtt" srclang="en" label="English" default />
</video>
In that setup, lesson.mp4 and lesson.en.vtt are separate files. Downloading only the video gets the picture and sound, but not the subtitles.
This is common with:
- course videos
- product demos
- HTML5 video embeds
- WebM pages with external WebVTT tracks
- players that let you switch caption languages
If the original page still works, inspect the page or download options for a .vtt, .srt, transcript, or captions link.
The video has no embedded subtitle stream
Some video containers can store subtitles inside the file. MKV usually supports this well. MP4, MOV, M4V, and WebM can contain caption tracks too, but many exports do not include them.
Use the extractor to check:
- Open Extract Subtitles from Video.
- Choose the downloaded video file.
- Check whether the tool finds a text subtitle stream.
- Export the track if one exists.
If no subtitle stream appears, the file probably contains only video and audio. The subtitles must come from a separate file, the original project, or OCR.
The visible subtitles were burned into the video
If subtitles are always visible and there is no captions menu, they may be burned into the video image. In that case, the text is part of the pixels, not a separate subtitle track.
Burned-in captions can be watched, but they cannot be extracted as normal SRT or VTT. You need OCR or a transcript source to rebuild editable captions.
Read Embedded vs burned-in subtitles when you are not sure which kind you have.
The subtitle language was not included in the download
Some platforms offer multiple caption languages in the player but only package one language, or none, into the downloadable video.
Check whether the download menu has a separate caption option. If you need subtitles for YouTube, HTML5 video, Plex, or a course platform, keep the video and the subtitle file together instead of expecting one file to contain everything.
Recovery workflow
- Play the downloaded video and look for a captions or subtitles menu.
- Inspect the file with Extract Subtitles from Video.
- If an embedded text track exists, export it.
- If no track exists, return to the source page and look for
.srt,.vtt, transcript, or captions download links. - If captions were burned in, use OCR or rebuild captions from a transcript.
- Convert the recovered subtitle file to the format your player needs.
For browser playback, convert SRT captions to WebVTT with SRT to VTT. For older editors, convert VTT back to SRT with VTT to SRT.
Common mistakes
Assuming a player menu means subtitles are embedded
A captions menu only proves the player can show captions. It does not prove the captions are stored inside the downloaded video.
Downloading only the video URL
Direct video URLs usually point to video streams only. The caption track can live at a different URL.
Expecting burned-in captions to export as text
Burned-in captions are visible, but they are not subtitle data. Use OCR or a transcript source when the extractor finds no text track.
Related guides
- How to extract subtitles from video
- Embedded vs burned-in subtitles
- Why WebM subtitles are not showing
- Why subtitles are missing after conversion
- Why subtitles do not show in HTML5 video
Related tools
Use the Extract Subtitles from Video
Extract embedded text subtitle tracks from MKV, MP4, MOV, and WebM files locally with no video upload. No signup, no upload, and everything runs locally in the browser.
Open Video extractor