How to Extract Audio From Video Online (2026)
Extracting audio from a video is one of the most common file conversion tasks — pulling the soundtrack from a concert recording, converting a lecture video into an MP3 for your commute, or creating a podcast episode from a video call recording. You need the audio. The video track is just extra weight.
This guide explains exactly how it works technically, which formats to use, and how to do it in seconds using Convertlo's free browser-based converter — no upload, no install, nothing stored anywhere.
What Does "Extracting Audio From Video" Mean?
A video file is a container. It holds multiple streams bundled together — usually one video stream, one or more audio streams, and sometimes subtitles or chapter markers. An MP4 file, for example, is just a box. Inside that box there is almost always an AAC audio stream and an H.264 video stream, packaged together.
Extracting audio means separating the audio stream from the video stream and saving it as a standalone audio file. There are two ways this can happen:
- Demuxing (stream copy): The audio stream is pulled out of the container and saved without any re-encoding. If the source is AAC and you save to an M4A file, the audio data is bit-for-bit identical to the original. No quality loss whatsoever. This is instantaneous regardless of file size.
- Re-encoding: The audio is decoded to raw audio, then re-encoded into a new format — for example, converting the AAC audio inside an MP4 into an MP3 file. This always introduces some quality loss (because you are applying lossy compression a second time) but gives you the output format you need for maximum compatibility.
When you use Convertlo to extract audio from video, the tool handles both paths depending on your chosen output format — WAV output uses a lossless decode, while MP3 output re-encodes from the source audio codec. The entire process runs inside your browser using FFmpeg.wasm compiled to WebAssembly.
What Video Formats Can You Extract Audio From?
The short answer: all of them. Any format that contains an audio track can have that audio extracted. Convertlo specifically supports:
The audio codec inside the video container does not matter — FFmpeg handles the conversion transparently. Whether the source audio is AAC, Opus, Vorbis, WMA, AC3, or something else, the converter extracts and re-encodes it to your chosen output format.
How to Extract Audio From Video Online — Step by Step
Using Convertlo's free MP4 to MP3 converter (which accepts all video formats, not just MP4), the process takes under two minutes from start to download:
Drag your video into the converter or click Browse to select it. Accepts any MP4, MOV, AVI, MKV, FLV, WebM, or WMV file. The file loads locally — nothing is uploaded.
Choose MP3 for the widest device compatibility, WAV for lossless uncompressed audio, or AAC for Apple devices and streaming. MP3 at 192 kbps covers most use cases.
128 kbps for spoken word and podcasts. 192 kbps for music — this is the standard quality level. 320 kbps for audiophile listening or archiving. Higher bitrate means larger file and better sound.
FFmpeg.wasm processes the file entirely in your browser using WebAssembly. On the first run, it downloads the ~32 MB FFmpeg library — this is a one-time download cached by your browser. Subsequent conversions start instantly.
Click Download when conversion completes. Your MP3, WAV, or AAC file saves directly to your device. Nothing was uploaded to any server — the browser handled everything locally.
Extract Audio From Any Video — Free in Browser
Supports MP4, MOV, AVI, MKV, FLV, WebM. Output to MP3, WAV, or AAC. Runs entirely in your browser — nothing is uploaded. Free, no signup.
Choosing Your Output Audio Format
The output format you choose affects file size, quality, and which devices can play the result. Here is a practical breakdown:
| Format | Quality | File Size | Best For | Compatibility |
|---|---|---|---|---|
| MP3 | Lossy — good | Small | Music, podcasts, speech | Universal — every device |
| WAV | Lossless | Large | Editing, archiving | Most editors + devices |
| AAC | Lossy — excellent | Small | Apple ecosystem, streaming | iPhone, Mac, Android |
| OGG | Lossy — good | Small | Web, gaming | Limited — not all devices |
MP3 Bitrate Reference
If you choose MP3, the bitrate you pick controls the tradeoff between quality and file size. Here is what each level actually sounds like:
Quick pick: If you are extracting music, use 192 kbps MP3 or AAC. If you plan to edit or process the audio further in software like Audacity, use WAV. If you are building a voice-only podcast or lecture archive, 128 kbps MP3 is perfectly fine and produces the smallest files. Read more about the MP3 format and lossless audio formats compared.
Will Extracted Audio Sound the Same as the Original?
Whether you get bit-perfect audio or a slightly degraded re-encode depends entirely on which output format you choose. Here are the honest answers:
- WAV output: You get the original audio data decoded to PCM — completely uncompressed and lossless. This is the best possible quality. The file size is large (a 1-hour video will produce a WAV around 600 MB), but there is literally zero quality difference from the source audio.
- MP3 output: Most video files — especially MP4 and MOV — contain AAC audio internally. Converting that AAC audio to MP3 is a re-encode: AAC is decoded to raw audio, then encoded again using the MP3 codec. Every generation of lossy encoding introduces some loss. At 192 kbps or higher, this loss is virtually inaudible on normal playback equipment. At 128 kbps, speech content is fine but complex music may show very subtle artefacts on high-end headphones.
- AAC output: If your source is already AAC (which it likely is if it came from an MP4), re-encoding to AAC means a similar generation loss as MP3. At high bitrates (192+ kbps), this is negligible.
The practical rule: If quality is paramount — you are archiving, mastering, or editing — use WAV. If you just need audio you can play on your phone or share easily, MP3 at 192 kbps is indistinguishable from lossless for the vast majority of listeners. The source audio quality is always the ceiling — converting to 320 kbps MP3 cannot recover quality that was never there.
Why Browser-Based Extraction Is Better
Most people reach for a desktop app (VLC, HandBrake, Audacity) or a web service that uploads the file to their server. Browser-based tools like Convertlo take a third path: the conversion runs locally in your browser tab, using WebAssembly to execute native FFmpeg code without ever touching a server. Here is why that matters:
The other advantage of browser-based conversion is speed. Server-based tools must upload your file (which takes time over any connection), process it remotely, then let you download the result. With Convertlo, conversion starts the moment you click Convert — no upload, no queue, no waiting for remote servers. For a 500 MB video on a slow connection, the difference between uploading to a server and converting locally can be 10–20 minutes.
Popular Use Cases for Audio Extraction
People extract audio from video constantly for a surprising variety of reasons. Here are the most common scenarios and which output format makes the most sense for each:
Save the audio from a live performance recording. Use MP3 at 192–320 kbps or WAV for archiving.
Extract narration from tutorial videos or screen captures. MP3 at 128 kbps is sufficient for speech.
Turn long course videos into audio you can listen to on a commute. Our MP4 to MP3 tool handles batch files.
Extract the perfect 30-second audio clip from a movie. Export as AAC (M4R) for iPhone or MP3 for Android.
Recover the audio track from a video project to use in a new edit. WAV gives you the lossless source.
Video call recordings (Zoom, Teams, Meet) can become podcast-ready MP3s with one conversion.
For all of these cases, the same workflow applies: open the free video-to-audio converter, drop in your file, pick your format and bitrate, and download the audio. For a deeper look at the difference between MP4 and MP3, that guide covers the container vs codec distinction in more detail.
Ready to Extract? Try It Now — Free
Drop any video file. Get back MP3, WAV, or AAC. Your file stays on your device. No account needed.