Convert video to MP3 or extract the audio
Three things one page does: lift the soundtrack out of a video, turn it into an MP3, or drop it and keep the picture. Lifting it out copies the track bit for bit — no decoding, no quality lost, done in seconds. Everything runs on your own device.
Pulling audio out of a video usually costs nothing
A video file is a container holding separate tracks: one for the picture, one for the sound, sometimes subtitles alongside them. The soundtrack is already a finished, compressed audio file in there — it just happens to be stored next to a video. Extracting it, in the strict sense, means copying those bytes into a file of their own. No decoding, no re-compression, no decision about quality, because none of that is needed to move data from one container into another.
That's what the M4A option does when you leave the quality on “Keep as it is”. Almost every MP4 and MOV carries AAC audio, and .m4a is simply AAC in its own container, so the track lands in the new file byte-identical to the one in the video. A two-hour recording comes out in about as long as it takes to read the file from disk, and what you get is not close to the original — it is the original.
Conversion is a different thing, and this page keeps them visibly separate rather than calling both “extract”. Asking for MP3, or asking for a specific bitrate, means every sample has to be decoded and compressed again. That takes real time and costs a generation of quality. The panel above the button says which of the two you're about to get, on this particular file, before you press anything.
| What you pick | What happens | How long it takes |
|---|---|---|
| M4A, quality left on “Keep as it is” | The AAC track is copied straight out into an .m4a. Not one bit changes. | Seconds, however long the video is |
| M4A at a chosen bitrate | The track is decoded and re-encoded to AAC. This is the option to use when the goal is a smaller audio file. | Roughly proportional to the length |
| MP3, when the source audio is already MP3 | Copied out as-is. Older AVI and MKV files often carry MP3 soundtracks, and those need no conversion at all. | Seconds |
| MP3, from anything else | Decoded and encoded with LAME, which runs inside your browser rather than on a server. | Roughly proportional to the length |
| Remove the sound | The audio track simply isn't written. When the source is already an MP4, the picture is copied across untouched. | Seconds for MP4 and MOV sources |
Copying is only possible when what you asked for matches what's already inside: AAC out of AAC, MP3 out of MP3. Anything else is a genuine conversion. That's why the “Keep as it is” option disappears on files it can't apply to — it isn't a slightly worse choice there, it's a thing that doesn't exist.
MP3 or M4A — which one you actually want
MP3 is thirty years old and that is its entire advantage: there is essentially no device that won't play one. Car stereos from 2006, gym equipment, cheap voice recorders, DJ controllers, some editing software with narrow import filters. If you're handing the file to one of those, MP3 is the correct answer and the fact that it re-encodes is just the price.
For everything else, M4A is the better file. It's AAC, which is what your phone, your camera and virtually every video on the internet already recorded — so extracting to M4A is a copy rather than a conversion. It also sounds better than MP3 at the same bitrate, by a margin wide enough that 128 kbps AAC is generally reckoned to match around 192 kbps MP3. Everything made in the last fifteen years plays it, including every browser, every phone, and iTunes-era hardware.
The case worth avoiding is converting an ordinary MP4's soundtrack to MP3 out of habit. That audio is AAC and already lossy; encoding it again as MP3 doesn't recover anything, it throws away a second round of detail and frequently produces a larger file than the one you started with. If nothing on the receiving end requires MP3, extracting the M4A is faster, smaller and lossless.
The MP3 encoder here is LAME, compiled to run in your browser. It's downloaded only if you actually ask for an MP3 conversion — picking M4A, copying, or removing the sound never fetches it.
Bitrate, and how small audio can honestly get
Bitrate is the one setting here, and it's unusually straightforward: it's a promise about size. 192 kbps means 192 kilobits for every second of audio, so an hour of it comes to roughly 86 MB no matter what the recording contains. That arithmetic is why audio compression is predictable in a way video compression never is — pick a bitrate and you have effectively picked the file size.
What the number buys you is detail, and the useful range is narrower than the options suggest. For speech — interviews, lectures, podcasts, voice memos — 96 kbps is plenty and 128 is generous; going higher spends bytes on hiss. For music, 192 is the point where most people stop being able to pick the encoded version out of a comparison, and 256 or 320 is for archiving or for material you expect to be re-encoded again later. Below 96, music starts to sound obviously thin, especially cymbals and applause.
The lists differ between the two formats on purpose. MP3 offers 96 through 320; AAC starts lower, at 64, because it stays usable further down. If your goal is simply the smallest listenable file — a two-hour meeting recording you want to keep, say — 64 kbps AAC does that job at about 29 MB an hour, and MP3 has no equivalent.
Every bitrate other than “Keep as it is” re-encodes, including the highest one. Picking 320 kbps on a 128 kbps source doesn't restore anything — it stores the same audio less efficiently. When you want the file left alone, the option that does that is “Keep as it is”.
Removing the sound from a video
The third option inverts the other two: keep the picture, throw the audio away. It's a real removal rather than a volume change — the track isn't written into the output at all, so there's nothing to turn back up and the file is slightly smaller for its absence. The picture is untouched, and when the source is already an MP4 or MOV nothing is decoded either, so this finishes in seconds regardless of length.
The most common reason to do it has nothing to do with editing. Screen recordings pick up whatever was being said in the room; phone videos of a school play capture the conversation of whoever was standing behind you; a clip you want to send captured background music you'd rather not pass on. Stripping the audio before the file goes anywhere is a privacy operation, and it's a much better one when the file never leaves the machine to have it done.
One case does cost time. If your source is WebM or another format built around VP9 or AV1, producing an MP4 means re-encoding the picture into H.264, because those codecs can't simply be repackaged into an MP4 container. The panel says so before you start, and it's the only situation where removing the sound is slower than a few seconds.
Surround, Dolby, and unusual sample rates
Copying a track out preserves everything about it, including 5.1 or 7.1 channel layouts. Re-encoding can't: LAME writes at most two channels, and the AAC encoders browsers provide reject multichannel input outright rather than downmixing it themselves. So any conversion here folds surround into stereo and the panel says so before you start. If you need the channels kept, copying is the option that does it.
Dolby Digital is the harder case. AC-3 and E-AC-3 tracks can be copied — they land in the output whole, and desktop players handle them fine — but they cannot be re-encoded, because no browser ships a Dolby decoder to read them with in the first place. Rather than exporting a silent file and letting you discover it later, choosing a bitrate on a Dolby track is blocked outright, with “Keep as it is” offered as the way through. One consequence worth knowing: a copied Dolby track may be silent if you preview the downloaded file in a browser tab, for exactly the same reason. It isn't damaged; the browser just can't decode it.
Sample rate is the last of these. MP3 accepts only nine of them, an artefact of the MPEG specifications it was standardised in, and high-resolution audio recorded at 96 kHz isn't among them. Those files are resampled to 48 kHz on the way out — the same frequency family, half the rate, and comfortably beyond the range of human hearing either way. AAC has no such restriction, so extracting to M4A keeps the original rate.
What this tool doesn't do
This is a single-pass extraction tool rather than an audio editor, and the boundaries are worth stating outright instead of leaving you to find them.
- It writes M4A, MP3 and MP4 only. There's no WAV, FLAC, OGG or WMA output.
- One file, one pass. No batch queue, no joining two recordings together, no extracting several tracks from a file that has more than one.
- No trimming, no fades, no volume normalisation and no noise reduction. To cut a section out first, use the adjust tool, then extract from the result.
- Adding or editing track titles, artists and cover art isn't part of this.
- There's no preview player. The plan panel describes what you'll get; listening happens after you download.
- There's no size limit, but there is a disk check. The output is written to local storage as it's produced, so memory doesn't grow with the file — but the space has to exist, and it's verified before anything starts.
Your original is never modified or moved. What you download is a new file, so deleting the source stays a decision you make yourself, afterwards.
FAQ
How do I convert a video to MP3 without uploading it?
Drop the video into the tool above, choose “Convert to MP3”, pick a bitrate and start. Everything happens in your browser: the file is read from your own disk, decoded by your own device, encoded by a copy of LAME running locally, and written back to local storage. Nothing is transmitted — you can open the network panel while it runs, or disconnect from the internet once this page has loaded and convert anyway.
Is extracting audio from a video lossless?
It can be, and it is by default. Leave the quality on “Keep as it is” and pick M4A: the audio track is copied out of the video byte for byte, with nothing decoded and nothing re-compressed, so the result is identical to the track inside the original. Converting to MP3, or choosing any specific bitrate, is a re-encode instead — that costs a generation of quality and takes time proportional to the recording's length.
Should I extract to MP3 or M4A?
M4A unless something specifically needs MP3. Almost all video already carries AAC audio, which is what M4A holds, so extracting to it is an instant lossless copy rather than a conversion. AAC also sounds better than MP3 at the same bitrate — 128 kbps AAC is generally reckoned to match around 192 kbps MP3. Choose MP3 when the destination is old hardware, a car stereo, or software with a narrow import filter.
How do I remove the sound from a video?
Choose “Remove the sound”. The audio track isn't written into the output, so it's genuinely removed rather than muted — there's nothing left to turn back up. The picture is copied across untouched, which means an MP4 or MOV is done in seconds no matter how long it is. WebM sources take longer, because producing an MP4 from them means re-encoding the picture.
What bitrate should I use for extracted audio?
For speech, 96 kbps is plenty and 128 is generous. For music, 192 kbps is where most people stop being able to tell the encoded version apart, and 256 or 320 is for archiving. Bitrate maps directly to size — 192 kbps works out to roughly 86 MB an hour — so the choice is really about how small you need it. And if you don't need it smaller at all, “Keep as it is” copies the track without touching it.
Why did my 5.1 surround track come out as stereo?
Because you asked for a specific bitrate, which means re-encoding, and the encoders available in a browser won't take more than two channels — LAME by design, and the browser's own AAC encoder by outright refusal. Rather than failing the export, the surround track is folded down to stereo and the panel says so beforehand. To keep all the channels, extract to M4A with the quality left on “Keep as it is”: copying preserves the layout exactly.
Why can't I choose a bitrate for this file?
Its soundtrack is Dolby Digital — AC-3 or E-AC-3 — and browsers ship no Dolby decoder, so there's no way to read the audio in order to re-encode it. Forcing it through would produce a silent file, so the option is blocked instead. Copying still works: switch the quality to “Keep as it is” and the track comes out whole. Note that a copied Dolby track may be silent if you preview it in a browser tab, for the same missing-decoder reason — desktop players handle it fine.
Can I extract audio from an MKV, WebM or AVI?
Yes. The tool reads those containers with its own parser rather than relying on the browser's video player, so files that won't even preview in a tab still work here. What varies is whether the soundtrack can be copied or has to be converted: MKV frequently carries AAC or MP3, both of which copy straight out, while Vorbis, Opus and FLAC tracks are decoded and re-encoded to whichever format you picked.
Does this work on a phone?
On recent iPhones and Android devices, yes — Safari 18 and later and Chrome on Android both provide what this needs. Copying a track out is quick even on a phone, since nothing is decoded. Converting a long recording to MP3 is noticeably slower than on a laptop and will warm the device up, so for anything approaching an hour it's worth doing on a computer.
Is there a file-size limit?
No. The output is written to your browser's local storage as it's produced rather than being assembled in memory, so a three-hour file needs about as much memory as a three-minute one. What is checked is free disk space, before anything begins rather than halfway through. For copying it hardly matters anyway — pulling the soundtrack out of a multi-gigabyte video is still a matter of seconds.
Can I trim the audio while extracting it?
Not on this page — it does one thing per pass. Trim the video first with the adjust tool, then extract the audio from what that produces. Doing it in that order is also cheaper than it sounds: trimming the end of a video is itself a copy operation, so neither step necessarily re-encodes anything.
Is my file uploaded anywhere?
No. There's no server in this at any point — the file is read locally, processed by your own device, and written back to local storage. That's also why there's no queue, no daily quota, no account and no watermark: there's no infrastructure to pay for. It's the reason this is a reasonable way to strip the audio off a recording that captured something private, which is exactly the sort of file you would not want to upload.
Related reading
AskClean Team · Updated 2026-08-21