How to transcribe a meeting for free
TL;DR
Three genuinely free paths: (1) SeaMeet — 15 minutes of live transcription free with no signup, works in your browser, 20+ languages; (2) Whisper — open-source local transcription, runs on your laptop, unlimited length but requires setup; (3) each meeting platform's built-in transcript (Zoom Cloud, Meet, Teams) — free only on paid plans, which most people already have. All three produce a real transcript. SeaMeet is the fastest to start; Whisper is the most flexible for long recordings you already have on disk.
No signup · 15 min free · works on Chrome, Edge, Safari
Free tier — 15 minutes, no signup
Method 1 · SeaMeet browser recorder (fastest to start)
The fastest path if you don't already have a recording file. Runs in Chrome, Edge, or Safari on desktop. Captures audio from your browser tab or system, transcribes in 20+ languages live, generates a summary at the end. Free for the first 15 minutes per session — after that transcription pauses (recording keeps going); Sync Pro removes the cap. No account, no email required for the free tier.
- 01
Open app.seameet.ai in a browser tab
Chrome, Edge, or Safari on desktop (mobile browsers don't expose tab-audio capture).
- 02
Click "Start recording"
Pick "A browser tab" and select the tab where your meeting is running (Zoom Web, Meet, Teams Web, WhatsApp Web, etc). Tick "Share tab audio" — this is the transcription source.
- 03
Live transcript streams in the panel
Every word your speakers are playing gets transcribed in real time. Speaker attribution is best-effort based on voice pattern; you can rename speakers after.
- 04
Hit Stop when done
Recording, transcript, and AI summary appear in your SeaMeet library. Free tier lets you export the transcript to text or clipboard.
Free forever, requires 15-min setup
Method 2 · Whisper (open-source, run locally, unlimited length)
OpenAI's Whisper is an open-source speech-to-text model released in 2022 and improved several times since. You install it on your laptop and feed it audio or video files. It runs offline (no cloud, no data leaving your machine), handles files of any length, supports 90+ languages, and produces a clean transcript. The tradeoff: you need to know how to install a Python package (or use a wrapper like whisper.cpp for a native binary).
- 01
Install whisper via pip or brew
Simplest: `pip install openai-whisper` (needs Python 3.8+ and ffmpeg on your PATH). For a native binary with no Python, use whisper.cpp: `brew install whisper-cpp` on macOS.
- 02
Grab your meeting recording file
This works on any recording you already have — Zoom Cloud Recording download, phone screen recording, QuickTime capture, whatever. mp4, mov, mp3, m4a, wav all work.
- 03
Run: whisper recording.mp4 --model medium --language en
The medium model is a good balance of accuracy vs. speed. Use `--model large` for best quality on important recordings; `--model small` for speed on cheap laptops.
- 04
Read the .txt / .vtt / .srt files it produces
Whisper writes a plaintext transcript, a WebVTT subtitle file, and an SRT subtitle file to the same folder. Import any into your notes tool.
Free on paid plans (you may already have it)
Method 3 · Your meeting platform's built-in transcript
Zoom, Google Meet, and Microsoft Teams all generate transcripts automatically as part of their native recording feature on paid plans (Zoom Pro+, Workspace Business Standard+, M365 Business Basic+). If your workspace already pays for one of these, the transcript is a checkbox — no additional tool needed. Free plans on any of the three don't include transcripts.
- 01
Confirm your workspace has the paid tier
Zoom → check billing page for Pro/Business/Enterprise. Google Workspace → check plan (must be Business Standard+). Microsoft 365 → Business Basic or higher.
- 02
Start the meeting's native recording
Zoom: Record → Record to the Cloud. Meet: Activities → Recording → Start recording. Teams: More (…) → Record and transcribe → Start recording.
- 03
End the meeting, wait for processing
Zoom Cloud recording + transcript takes 5-30 minutes. Meet transcripts arrive in the organizer's Drive as a Google Doc. Teams transcripts land in OneDrive + Stream.
- 04
Download or share the transcript
Zoom: Recordings tab → transcript.vtt / transcript.txt. Meet: Docs → Meet Recordings folder. Teams: OneDrive → Recordings folder.
15 min free · Chrome, Edge, or Safari on desktop
FAQ
Frequently asked questions
What's the best free transcription tool if I already have a recording? +
What accuracy can I expect from a free tool? +
Are there any real gotchas with free transcription? +
Can I transcribe a meeting I didn't record? +
How long does Whisper take? +
Does SeaMeet's free tier actually work with no signup? +
What about "free trial" tools like Otter or Fireflies? +
What's the best free transcription for non-English meetings? +
Ready to try SeaMeet?
No signup. Free for the first 15 minutes. Works in your browser.
Chrome, Edge, or Safari on desktop