Written by the founder of BreezeConvert — a creative director working across set design, game 3D, Unreal/VFX and AI content pipelines. More about the author.
There's a whole category of tasks where the video is just a container for what you actually want: the audio. A recorded lecture you'd rather listen to on a walk. A song lifted from a clip. A podcast segment. A voice memo trapped inside a screen recording. In every case the fix is the same — pull the audio track out into its own file — and it's quicker and cleaner than people expect once you know the couple of things that matter.
Extraction vs. conversion — a useful distinction
When a video already contains a compressed audio track (which it always does if it has sound), "extracting to MP3" is really a small re-encode: the tool reads the audio stream and writes it out as an MP3 file. It's fast because it ignores the video entirely — no frames to process, just the soundtrack. That's why extracting audio is far quicker than, say, compressing the whole video. The picture is simply discarded.
Which output format should you pick?
Three choices cover almost everything:
MP3 is the default and the right answer most of the time. It plays on literally everything — phones, cars, old and new software — and produces small files. Unless you have a specific reason not to, choose MP3.
M4A (AAC) is slightly more efficient than MP3 at the same quality, so it's a good pick if you're keeping a large library and want to save space, and you know your players support it (Apple devices love it).
WAV is uncompressed — big files, but lossless. Use it only when you're going to edit the audio (in a DAW or video editor) and want to avoid stacking compression. For just listening, WAV is overkill.
Be realistic about length
Extracting audio in the browser uses a WebAssembly build of FFmpeg, which runs on your own device's CPU. That's wonderful for privacy but means it's best for short-to-medium clips — a few minutes to maybe half an hour. A three-hour recording will work on a fast machine but can be slow. If you routinely process very long files, a desktop app is the better tool; for the common "grab the audio from this clip" job, in-browser is ideal.
The privacy angle most tools skip
The recordings people most want to strip audio from are often the private ones — a meeting, a family video, an internal training clip, unreleased work. Most "video to MP3" websites upload your whole video to their servers to do the extraction, which is a lot of trust to hand over just to get an audio file. It isn't necessary. Our MP4-to-MP3 tool extracts the audio entirely in your browser — the video never leaves your device, and you can confirm that on the verify-it-yourself page or by running it with your connection off.
What to do with the audio next
Often the audio is a means to an end: you actually want the words. In that case, run the MP3 through any speech-to-text service to get a transcript, or — if the source video has captions — skip the audio entirely and turn those captions into clean text with our subtitles-to-Markdown tool. Either way, the resulting text drops neatly into the Markdown tool to summarise or feed to an AI assistant.
Related guides: WebM vs MP4 · YouTube transcript to text · Beat an email size limit.