MP4 to MP3: How to Extract Audio from Any Video (Free)
Pull the audio track from any video file and save it as MP3 — works in your browser, no software needed.
Someone sends you a recorded lecture, webinar, or meeting — 90 minutes of MP4 you'll never actually watch. You want to listen to it on a walk. Or maybe you recorded a podcast as a video call and need just the audio for distribution. Or you've got a local copy of a concert that came as a video file and you want to add it to your music library.
Whatever the reason: pulling the audio out of an MP4 and saving it as MP3 is simple, free, and completely doable in your browser without installing anything. Here's the complete guide.
Why you would extract audio from a video
The most common use case is podcast distribution. Many online meetings, webinars, and interview recordings happen as video (Zoom, Teams, Google Meet all record as MP4). If the content is really just two people talking, there's no reason to distribute a 1.5 GB MP4 when a 40 MB MP3 conveys everything. Audio-only formats are smaller, better supported in podcast apps, and faster to upload.
Educational content is similar. A recorded lecture is essentially radio — it has slides, sure, but the words are the information. Converting it to MP3 lets students listen at 1.5x speed while commuting, which is meaningfully better than trying to watch a video on a phone.
Music archiving is the classic use case. Concert recordings, home recordings, jam sessions — if they were captured as video but you care about the audio, MP3 is the right final format for your music library. MP3 plays everywhere: phones, car stereos, dedicated players, streaming apps.
Accessibility is another reason. Transcription services and speech-to-text tools often work better with audio-only input. Submitting an MP3 instead of an MP4 can be faster to upload, faster to process, and sometimes cheaper if the service charges by file size.
MP4 vs MP3: what each format actually is
This is a distinction worth understanding because it affects your expectations. MP4 is a container format — a file that can hold video tracks, audio tracks, subtitles, and metadata all in one package. The audio inside an MP4 is typically encoded with AAC (Advanced Audio Coding), which is more efficient than MP3 for the same quality level.
MP3 is both a format and a codec — specifically, it's a container for MPEG-1 Audio Layer 3 compressed audio. MP3 is older than AAC, slightly less efficient, but universally supported across every device, car stereo, operating system, and audio player that has ever existed.
When you convert MP4 to MP3, you're extracting the audio track (which is AAC inside the MP4) and transcoding it to MP3. There is a small quality cost because you're converting from one lossy format to another — the audio decompresses and re-compresses. At reasonable bitrates (128 kbps and above), this quality loss is inaudible to most people. At lower bitrates, you can start to hear it as a slight "woolliness" in the sound.
Step-by-step: extract MP3 from MP4 with Toolspace
Step 1: Open the Toolspace MP4 to MP3 Converter. The tool runs locally in your browser using FFmpeg compiled to WebAssembly — no upload required.
Step 2: Drag your MP4 file onto the drop zone or click "Choose file." The file is read locally; nothing is transmitted.
Step 3: Choose your output settings. Select MP3 as the format and pick a bitrate. For speech, 96 kbps is fine. For music, 192 kbps is the sweet spot. 320 kbps is the maximum MP3 bitrate and appropriate for archiving.
Step 4: Click "Convert." FFmpeg.wasm processes the file in a background thread. For a 1-hour video at 192 kbps, expect 30–90 seconds depending on your device speed. The tab stays responsive throughout.
Step 5: Download your MP3. The filename is based on your original video filename. It saves to your Downloads folder.
Bitrate, quality settings, and what they mean
Bitrate is the number of kilobits used to represent one second of audio. Higher bitrate means more data per second, which means more faithful reproduction of the original. Lower bitrate means smaller files but more audible compression artifacts.
The relationship isn't strictly linear. Going from 64 to 128 kbps produces a huge audible improvement. Going from 256 to 320 kbps produces a change that most people cannot reliably detect in a blind test. This is the concept of "transparent" encoding — the point where the compressed audio is perceptually indistinguishable from the original.
For reference, streaming services use: Spotify standard at 160 kbps, Spotify high quality at 320 kbps, Apple Music (lossless) at variable but effectively around 256 kbps for AAC. If you're matching a streaming source quality, 160–192 kbps is the practical target.
Other free MP4 to MP3 converters compared
Online2Convert / CloudConvert: Upload-based, high quality, many format options. Files go to their servers. Free tier has conversion limits. Good for one-off conversions of non-sensitive files.
VLC Media Player (desktop): Free, open-source, handles any video format, no upload. Powerful but the conversion interface is buried in menus (Media → Convert/Save). Takes a minute to find but works well. Best for people who already have VLC installed.
Audacity: Free, open-source, runs locally. Excellent for audio editing too, but significantly more setup — you need to install FFmpeg separately for video input. Overkill if you just need a quick extraction.
FFmpeg (command line): The gold standard. One command: ffmpeg -i input.mp4 -q:a 0 -map a output.mp3. But it requires installing FFmpeg and using a terminal, which rules it out for most users.
Toolspace: Runs FFmpeg compiled to WebAssembly locally in your browser. No install, no upload, no account. For users who want local processing without learning command-line tools, this is the practical best option.
A word about copyright
Toolspace is a technical tool. What you do with it is your responsibility. Converting an MP4 of your own meeting recording, home video, or original content to MP3 is completely unambiguous — it's your file.
Converting commercially produced content you downloaded from a streaming service is likely a terms-of-service violation and potentially copyright infringement, depending on your jurisdiction. The legality of format-shifting (converting a file you legally own in one format to another for personal use) is genuinely murky in many countries. If in doubt, consult a lawyer or stick to content you created or have explicit permission to convert.
FAQ
Does converting MP4 to MP3 reduce audio quality?
Only if the MP3 bitrate you choose is lower than what the video contained. If the video has 128 kbps audio and you export at 128 kbps MP3, quality is identical — you're just changing the container. If you export at 64 kbps to get a smaller file, quality degrades. For music, use 192 kbps or higher. For speech (podcasts, lectures), 64–128 kbps is usually indistinguishable from the source.
Why is my extracted MP3 larger than I expected?
MP3 file size is determined almost entirely by bitrate and duration. A 1-hour audio file at 192 kbps will be about 83 MB regardless of how it was extracted. If the output seems large, try a lower bitrate. If you just want the file smaller and audio quality doesn't matter much, 96 kbps halves the size with usually acceptable quality for speech.
Can I extract audio from a video that has multiple audio tracks?
Basic extractors typically take the default audio track. If your video has multiple tracks (like a movie with commentary and multiple language dubs), you may need a more advanced tool like HandBrake or FFmpeg to select a specific track. Toolspace extracts the primary audio track automatically.
How large a video file can I convert in my browser?
The limit is effectively your device's available RAM. Modern browsers can handle files in the several-GB range for audio extraction, since the video frames don't all need to be decoded simultaneously — only the audio stream is processed. A 4 GB MP4 file with 1 hour of audio should extract fine on any device with 4+ GB RAM.
Can I convert MP4 to formats other than MP3?
Yes. While MP3 is the most universally compatible format, other common audio formats include AAC (better quality at the same bitrate as MP3, used by Apple), OGG Vorbis (open-source, good quality), FLAC (lossless, large files), and WAV (uncompressed). Toolspace supports multiple output formats — choose MP3 for maximum compatibility or AAC for Apple device use.
Is it legal to extract audio from a YouTube video?
This is a copyright question, not a technical one. Extracting audio from a video you created or own: completely fine. Extracting audio from videos you downloaded that are under copyright (music, movies, commercial content): legally complicated at best and infringement at worst, depending on your jurisdiction and use case. Fair use applies in some contexts (research, commentary, teaching). When in doubt, use content you have explicit rights to.
FFmpeg in your browser. No upload. No account. Runs locally.
Convert MP4 to MP3 Free