Why a Transcript Sometimes Runs for Two Minutes and Then Fails
A short video transcribes instantly, a long one grinds and then gives up. It usually isn't the length — it's how much of the video got downloaded to reach the audio. Here's the mechanism.
There's a specific failure that feels worse than an instant error: the tool accepts your link, works for a minute or two, and then fails anyway. You've waited, and you have nothing.
Short videos on the same platform work fine. Long ones don't. It's tempting to conclude the tool has a length limit — but usually it doesn't, and the real cause is more fixable than that.
Transcription only needs the audio, but not every platform will hand it over
To turn speech into text you need the sound. You don't need the picture at all, and the difference in size is enormous: an hour of speech is a few megabytes as audio, and can be several gigabytes as high-definition video.
Most platforms make this easy by publishing an audio-only version alongside the video ones, so a transcription tool asks for that and downloads a few megabytes.
Some platforms publish no audio-only version. Every option they offer is picture and sound welded together. To reach a few megabytes of speech you're obliged to download a video file — and then it matters enormously which one you pick.
Picking the wrong file is the whole bug
When a platform offers no audio-only option, the natural fallback is to ask for "the best available". That's exactly wrong here. "Best" means the largest, highest-resolution file on the page — and the audio inside it is byte-for-byte identical to the audio inside the smallest one. Same microphone, same recording, same words. The only difference is picture quality that gets thrown away seconds later.
Some real measurements from our own platform, all of them the same video compared against itself:
- A ninety-minute Rumble interview: 897 MB at highest quality against 89 MB at lowest. Ten times.
- A Dailymotion clip: 18.5 MB against 1.4 MB. Thirteen times.
- A Wistia business video: 10.5 GB against 87 MB. A hundred and twenty times.
That last one is not a typo. A single video was pulling over ten gigabytes to reach an audio track smaller than a photo album.
Which is where the two-minute failure comes from
Downloads get a time budget. They have to — without one, a single stalled video would occupy a server indefinitely and everyone else would queue behind it.
If you're downloading 89 MB, the budget is irrelevant; you finish comfortably. If you're downloading 897 MB, you need to sustain roughly 7.5 MB per second for the entire two minutes to make it. Sometimes the network delivers that. Usually it doesn't, and the download is cut off partway.
This explains the pattern that makes it feel random:
- Short videos work. Even at silly quality, a two-minute clip is small enough to finish.
- Long videos fail. Same quality setting, ten times the runtime, and now it can't finish in time.
- The same video fails repeatedly. It isn't luck. It's arithmetic, and the arithmetic doesn't change between attempts.
So a platform in this state looks *flaky* — half its videos work — when it's actually misconfigured in a completely consistent way. That's a much more useful thing to know, because a flaky platform is something you wait out and a misconfigured one is something that gets fixed.
What we changed
Every platform that publishes no audio-only version now takes the smallest version that still carries sound, rather than the largest. The audio is the same either way.
On that ninety-minute Rumble interview, the same link went from failing repeatedly at the two-minute mark to completing in twenty-nine seconds, with an audio track that transcribes identically.
What this means for you
If a transcript is slow and then fails, particularly on a long video, it is worth simply trying again — but the honest answer is that the fix belongs on our side, not yours. There is nothing about your link to correct.
The genuine length limits are much further out than people expect. Multi-hour recordings and full livestream replays transcribe fine; they were never the problem. If you would rather not wait at all, exporting just the audio and uploading the file directly skips the download entirely — your machine sends a few megabytes instead of a server fetching hundreds.