How to Convert MP4 to MP3 (Extract Audio from Any Video)
You’ve got a video file. You only care about the audio. Maybe it’s a podcast episode recorded as video, or a lecture you want to listen to in the car, or a song from a music video, or a voice memo that ended up as MP4. The audio is in there — you just need it as a standalone MP3 you can put on your phone, send to someone, or use in a different project.
Here’s how, without uploading the video anywhere.
The fastest way: convert in your browser
Use the MP4 to MP3 converter. Drop in your video, choose a bitrate, click convert. The MP3 downloads.
The steps:
- Open the MP4 to MP3 tool
- Drag in one or more
.mp4files (or click to browse) - Pick an MP3 bitrate (192 kbps is the sweet spot for most content)
- Click convert
- Download the resulting MP3s
The conversion runs entirely in your browser. Your video file never gets uploaded anywhere.
What’s actually happening
An MP4 file is a container — a wrapper holding both video and audio tracks. The audio inside is usually AAC, sometimes MP3 or AC3. When you “convert MP4 to MP3,” what’s actually happening:
- The browser opens the MP4 and finds the audio track
- It decodes the audio from AAC (or whatever codec is there) into raw PCM samples
- It re-encodes those samples as MP3 at the bitrate you chose
- It outputs the result as a standalone
.mp3file
The video portion is just discarded. The original MP4 file is never modified.
For a 10-minute video this takes a few seconds. For a feature-length movie it can take a minute or two depending on your machine.
What bitrate should I choose?
Bitrate trades quality for file size. The right pick depends on what’s in your audio:
- 128 kbps — fine for voice (podcasts, audiobooks, lectures, voice memos). Music sounds compressed. ~1 MB per minute.
- 192 kbps — sweet spot for general use. Music sounds great, voice is overkill but it’s fine. ~1.5 MB per minute.
- 256 kbps — high quality. Indistinguishable from CD for most listeners. ~2 MB per minute.
- 320 kbps — maximum MP3 quality. Same as iTunes Plus / Spotify Premium downloads. ~2.5 MB per minute.
For most podcasts and YouTube-style talking-head content, 128 kbps is fine and keeps files tiny. For music, 192 or 256 kbps. For audio you’ll archive or use as source for further editing, 320 kbps.
Note that you can’t “upgrade” audio quality by picking a higher bitrate than the source. If the MP4’s audio was originally encoded at 128 kbps AAC, converting to 320 kbps MP3 just makes a bigger file with the same quality. Pick a bitrate that matches the source.
Other video formats — same approach
The same workflow works for other video container formats:
- MOV to MP3 — Apple QuickTime videos. Common for iPhone screen recordings and Mac-recorded content.
- WebM to MP3 — the open-format video container, common for video downloaded from web sources.
Pick the tool that matches your input format. Each one handles the container parsing for that specific format.
Common use cases
Listening to a YouTube video as a podcast. Download the video first (we don’t help with YouTube downloading itself — they don’t allow third-party tools, and the platforms that try get shut down regularly), then run it through MP4 to MP3 for an audio-only file you can play in the car or while exercising.
Pulling voice from a screen recording. If you recorded a video meeting on your phone and only want the voice for transcription or notes, convert the MP4 to MP3 and feed the MP3 to your transcription tool. Voice-only is faster to upload and process.
Extracting music from a music video. Many old music videos exist as MP4s where the audio quality is actually quite good. Conversion gives you a portable MP3.
Removing video from a podcast recording. Some podcasts (especially YouTube-first ones) only publish a video version. Converting to MP3 gives you a real podcast file you can put in your podcast app, sideload to a non-Spotify music player, etc.
Audiobook conversion. Some audiobooks are sold as MP4 (especially shorter ones bundled with the video book trailer). Convert to MP3 to use in audiobook players.
What if the file is too big for the browser?
Browser memory caps somewhere between 1–4 GB depending on your machine. For most MP4s — even feature-length movies — this works fine. The browser doesn’t need to hold the whole video in memory at once if it’s processing as a stream.
If you do hit a memory limit on a really long video (5+ hour conference recordings, etc.):
- Convert in chunks: split the MP4 first with a desktop tool (HandBrake is free), then convert each piece
- Or use desktop ffmpeg directly — it’s overkill for one-off jobs but handles arbitrarily long files
For the typical case (lectures, podcasts, short videos), the browser handles it without issue.
Editing the audio after extracting
If you also want to trim out silence, edit out a section, or stitch with other clips:
- Audio Trimmer — cut a clip out of a longer audio file
- Audio Merger — combine multiple audio files into one
A common workflow for an interview-style podcast:
- Convert the video to MP3 with MP4 to MP3
- Trim the silence at the start and end with the Audio Trimmer
- (If multi-part) Merge with other segments using the Audio Merger
Privacy
The video file never gets uploaded. Browser-based conversion means everything happens on your machine — the container parsing, audio decoding, MP3 re-encoding. Done. Nothing goes to a server, nothing gets logged, no record of which videos you converted.
That matters for private content (work meetings, personal recordings, copyrighted material you legitimately own). Most “free” online MP4 to MP3 converters upload your video to their server, process it there, and have your file sitting on their disk for whatever retention period. With browser-based conversion there’s nothing to leak.
A note on copyright
Converting MP4 to MP3 doesn’t change anything about the legal status of the audio. If you didn’t have the right to extract the audio from a video, you still don’t — converting it just produces a smaller file. Stick to videos you’ve created, downloaded legally, or have explicit permission to convert.
TL;DR
- MP4 with audio you want to keep → MP4 to MP3
- MOV from iPhone or Mac → MOV to MP3
- WebM video → WebM to MP3
- Pick 192 kbps for music, 128 kbps for voice
- Runs in your browser, no upload, no signup
- Pair with Audio Trimmer if you also need to cut a section out