How to download a YouTube video for transcription
You want to transcribe a YouTube video. Most people don't actually want the video file — they want the words inside it. But sometimes you need the file locally first: for offline transcription, editing, archival, or because the in-browser URL tools keep failing on you. This guide covers the four free methods that actually work in 2026, ranked by how non-technical they are.
First, the obvious question: if you just want a transcript, you don't need to download anything. Mictoo accepts uploaded MP4, M4A, MP3 and other audio/video files directly and gives you text with timestamps, SRT subtitles, and an AI summary.
You only need this guide if (a) the file isn't already on your computer, or (b) you tried a URL-input tool and it failed (most of them break regularly because YouTube blocks the data-center IPs they run on).
↑ I already have the file, take me to transcriptionMethod 1 — 4K Video Downloader (easiest)
The most user-friendly option. Installs as a regular app on macOS, Windows or Linux. Paste a YouTube URL, pick the quality, click Download. Free tier covers single videos (paid tier adds playlists and channel subscriptions, which you probably don't need).
Steps
- Download from 4kdownload.com and install.
- Copy the YouTube video URL from your browser.
- Open 4K Video Downloader. Click Paste Link.
- Pick the format: MP4 1080p for the video itself, or Extract Audio → M4A if you only need the audio for transcription.
- Pick a destination folder. Click Download.
For transcription, M4A (or MP3) is plenty. Mictoo doesn't need the video. Audio-only downloads are five to ten times smaller and finish in seconds.
Method 2 — yt-dlp (power users)
Open-source command-line tool, always up to date with YouTube's changes. The preferred option for developers, journalists, archivists, and anyone comfortable in a terminal. Free, no ads, no GUI to update.
Install
# macOS (Homebrew)
brew install yt-dlp
# Windows (winget)
winget install yt-dlp
# Linux (pipx)
pipx install yt-dlpDownload video (MP4)
yt-dlp "https://www.youtube.com/watch?v=VIDEO_ID"Audio only (MP3, fastest for transcription)
yt-dlp -x --audio-format mp3 "https://www.youtube.com/watch?v=VIDEO_ID"-x extracts audio, --audio-format mp3 sets the container. Drop the result into Mictoo.
If you get "Sign in to confirm you're not a bot"
YouTube's 2024 bot-detection sometimes catches yt-dlp. Pass your browser cookies and it works again:
yt-dlp --cookies-from-browser chrome "https://www.youtube.com/watch?v=VIDEO_ID"Works with firefox, safari, edge too.
Method 3 — ClipGrab (GUI alternative)
Free GUI app for macOS, Windows, Linux. Lighter than 4K Video Downloader, simpler than yt-dlp. Good middle option if 4K Video Downloader's free-tier limits bother you and you don't want a terminal.
Steps
- Download from clipgrab.org and install.
- Copy the YouTube URL.
- Open ClipGrab. Paste the URL into the search box at the top.
- Choose format: MP4 for video, MP3 for audio-only.
- Pick quality (720p is usually fine for transcription source material). Click Grab this clip!
ClipGrab updates less frequently than yt-dlp, so it occasionally lags behind when YouTube changes their video delivery format. If a download fails, fall back to Method 2.
Method 4 — Screen recording (last resort)
When nothing else works (private videos, age-restricted content where you don't want to share cookies, or an unusually broken video), screen recording is the universal fallback. Quality is lower because you're re-encoding the browser's playback, but it always works.
macOS — QuickTime Player
File → New Screen Recording. Record the browser window playing the video. Audio comes through if you set the mic input to your system audio (BlackHole or Loopback for clean output). Export as MP4.
Windows / macOS / Linux — OBS Studio
OBS Studio (free) handles screen + audio recording across all platforms. Set up a Display Capture source and an Audio Output Capture source, click Start Recording, play the video, click stop. Output is MP4 or MKV.
Screen recording is fine for transcription purposes (you only need clear speech, not pristine audio) but the file will be larger than a direct download because you're re-encoding playback in real time.
Skip: browser extensions and random websites
Most browser extensions claiming to download YouTube videos are either dead (Chrome removed them from the Web Store years ago for ToS violations) or sketchy (asking for permissions they don't need, injecting ads). And the random "ytmp3.cc"-style sites in Google's top results for "youtube to mp4" are mostly AdSense doorways with popup ads, fake virus warnings, and hijacked back buttons. The four desktop methods above are the only reliable, ad-free routes.
A note on what's legal to download
YouTube's Terms of Service say users can't download content unless YouTube provides a download button. In practice, the rules people actually follow:
- OK: downloading your own uploads, public domain content, Creative Commons-licensed videos, and content where the creator has given explicit permission (or used the #nodownload tag's opposite signal).
- OK in practice: personal use like transcription, accessibility, language learning, research, education — though technically still against ToS.
- Not OK: redistributing the video, monetising downloaded content, removing copyright notices, or downloading from creators who've marked their videos with
#nodownloadin the description.
We are not lawyers. When in doubt, ask the creator or check the video's license.
You have the file — now transcribe it
Drop the MP4 or MP3 into Mictoo for a free transcript with timestamps, SRT subtitles, and an AI summary. No signup needed for files up to 25 MB.
FAQ
Which method should a non-technical person use?
4K Video Downloader. It has a normal app installer, a simple paste-and-click interface, and works on macOS, Windows, and Linux. The free tier is enough for single videos.
Why not just use an online YouTube-to-MP4 site?
They work intermittently. YouTube blocks the data-center IPs that those sites run on, so any given query fails about half the time. The ones that consistently work tend to be heavily ad-laden (popups, fake virus warnings, redirect chains). Desktop tools run on your home IP and are far more reliable.
Is yt-dlp safe?
Yes. It is open-source, widely audited, and the de facto standard for YouTube downloading. Major archive projects (Internet Archive, Library of Congress) use it. Just make sure you install from the official source (github.com/yt-dlp/yt-dlp or your package manager) — not a random Google result.
How big is a typical download?
A 10-minute YouTube video at 1080p is roughly 100-200 MB as MP4, or 5-10 MB as MP3 audio-only. For transcription you almost always want the smaller audio-only file.
Will the downloaded video have ads embedded?
No. All four methods download the underlying video file directly from YouTube, bypassing the player layer that injects ads. Sponsored segments inside the creator's own content stay (those are part of the video itself).
Can I download age-restricted or private videos?
Age-restricted: yes, with yt-dlp + browser cookies (the --cookies-from-browser flag). Private (set to private, not unlisted): only if you have the link AND are signed in as an authorized viewer, then yes with the same cookies flag.
What about livestreams or premieres?
yt-dlp can record live streams in real time with --live-from-start. 4K Video Downloader can also download completed live streams (after the stream ends). Premieres work the same as regular videos once they've aired.
Will Mictoo download YouTube videos for me?
No. We do not run a YouTube downloader on our servers. YouTube's Terms of Service prohibit it, and downloader infrastructure (residential proxies, constant yt-dlp updates) is expensive and brittle. We are a transcription tool. Download the file with one of the methods above, then drop it into us for the transcript.
How do I know if a YouTube creator allows downloads?
Look in the video description for #nodownload — that means no. Look in the description or About page for "Creative Commons", "CC-BY", or "public domain" — that means yes. If neither is mentioned, the default is no but personal-use exceptions (transcription, accessibility, study) are widely tolerated.
Can I batch-download a whole playlist?
4K Video Downloader paid tier and yt-dlp both support it. yt-dlp: just paste the playlist URL instead of a video URL. ClipGrab and free 4K do single videos.
What if I just want the transcript and never the video?
Skip this guide entirely. Open the video on YouTube, click Show transcript under the video description (the three-dot menu also has it). Copy-paste that. Or, if you want a cleaner transcript with timestamps and SRT export, download the audio with Method 1 or 2 above and drop it into Mictoo.
Is screen recording really worse quality?
For transcription, the difference is negligible. Speech recognition cares about clear voice frequencies, not bitrate. A screen recording of a 1080p YouTube video will transcribe just as accurately as the direct download in 99 percent of cases.
Related guides