Use case · Updated April 29, 2026

How to Transcribe a Zoom Recording — Free, in 10 Seconds

No software install, no account, no waiting in a queue. Drop your Zoom file, get a transcript with timestamps and speaker labels.

Yes — any Zoom recording (cloud or local) can be transcribed for free in your browser. Drop the audio_only.m4a (or the .mp4) onto ScribeForge and Grok STT returns the transcript in 10–30 seconds, with phrase-level timestamps and per-speaker labels. No code, no install, no signup.

Where Zoom saves your recording

TypeWhere it livesBest file to use
Cloud recordingzoom.us/recording (sign in)audio_only.m4a — click Download next to it
Local (Mac)~/Documents/Zoom/<date>/audio_only.m4a
Local (Windows)%USERPROFILE%\Documents\Zoom\<date>\audio_only.m4a

Use audio_only.m4a whenever it exists. It is roughly 10× smaller than the video.mp4 and produces an identical transcript — the video adds nothing for speech-to-text.

The 3-step workflow

  1. Open ScribeForge — go to scribeforge.tech in any browser. Mobile or desktop, both work.
  2. Drop the .m4a onto the upload zone. Files up to 25 MB are accepted — about 25 minutes of audio_only.m4a at default Zoom quality.
  3. Click Transcribe. Grok STT returns the transcript in 10–30 seconds with phrase-level timestamps and speaker labels. Copy, download as .txt, or upgrade for unlimited.

If your meeting is longer than 25 MB

Split it into chunks with ffmpeg:

ffmpeg -i meeting.m4a -f segment -segment_time 1500 -c copy chunk%03d.m4a

This produces 25-minute chunks (chunk000.m4a, chunk001.m4a…) that each fit under the 25 MB cap. Transcribe each chunk individually and concatenate the transcripts.

What to do with the transcript

Common questions

Will it work with both audio_only.m4a and the full video.mp4?

Yes — both work. Grok STT extracts the audio track from .mp4 automatically. The .m4a is preferred only because it is smaller and uploads faster.

Can it tell the speakers apart?

Yes. Grok returns automatic diarization (Speaker 1, Speaker 2, …) per phrase. Accuracy depends on each speaker having a distinguishable voice and minimum few seconds of speech.

Is anything stored on ScribeForge after the transcript?

No. Audio is sent to xAI's Grok STT API for processing and deleted immediately. The text transcript exists only in your browser tab — close it and it is gone.

Are Zoom recordings sometimes denied?

Only if they are above the 25 MB browser cap. Anything below 25 MB processes regardless of length. If denied for any other reason, the response includes the actual error from xAI.

Drop a Zoom recording and read it in 30 seconds.

Transcribe Zoom recording free →

No account · No credit card · 2 free uses/day per IP

Related guides