Formats

How to transcribe an M4A file to text, and what M4A actually is

Transcribe M4A to text in your browser. What Apple's extension really means, where M4A files come from, and why a purchased track refuses to open.

To transcribe an M4A file to text, drop it on the home page and let the browser decode it. Nothing is uploaded. The confusing part is the extension, not the job. M4A is not a format of its own. It is an MP4 container carrying audio and no video, which is why the same recording turns up as .m4a on one machine and .mp4 on another, why renaming it rarely achieves anything, and why one M4A transcribes on the spot while an old purchased track refuses to open at all.

M4A is an extension sitting on top of the MP4 container

MDN’s guide to media container formats traces the lineage: “The MP4 file format is derived from the ISO base media file format, which is directly derived from the QuickTime file format developed by Apple.” The same guide is careful about how far that family tree reaches, noting that QuickTime and MP4 “are not quite interchangeable”. What makes an M4A an MP4 is not the lineage. It is the container the file actually uses.

MDN lists the extensions side by side: .mp4 and .m4a for the audio/mp4 type, .mp4, .m4v and .m4p for video/mp4. Four distinct extensions, one container. The extension is a hint about what is inside, and nothing more.

Renaming a file does not convert it. Changing .m4a to .mp4 relabels a box whose contents stay as they were, and a program that rejected the bytes before will reject them after. You should not need to rename anything here anyway. The tool reads the first bytes of the file to work out the container, so an M4A saved as .mp4, or an MP4 with no video track, both go down the same path. For actual video files, getting a transcript out of an MP4 covers what happens to the picture.

What an M4A file can be carrying

The container tells you almost nothing about the audio inside it. MDN lists four audio codecs browsers support in an MP4: AAC, FLAC, MP3 and Opus. Apple’s own guides name AAC for the recordings and exports covered below, so AAC is what the rest of this assumes.

The documented exceptions change what you get. Apple’s Voice Memos settings let you pick the audio quality: “Choose either Compressed (for lower-quality, smaller files) or Lossless (for high-quality, larger files).” Lossless gives you a much bigger file holding audio no encoder has thinned out.

QuickTime Player goes further, and its top setting is not an M4A at all. Apple’s guide describes High as 44100 Hz AAC audio, and Maximum as “44100 Hz, uncompressed Linear PCM 24-bit AIFF-C audio”, which it warns “can use large amounts of storage space”. Pick Maximum and the result is an uncompressed AIFF-C file rather than an M4A.

For decoding, this shakes out simply. AAC is read by the browser’s own audio decoder, which is why an M4A needs no conversion step and no software installed. Anything the browser cannot decode produces a message naming the codec it found and suggesting you convert to MP3, WAV or M4A first. It fails loudly rather than quietly.

What none of this changes is the audio the model ends up hearing. Every file is mixed to one channel and resampled to 16,000 samples per second before the first word is recognised. The MP3 post works through what that does to the quality argument, and the reasoning applies to AAC unchanged.

Where your M4A came from, and what to expect from it

Apple apps write M4A in several places, and knowing which one made your file tells you whether a better copy exists.

Where it came from What you get What to do
iPhone Voice Memos M4A at whichever audio quality is set Transcribe it as it is
QuickTime Player, High quality 44100 Hz AAC audio Transcribe it as it is
QuickTime Player, Maximum quality Uncompressed AIFF-C, not an M4A Record at High next time, or convert it to WAV
GarageBand, Share > Export Song to Disk Whichever of AAC, MP3, AIFF or WAVE you picked AAC is the M4A option
Music, after File > Convert A new copy in the format set in Import Settings Use the original if you still have it
Purchased music bought years ago Possibly Protected AAC See the section below
Mac screen recording A .mov file, never an M4A Drop it in anyway, only the audio is read

The last row catches people out. Apple’s Mac guide is unambiguous: “Screenshots are saved as .png files and screen recordings are saved as .mov files.” A screen recording is a video file even when the screen was a slide deck and you only wanted the voice. The same page explains where the sound comes from: “Below Microphone, select the microphone you want to use so that a checkmark appears next to it. To turn off the microphone, select None.” If you recorded with None selected, there is no voice in the file, and no transcriber can invent one.

