MP4 to MP3
Extract the audio from any video. Keeps the quality, drops the video track. Runs entirely in your browser.
Select Video for Audio Extraction
or click to browse: MP4, MOV, AVI, WEBM, MKV
Related tools
What this tool does
Pull the audio out of any video in seconds, whether that's saving a song, an interview, or a voice memo you recorded as video by accident. Choose MP3 for small, shareable files or WAV for uncompressed quality, and the audio is ready to download with nothing sent to a server.
Why use it
Most video files are 80 to 90 percent audio data by information content, yet the container makes them 10 to 50 times larger than a standalone audio file. A podcast recorded as a screen capture, a recorded conference call, a YouTube video saved offline, a lecture downloaded as MP4: in all of these cases the video track is dead weight once you are done watching.
Audio files are also the format that portable media players, car systems, podcast apps, and music players actually expect. Converting to MP3 or WAV unlocks playback on devices that do not support video containers, reduces storage use on phones, and produces a file you can import into any audio editing or transcription tool.
How it works under the hood
For MP3 output, the tool uses FFmpeg's -map a flag to select only the audio stream from the input, discards the video entirely, and passes -ab to set the audio bitrate at the quality level you selected. The audio is decoded from whatever codec the video used (typically AAC in MP4 files) and re-encoded as MP3. No video codec runs at all: FFmpeg reads the audio stream, re-encodes it to MP3, and writes the output. For WAV output, the audio is extracted with -map a and written without an explicit bitrate flag, producing an uncompressed PCM file.
Tips and best practices
128 Kbps MP3 is the standard quality for spoken word (podcasts, lectures, calls) and is indistinguishable from higher bitrates on most playback devices for voice content. For music you plan to listen to on good headphones, use 320 Kbps. For archiving or further audio editing, use WAV because it is lossless and most DAWs prefer uncompressed inputs.
If the input video has multiple audio tracks (common in MKV files), this tool extracts the first audio stream. If you need a specific language track from a multi-language file, that requires manual FFmpeg with an explicit stream index.
Browser tool vs alternatives
Desktop apps like VLC, Audacity, or Handbrake can extract audio but each requires a different workflow and at least one round of installation. Online converters are abundant, but most upload your file to a server before converting. For recorded calls, sensitive interviews, or any audio you would prefer not to share with a third party, browser-local extraction is the right choice. This tool processes the file entirely in your browser and produces a standard MP3 or WAV you can use anywhere.
Read the guide
How to Extract Audio from a Video
What to do next
Frequently Asked Questions
Can I convert other video formats to MP3?
Yes, in addition to MP4, this tool supports MOV, WEBM, AVI, MKV, and FLV.
What's the difference between MP3 and WAV?
MP3 is compressed with small file sizes, good for casual sharing or streaming. WAV is uncompressed with studio-level quality but much larger files.
Does this require an internet connection after loading?
No. Once the page loads, conversion runs entirely on your local CPU, you can even disconnect from the internet and it will keep working.
Will there be a watermark or audio quality loss?
No watermark, and you can choose your target bitrate to control quality.
Is there a file size limit?
500MB.
Is this good for extracting podcasts or interviews from video?
Yes, this is one of the most common uses, saving the audio track from a recorded interview or podcast video as a standalone MP3.
Will the audio be trimmed, or is it the full length?
The full audio track is extracted by default, matching the length of the source video.
Does it work on mobile?
Yes.
Last updated: 2026-09-05