TL;DR: A movie's subtitles come in one of three forms, and the method depends on which you have. If you can switch the subtitle off, it is a track you extract; if it is a DVD or Blu-ray it is an image track you OCR; and if it stays on screen no matter what, it is burned in and you OCR the frames. This guide points you to the exact steps for each.
First, what kind of subtitle does your movie have?
Before extracting anything, run one test: open the movie in a player and try to turn the subtitle off. What happens tells you which of three forms you are dealing with:
- The subtitle turns off — it is a track inside the file, and you can extract it directly to text.
- The subtitle will not turn off — it is burned into the picture, and you have to OCR the frames.
- It is a physical disc — DVD and Blu-ray subtitles are image tracks, so they turn on and off but still need OCR to become text.
For the full breakdown of every subtitle form and how each is stored, see The 4 Kinds of Subtitles — and How to Extract Each. Once you know which form you have, jump to the matching section below.
A movie file with a soft subtitle track (MKV/MP4)
If the movie is an MKV or MP4 with a toggleable text track, this is the easy case. One free command pulls the subtitle out as a ready-to-use SRT in seconds — no OCR, no re-encode.
The full step-by-step commands are in the format-specific guides: Extract Subtitles from an MKV and Extract Subtitles from MP4. Both cover how to list the tracks first, pick the right language, and save it as SRT.
A DVD or Blu-ray movie
Disc subtitles are not text. They are image tracks — VobSub on DVD, PGS on Blu-ray — where each subtitle is stored as a picture the player overlays on the video. Because there is no text inside them, disc subtitles must be OCR'd into an SRT before any editor or platform can read them.
The full walkthrough — ripping the disc and turning the image track into a clean, timed SRT — is here: Extract Subtitles from a DVD.
A movie with burned-in (hardcoded) subtitles
Some rips have the subtitle baked directly into the picture, with no separate track to pull. This is common with downloaded movies and re-encodes: the subtitle is visible on every frame, but the file lists no subtitle stream at all. The only way to recover the text is to OCR the video frames.
GeekLink does this locally on a Mac — it reads the subtitle text from the frames, merges duplicate frames into single cues, and exports a timed SRT with nothing uploaded. Full steps: Extract Hardcoded Subtitles with OCR.
Getting a clean SRT on a Mac
All three routes end at the same place — an editable SRT you can proofread, retime, or translate:
- Soft text track — one command extracts it directly to SRT.
- Disc or burned-in — OCR the images or frames into an SRT with GeekLink, locally and offline on your Mac.
Once you have the SRT, GeekLink can also translate it into other languages with AI while keeping the original timing, or burn the result back into the video. It runs speech recognition too, if a movie has no usable subtitle in any form and you need to transcribe the audio instead.
FAQ
How do I extract subtitles from a downloaded movie?
If it is an MKV or MP4 with a text track, pull it with one free command; if the subtitle is an image (from a disc) or burned into the picture, there is no text to copy, so you OCR it into an SRT.
My movie has no separate subtitle file — where are the subtitles?
They may be a track inside the movie file, an image track on a disc, or burned into the picture. The quickest way to tell is the toggle-off test: try turning the subtitle off in a player. If it turns off it is a track; if it will not, it is burned in.
How do I get subtitles off a DVD or Blu-ray movie?
Those are image tracks (VobSub on DVD, PGS on Blu-ray), not text. Rip them from the disc and OCR the images into an SRT — see the DVD guide for the full steps.
The movie's subtitles will not turn off — can I still extract them?
Yes. If they will not turn off, they are burned into the picture, so no extractor can pull them out. You OCR the frames to read the text into an SRT.
Can I get the movie subtitle as an editable SRT?
Yes. Text tracks extract directly to SRT, and image tracks or burned-in subtitles become an editable SRT after OCR. From there you can edit, retime, or translate it.