The GarageBand row matters if you are exporting on purpose. Apple’s guide says the Share > Export Song to Disk dialog lets you pick “AAC, MP3, AIFF, or WAVE”, with a separate Quality menu. Pick AAC and you get the M4A.

Voice Memos gives you a choice worth making once

Voice Memos is where a lot of M4As start, and its audio quality setting is the one Apple option that changes every file you record from now on. Compressed keeps them small, Lossless keeps them large and untouched by an encoder, and the tool handles both. For a spoken memo, Compressed is the sensible pick.

Getting the recording off the phone is the genuinely fiddly part, and it has its own post. Transcribing iPhone voice memos on a desktop walks through the four routes Apple documents, including the share sheet options and the one that works from a Windows PC. Come back once the M4A is sitting in a folder.

Protected purchases will not decode, and that is expected

If you drop an M4A bought from the iTunes Store a decade ago and nothing happens, the file is doing what it was built to do. Apple states it plainly: “Older purchased songs are encoded in a Protected AAC format that prevents them from being converted.” That protection sits between the file and any decoder that is not Apple’s, including your browser’s. It is not a bug in the tool.

The tell is usually the extension. MDN lists .m4p among the MP4 extensions, and that is the one historically attached to protected purchases. A track you ripped from your own CD through the Music app carries no protection.

Music can convert the files it is allowed to convert, using File > Convert after setting a format in Music > Settings > Files > Import Settings. Apple’s guide adds a caveat that is easy to skip past: “when converting between compressed formats (for example, MP3 and AAC), you might notice a reduction in the sound quality.” For transcription you rarely need the conversion.

Transcribe M4A to text in the browser, with no upload

Open Chrome or Edge on a desktop, drag the M4A onto the page, and text starts appearing after the first window rather than at the end. On the first run the browser downloads OpenAI’s open-source Whisper model, the base English one, about 200 MB, and caches it, so later files start straight away. When it finishes, export TXT, SRT or VTT. Which export you want is a two-minute read.

Where this stops. It runs on desktop Chrome or Edge with a working WebGPU adapter, so Firefox, Safari and phones are out for now, and it is English only. No export carries speaker labels, whatever the recording holds, and what that means for interviews is covered separately. The base model gets names, technical terms, heavy accents and noisy rooms wrong more often than a larger one would, so read the transcript before you rely on it.

The file stays put: it is opened by the page, decoded in a worker and discarded as it goes, and nothing is uploaded at any point. If you have a memo sitting in a folder, drop the M4A on the home page. If M4A is one of several formats you are juggling, the audio to text hub points at the rest.

Frequently asked questions

Should I convert my M4A to MP3 before transcribing it? No. The browser decodes AAC directly, so the conversion adds a step, a second lossy encode and nothing else. Apple’s own guide warns that converting between compressed formats can reduce sound quality, and the file you hand over is already in a shape the tool reads.

Is an M4A the same thing as an MP4? Structurally, near enough. Both use the MP4 container, and MDN lists .m4a and .mp4 as extensions for the same audio/mp4 type. The convention is that .m4a holds audio only while .mp4 may hold video too, but the extension is a label rather than a guarantee.

Why will my purchased song not open? Older iTunes Store purchases use what Apple calls Protected AAC, a format Apple says prevents them from being converted. That protection blocks the browser’s decoder as well, so the file cannot be transcribed here. A CD you ripped yourself has no such protection.

Is there a length limit on an M4A? No. There is no upload, so there is nothing to cap. The file is read in slices and only a short stretch of decoded audio is held at a time, which keeps memory flat whether the recording runs five minutes or five hours.

Sources, checked 15 September 2026

m4aaacapplefile formats
FreeTranscribe

Written by the people who build FreeTranscribe. We test every claim on our own files and date every price. About the site.

Transcribe a file now. Free, in your browser.
Open the transcriber