Why pull an MP3 out of a video
Often you only care about the sound inside a video file: a lecture you recorded on your phone, an interview, a voice memo trapped inside an MP4, a podcast someone handed you as a video, or the audio track of a talk. Converting that MP4 to MP3 strips out everything but the audio and hands you a small file you can play in any player, drop into a podcast app, or archive without lugging the whole video around.
This tool does exactly that, and it does it right inside your browser. Your file is never uploaded to a server — it is read, decoded, and converted on your own device. Close the tab and no copy is left in any cloud.
One thing to be clear about up front: this works with files you already have on your device. It does not download videos from YouTube, social media, or any website. If the file is not on your device, there is nothing for the tool to convert.
How to use it
- Click Choose file and pick the video or audio you want to convert.
- Pick the quality (bitrate): 128, 192, or 320 kbps. If you are unsure, leave it at 192.
- Click Convert to MP3 and let the progress bar finish.
- When the Download MP3 button appears, click it to save the file.
There are two stages under the hood. First the browser demuxes the container and decodes the audio track — that part is almost instant. Then comes the MP3 encoding, which is the slow part: that is why a progress bar creeps forward while your device does the work.
Formats it accepts
The tool accepts any file whose audio your browser can decode. In practice that covers most everyday formats:
| Format | Extension | Typical use |
|---|---|---|
| MP4 video | .mp4 | Phone and camera videos |
| Apple audio | .m4a | Voice memos, iTunes music |
| QuickTime video | .mov | iPhone recordings |
| WebM video/audio | .webm | Browser recordings |
| Uncompressed audio | .wav | Studio recordings |
| MP3 audio | .mp3 | Re-encode to another bitrate |
If your browser does not recognize the audio codec (some AAC-in-MP4 files on older browsers, for example), you will get a clear message and can try a different file or format.
Which bitrate to choose
Bitrate decides how much data per second the MP3 stores. Higher bitrate means better sound but a bigger file. For a 3-minute recording, the rough sizes are:
- 128 kbps → about 2.75 MB. Fine for speech, lectures, and memos.
- 192 kbps → about 4.12 MB. A good balance of quality and size; the recommended default.
- 320 kbps → about 6.87 MB. Maximum fidelity, best for music.
Worked example
You have a 3-minute talk and you pick 192 kbps. Working out the MP3 size is simple arithmetic:
- 192 kbps = 192,000 bits per second
- Divided by 8 = 24,000 bytes per second
- Times 180 seconds = 4,320,000 bytes ≈ 4.12 MB
The same clip at 128 kbps would land around 2.75 MB, and at 320 kbps around 6.87 MB. The bitrate scales the file size in direct proportion to the length of the audio.
Frequently asked questions
Can I use this to grab audio from YouTube?
No. The tool only converts files you already have saved on your device. It does not connect to YouTube or any site to download content. Ripping audio from other people’s videos usually breaks those platforms’ terms of service.
Why does it take a moment?
Because the MP3 encoding happens on your own device, not on a server. Turning the sound into MP3 means processing every slice of the audio, and that takes time depending on the length of the file and how fast your device is. The progress bar shows you how far along it is.
Does it work on a phone?
Yes. It runs in modern mobile browsers. Keep in mind that very long videos use a lot of memory; if the file is large, the browser may run out of memory. If that happens, try a shorter file or a lower bitrate.
Does it lose quality?
The tool takes the audio that already exists inside the video and re-encodes it as MP3. No re-encode is perfectly lossless, but the difference is tiny if you pick a high bitrate. For the best fidelity you can get, choose 320 kbps.
Does my file get uploaded anywhere?
No. The whole process runs in your browser. The file never leaves your device and we keep no copy of it.