What the MP3 Converter does
The MP3 Converter takes an audio or video file off your computer and writes an MP3 out of it. Drop in a music video, a studio WAV, a FLAC album track, an Ogg file, a phone voice memo, or an MP3 you want to shrink — you get back an MP3 that keeps your file's name. concert.mkv becomes concert.mp3. If the source was a video, the picture is discarded and only the sound track survives.
The part worth pausing on is what doesn't happen: the file is never uploaded. Your browser opens it from your own disk, reads it in small ranges, decodes the audio, and encodes the MP3 on your machine. Open the network tab and watch — the media never goes anywhere. That is why this works on a plane, and why the client interview you promised to keep private stays on your laptop.
Most converters on the web run the other way round. You upload first, your file waits in a queue behind everyone else's, and it comes back through a countdown timer, a wall of ads, and a button offering 320 kbps if you start a trial. For a 2 GB video on home broadband, the upload alone can take longer than the conversion. Sending a file to a stranger's server and back is a strange way to do arithmetic your own laptop can finish in nine seconds.
Which formats it reads, and which it refuses
The MP3 Converter reads ten container formats. One comes out.
| You drop in | What it usually is | What happens |
|---|---|---|
| MP4, M4V, M4A, M4B | Phone video, downloaded song, audiobook | Audio track kept, video discarded |
| MOV, QT | Camera and QuickTime footage | Audio track kept, video discarded |
| MKV, MKA | Rips, concert films, archives | Primary audio track kept |
| WebM, WEBA | Web video and browser recordings | Audio track kept, video discarded |
| TS, M2TS, MTS | Camcorder and broadcast captures | Audio track kept, video discarded |
| MP3 | An MP3 you want smaller | Re-encoded at your chosen bitrate |
| WAV | Studio mixdowns, recorder output | Compressed to MP3 |
| OGG, OGA, OPUS | Open-format audio, game and chat exports | Decoded, then encoded as MP3 |
| AAC, ADTS | Raw AAC streams | Decoded, then encoded as MP3 |
| FLAC | Lossless album downloads and archives | Compressed to MP3 |
So FLAC to MP3, Ogg to MP3, audio to MP3, video to MP3 and MP3 to smaller MP3 are all the same three clicks — one video to MP3 converter and one audio one, in the same box. The tool reads the file's own header to decide what it is, not the extension — a .mp4 that is really a QuickTime file is identified correctly.
Some formats are refused, on purpose, the moment you pick them: WMA, WMV, ASF, AVI, FLV, RealMedia, AIFF, AMR, Core Audio, Sun AU, Monkey's Audio, WavPack, DSD, Dolby Digital, DTS, MIDI, and Audible's AA and AAX. No shipping browser can decode any of those, so no amount of waiting would help. You get told by name in about two seconds, with a note on what to export instead, rather than watching a progress bar crawl toward "something went wrong". The extension list is only a fast path — an unfamiliar extension isn't a refusal, because the file's own header still gets the final say.
How the conversion works
Four steps, and three of them are yours.
- Drop a file on the box, or click to pick one. The tool reads the format, length, channel count, and sample rate in a moment.
- Pick a quality: 128, 192, or 320 kbps. The estimated size and the comparison to your original update as you switch.
- Click Convert to MP3. A progress bar shows how much of the recording is done; Cancel stops it immediately and leaves your original untouched.
- Click Download.
The size estimate you see before converting is plain arithmetic. An MP3 at a given bitrate spends the same number of bits on every second of audio, so:
bytes = kbps × 125 × seconds
1 kbps is 1,000 bits per second, and 8 bits make a byte — so one kbps is 125 bytes of file for every second of sound.
A 4:05 song at 192 kbps: 192 × 125 × 245 = 5,880,000 bytes, which the tool shows as 5.6 MB. Pull that song out of a 45.8 MB music video and the MP3 lands 87% smaller than the original. Start instead from the 41.2 MB CD-quality WAV of the same mix and you get the identical 5.6 MB MP3, this time 86% smaller — the MP3's size depends on the bitrate and the running time, never on what you started from.
Picking a bitrate
Bitrate is the only quality decision the MP3 Converter asks you to make, and it is a size decision at the same time. Here is what each setting costs, in the units the tool reports:
| Bitrate | Per minute | 4-minute song | 1-hour episode | 3 hours (the limit) |
|---|---|---|---|---|
| 128 kbps | 937.5 KB | 3.7 MB | 54.9 MB | 164.8 MB |
| 192 kbps | 1.4 MB | 5.6 MB | 82.4 MB | 247.2 MB |
| 320 kbps | 2.3 MB | 9.3 MB | 137.3 MB | 412.0 MB |
For speech — lectures, interviews, voice memos, podcasts — 128 kbps is plenty. A voice recording has far less going on than a full mix, and doubling the bitrate mostly doubles the file. For music, 192 kbps is roughly the point where most listeners stop being able to pick the MP3 from the original on everyday headphones, which is why it's the default. Reach for 320 kbps when someone will listen closely on good gear, or when size genuinely doesn't matter.
Three settings is the whole menu, and that is deliberate. Bitrate is not a premium feature — there is no plan here that sells you the good encoder. Underneath, the encoder writes MPEG-1 Layer III, whose defined bitrates run 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320 kbps. The three on the button are the three anyone actually picks.
The finished file usually lands within a few kilobytes of the estimate. Tags add a little; the last frame rounds a little.
When the MP3 comes out bigger, and other surprises
Converting to MP3 nearly always shrinks a file. Nearly.
Drop in a one-minute voicemail — 8 kHz, mono, 468.8 KB — ask for 320 kbps, and the MP3 comes out 2.3 MB: 400% bigger than the original. Phone systems and dictation recorders capture so little detail that even the lowest MP3 setting has room to spare, and the extra bits store nothing you can hear. The tool compares the estimate to your file before you convert and says so plainly, so you can drop the bitrate or keep what you have.
The other flag it raises is the re-encode. When your source is already an MP3, converting decodes the audio and compresses it a second time, so a little more quality goes. Shrinking an hour-long 137.3 MB episode from 320 kbps down to 128 kbps gives you 54.9 MB, 60% smaller, and for speech that trade is usually fine. Going the other way — 128 kbps up to 320 — is never worth it. The detail is already gone; you would get a bigger file holding the same sound.
A few more things that catch people out:
- Surround gets mixed down. MP3 holds mono or stereo only, so a 5.1 concert film becomes stereo. Mono stays mono, which keeps the file smaller.
- Bit depth disappears. MP3 has no concept of 24-bit or 32-bit float, so those encode straight across with nothing to set.
- Sample rates get mapped. The MP3 carries 32, 44.1, or 48 kHz. A 96 kHz master comes down to 48 kHz; 22.05 kHz and 8 kHz sources come up to 44.1 kHz so every bitrate stays valid.
- 4 GB and 3 hours per file. The size ceiling is generous because the file is read in ranges rather than loaded whole. The 3-hour limit is the real one: the finished MP3 has to sit in your browser's memory until you download it, and three hours at 320 kbps is already 412.0 MB. Split an all-day recording into parts first.
- A video with no sound track can't be converted. The tool checks for an audio track before offering to start, and tells you when there isn't one.
Lossy is a one-way trip, whatever the settings. MP3 discards the parts of a sound a listener is least likely to notice — that is how it gets so small — and converting back to WAV won't bring them home. Keep your original if you might edit, remix, or master the recording later, and use the MP3 for sharing and listening.
Related audio and video tools
The MP3 Converter is the general one: any supported file in, MP3 out. When you already know both ends of the job, the single-purpose tools are quicker to reach for and say more about your particular case.
Pulling the soundtrack off a video is the most common of them, and the MP4 to MP3 converter is built for exactly that. Coming from a recording session or a DAW bounce, the WAV to MP3 converter covers the compression side, while M4A to MP3 handles iPhone voice memos and downloaded songs.
Going the other direction, toward an editor rather than away from one, MP3 to WAV gives you an uncompressed file at 16, 24, or 32-bit float, and MP4 to WAV pulls a video's audio out uncompressed for editing. All of them run in your browser, on your device, with nothing uploaded.
Frequently asked questions
Is my file uploaded anywhere?
No. The conversion runs inside your browser tab: the page reads the file from your disk in small ranges, decodes the audio, and encodes the MP3 on your device. There's no upload wait and no queue, and the tool keeps working with your Wi-Fi off. You can open your browser's network tab while it runs and confirm it yourself.
What bitrate should I pick for a podcast?
128 kbps. Speech carries far less detail than music, and an hour comes out at 54.9 MB instead of the 137.3 MB you'd get at 320 kbps. If your episode has music beds or you want a little headroom, 192 kbps is a safe middle.
Can I convert an MP3 to a smaller MP3?
Yes, and it's a common reason people land here. The tool notices your source is already an MP3 and tells you, because re-encoding costs a little quality on top of what the first encode removed. From 320 kbps to 128 kbps on speech, that cost is hard to hear and the file drops by 60%.
How long does a conversion take?
Usually much faster than real time — a four-minute song is typically a few seconds, an hour-long video a minute or two on a current laptop. It depends on your machine, not your connection, since nothing is being sent anywhere. Video sources take slightly longer than audio ones because the audio track has to be found and separated first.
Why won't it open my WMA or AIFF file?
Because no browser can decode those, and this tool has no server to hand them to. Rather than guess, it names the format and tells you what to export instead — MP4, WAV, or M4A all work. Whatever you already use to play the file can almost certainly export one of those.
Which browsers does it work in?
Current Chrome, Edge, Firefox, and Safari, on desktop and phone. The MP3 Converter uses the browser's own media decoders plus an MP3 encoder the page loads on demand. On an older phone or a laptop with many tabs open, closing a few gives a long conversion more room to work.
What does it cost?
Nothing, and there's no signup, no file-count cap, and no bitrate held back for a paid plan. Microapp is funded by membership and ads, and 10% of every dollar it earns goes to charity, off the top, audited quarterly.