·4 min read

How to Extract Audio from a Video (MP4 to MP3)

Need the audio from a video file? Here is how to extract audio tracks from MP4, MOV, and other video formats as MP3 files, without any software installation.

Extracting the audio track from a video is one of the most common file conversion tasks. You might want the soundtrack from a music video, the dialogue from a lecture recording, the voiceover from a tutorial, or just the audio from a voice memo that was accidentally recorded as video.

How audio is stored inside video files

Video files like MP4, MOV, and MKV are container formats. They hold separate streams: one for video, one or more for audio, and sometimes streams for subtitles or metadata. The audio stream inside most modern video files is already encoded in a standard audio codec, typically AAC or sometimes Opus or MP3.

When you "extract audio from a video," what happens depends on the tool. A smart tool can simply copy the existing audio stream out of the container without re-encoding it. This is called stream copying (or remuxing), and it preserves the original audio quality perfectly while being nearly instantaneous.

If the tool re-encodes the audio instead, you get a slight quality loss. Re-encoding is only necessary when you need to change the audio format (for example, from AAC to MP3) or adjust the bitrate.

When to re-encode versus stream copy

If you need an MP3 file specifically (for example, to use in an older device, a podcast editor, or a music player that does not support AAC), re-encoding from AAC to MP3 is necessary. At 192kbps or higher, the quality loss from AAC to MP3 conversion is negligible for spoken content and minimal for music.

If you just need "the audio" and do not care about the specific format, keeping the original codec (usually AAC) avoids any quality loss. Many modern music players and podcast apps handle AAC without issues.

What about videos with no audio track?

Some screen recordings, surveillance footage, and GIF-derived videos have no audio stream at all. If you try to extract audio from these files, the tool will either produce silence or report an error. There is no audio data to extract.

How to extract audio in your browser

The MediaBrew MP4 to MP3 tool works on any video format, not just MP4 despite the name. Upload your video file (MP4, MOV, AVI, WEBM, MKV), and the tool extracts and converts the audio track to an MP3 file. The conversion runs entirely in your browser using FFmpeg WebAssembly. No file is uploaded to any server.

The output is a standard MP3 file that plays on every device and music player. The process is fast because extracting and encoding audio requires far less processing power than re-encoding video.

Try it yourself

Use the free MediaBrew MP4 to MP3 tool - no account, no upload, runs in your browser.

MP4 to MP3

More guides