Tutorial · Vimeo
How to Download a Vimeo Transcript, Whether You Own the Video or Not
Vimeo does have a transcript export. It is buried three clicks deep, it only produces plain text, it only exists on paid plans, and it only appears if you can edit the video. Here is that path, and the honest answer for every case where it does not apply.
Most articles on this subject answer a question nobody asked. They explain how to run a Vimeo video through a paid transcription service, which is a fine thing to do but is not what you typed into the search bar. You wanted the text that already exists, or you wanted to know why you cannot find it.
So here is the structure of the real answer, before any steps. Whether you can download a Vimeo transcript is decided by two facts: whether captions were ever generated for that video, and whether you have edit rights on it. Those two facts produce three situations, and only one of them has a button.
1. Start here: which of the three cases are you in?
Read the three lines below and jump to the one that matches. It will save you from following instructions that were never going to work in your situation.
- You uploaded the video, on a paid Vimeo plan. There is a real export, it takes three clicks, and it gives you a text file. Go to section 2.
- You are watching someone else's video. There is no export button for you, and the honest route is to ask the owner. Section 3 explains why, and what the technical picture actually looks like.
- The video has no captions at all. Nothing exists to download, for anyone, including the owner. The text has to be created from the audio. Section 4 covers that, and it is the only case where a downloader is part of the answer.
The single most useful fact on this page: on Vimeo, the transcript is not a separate object. It is generated from the captions. No captions, no transcript, no exception.
2. You own the video: the native export, step by step
Vimeo has generated automatic captions for uploads since May 2022, and the transcript export reads from those captions. Two conditions gate it, and both catch people out.
Condition one: a paid plan. Automatic captions ship with Standard and above, as set out in Vimeo's own FAQ on automatic closed captions. On a free account no captions are generated, so the transcript panel has nothing to show. This is the reason most people conclude the feature does not exist.
Condition two: edit permissions. The export lives in the video's settings, not on the watch page, so you need rights on the video and not merely access to it.
If both hold, the path is short, and Vimeo documents it in its help centre article on viewing or downloading a video transcript:
- Sign in to Vimeo and open Library, then select the video.
- In the left-hand panel of the video's settings, open Languages.
- Click the three vertical dots next to the transcript entry for your language.
- Choose Download.
What lands on your disk is a plain .txt file: continuous text, no timestamps, no speaker labels. Vimeo does not offer .srt, .vtt, .json or .pdf from that menu. If you specifically need a timed caption file, that is a different asset from the transcript export, and the distinction is explained in section 5.
Two conditions also apply to the automatic captioning itself: the video has to be eight hours or shorter, and the audio has to be clean enough to work with. A long silence at the start, heavy background noise or overlapping speakers all degrade the result, sometimes to the point where the transcript is not worth cleaning up.
Which brings up the step everyone skips. Automatic transcription mishears proper nouns, product names, industry jargon and acronyms with total confidence. Read the file once before you publish or reuse it anywhere, and fix the vocabulary specific to your field. This costs a few minutes and is the difference between a useful asset and an embarrassing one.
3. You are a viewer: what you can and cannot reach
If you did not upload the video, the transcript export is not in your interface, because it is attached to the video's settings rather than to the player. That is the practical answer, and there is a second answer worth being precise about.
Vimeo does expose text tracks through its APIs. The REST endpoint for a video's text tracks requires a developer token, and the tokens in the response are short-lived. The Player SDK exposes getTextTracks(), which returns the metadata of the available tracks, their language, kind and label, and not their contents. Neither of these is a viewer-facing download, and neither is a loophole: Vimeo's terms of service prohibit accessing, reproducing or redistributing content unless the service expressly permits it or you have prior written permission from the rights holder. Reaching a file over the network is not the same as being allowed to keep it.
So the route that actually works, and that costs the least effort, is unglamorous: ask the person who owns the video. Exporting a transcript takes them under a minute, and unlike anything else on this page it leaves you with the clean version rather than a scraped approximation. If the video is part of a course you paid for, the same applies, and a lot of course platforms sit on Vimeo Pro behind the scenes, which is the situation covered in the guide to saving Thinkific course videos.
If the owner is unreachable and you still have legitimate need of the text, section 4 is your route: transcribe the audio you are entitled to have.
4. There are no captions at all: transcribe it yourself
This is the most common case in practice, and the only one where a video downloader belongs in the answer. If the video was uploaded on a free plan, or captions were never enabled, then no transcript exists anywhere, for anybody. The text has to be produced from the audio, and that takes two steps.
Step one: get the audio
You need a local file to feed a transcription model. For a Vimeo video you have the right to keep a copy of, Vidora saves it as an MP4 with the audio track muxed in, at up to 1080p, which is the input any transcription tool expects. The full walkthrough for that part lives in the guide to downloading Vimeo videos. If the video is private, password-protected or restricted to a domain, read what works with private Vimeo videos first, because the restriction type changes what is possible.
Step two: transcribe locally
Whisper, the open-source speech recognition model, runs on your own machine, costs nothing, handles a long list of languages and produces both plain text and timed .srt or .vtt output. That last point matters: it gives you something Vimeo's own export does not, namely timestamps. Hosted alternatives such as Descript or Sonix are faster to set up and cost money per hour of audio, and they send your file to a third-party server, which is worth thinking about if the content is confidential.
The honest trade-off: a locally transcribed file needs more cleanup than Vimeo's own captions on clear studio audio, and needs less than you would expect on anything conversational. For a one-hour recording, budget ten minutes of proofreading either way.
5. Captions, subtitles, transcript: three different things
These three words get used interchangeably in most articles on this topic, which is why so much advice about Vimeo transcripts turns out to be advice about something else. Vimeo itself keeps them distinct.
- Captions are same-language text that also describes relevant non-speech sound, written for deaf and hard of hearing viewers. Displayed over the video, timed to it.
- Subtitles translate the dialogue into another language, and assume the viewer can hear the rest. Also displayed over the video, also timed.
- A transcript is the flat text of what was said, with no timing, meant to be read, searched or repurposed rather than shown on screen.
The practical consequence for anyone searching: if you need text to paste into a document, summarize or feed to a model, you want the transcript. If you need something a video player can display, you want a caption file, and Vimeo's transcript export will not give you one because it has no timestamps at all.
6. What Vidora does and does not do here
We build a video downloader, and this page would be a natural place to claim it solves the transcript problem. It does not, and pretending otherwise would waste your time.
What Vidora does not do: it does not download Vimeo transcripts or Vimeo caption files. Vidora reads subtitle tracks that a page publishes as standard HTML <track> elements. A Vimeo player iframe does not publish any: Vimeo delivers captions through its own player machinery instead. So on a Vimeo video, Vidora has no subtitle track to offer, and it does not pretend to.
What Vidora does do: it downloads the Vimeo video itself as an MP4 with the audio track included, which is exactly the input step four of section 4 needs. On sites that do publish standard <track> elements, and there are many outside Vimeo, a Subs button appears next to Download and multi-track videos get a language picker.
That distinction is the whole reason this section exists. A tool that claims every capability is a tool you cannot trust on the one you actually need. The same principle drives a design decision we are quietly proud of: Vidora refuses to save a file it knows is incomplete, and switches engine instead, rather than writing a broken MP4 to your disk and calling it a success.
7. What you are allowed to do with it
Vimeo's terms of service are explicit: you may not access, reproduce, download or redistribute content except where the service expressly allows it or you have prior written permission. That applies to transcripts and caption files exactly as it applies to the video.
Clearly fine:
- Exporting the transcript of a video you uploaded
- Transcribing a recording you own, or one you commissioned
- Working with content whose owner has given you permission, ideally in writing
- Keeping a personal copy of material from a course you paid for, where the terms allow it
Not fine:
- Harvesting caption files from videos you have no rights to, however easy it looks
- Republishing someone else's transcript, in whole or as a "summary" that reproduces the substance
- Using another creator's transcript as SEO filler on your own site
None of this is legal advice. The workable rule: if you would be comfortable telling the owner what you did, you are almost certainly fine, and if you would not, that discomfort is the answer.
8. Frequently asked questions
Can I download a Vimeo transcript for free?
Not through Vimeo itself. Automatic captions, which are what the transcript export is built from, are a paid-plan feature: Standard and above. On a free account there is nothing to export, because no captions were ever generated. What is free is transcribing the audio yourself with an open-source model like Whisper, on a video you have the right to keep a copy of.
What file format does Vimeo export a transcript in?
Plain text only. Vimeo's transcript download gives you a .txt file, with no timestamps and no speaker separation. It does not export .srt, .vtt, .json or .pdf. If you need a timed caption file rather than a block of text, you need the caption file itself rather than the transcript export, or a conversion step afterwards.
Can I download the transcript of someone else's Vimeo video?
Vimeo's transcript download requires edit permissions on the video, so as a viewer you will not find that option. More importantly, Vimeo's terms of service prohibit accessing or reproducing content unless the service expressly allows it or you have prior written permission. Being technically able to reach a caption file does not make it authorized. Ask the owner: it takes them about ten seconds to export and send.
Does Vidora download Vimeo transcripts?
No, and we would rather say so plainly. Vidora reads the subtitle tracks that a page exposes as HTML track elements, and a Vimeo player iframe does not expose any. Vidora downloads the Vimeo video itself, in MP4 with audio, which is the input you need if your plan is to transcribe the audio locally. For the transcript specifically, use Vimeo's own export if you own the video.
What is the difference between captions, subtitles and a transcript?
Captions are same-language text that also describes relevant sounds, written for deaf and hard of hearing viewers. Subtitles translate the dialogue into another language and assume you can hear. A transcript is neither: it is the flat text of what was said, without timing, meant to be read or searched rather than displayed over the video. On Vimeo the transcript is generated from existing captions, so no captions means no transcript.
About the author
RGC Digital LLC builds Vidora, a video downloader Chrome extension for Vimeo, HLS streams, MP4 and more. Based in Albuquerque, NM. We write about video tooling, streaming protocols, and Chrome extension engineering.