How to Extract Audio From Video Online (2026)

VIDEO MP4 · MOV · AVI · MKV
AUDIO MP3 · WAV · AAC
No Upload Works in Browser All Video Formats

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:

MP4
Most common — AAC audio inside
MOV
Apple QuickTime — AAC or PCM
AVI
Older Windows format — MP3 inside
MKV
Matroska — AAC, MP3, or AC3
WebM
Web video — Opus or Vorbis audio
FLV
Flash video — AAC or MP3 inside
WMV
Windows Media — WMA audio

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:

1
Choose your video file

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.

2
Select your output format

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.

3
Pick your bitrate

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.

4
Click Convert

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.

5
Download your audio file

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:

96 kbps
Noticeable artefacts on music — voices only
Voice only
128 kbps
Acceptable — podcast and speech standard
Podcasts
192 kbps
Good quality — most listeners can't tell from lossless
Music
256 kbps
Very high quality — transparent for virtually all listeners
Hi-fi
320 kbps
Maximum MP3 quality — indistinguishable from lossless
Archiving

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.

Technical note: The audio inside most MP4 files is AAC encoded at 128–192 kbps. When you use the free MP4 to MP3 converter, FFmpeg decodes the AAC stream and re-encodes it to MP3 at your chosen bitrate. Setting the MP3 bitrate higher than the source AAC bitrate will not improve quality — it simply makes the output file larger. For archival quality, always extract to WAV first, then convert to MP3 if needed.

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:

When you extract audio using Convertlo, your file never leaves your computer. FFmpeg.wasm runs the entire conversion in your browser using WebAssembly — no server receives your video, no account is needed, and nothing is stored. This matters especially for personal videos, work recordings, private interviews, and any content you would not want passing through a third-party server.
Watch out: Some browser-based tools claim to work locally but secretly upload your file to a server — you can check the browser's Network tab to see if bytes are being sent. Convertlo is fully client-side. You can verify this yourself by turning off your internet connection after the page loads. Conversion will still work completely, because no network request is needed.

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:

🎵
Extract music from concert videos

Save the audio from a live performance recording. Use MP3 at 192–320 kbps or WAV for archiving.

🎙️
Pull voiceover from screen recordings

Extract narration from tutorial videos or screen captures. MP3 at 128 kbps is sufficient for speech.

📚
Convert lecture videos to MP3 notes

Turn long course videos into audio you can listen to on a commute. Our MP4 to MP3 tool handles batch files.

🔔
Create ringtones from movie clips

Extract the perfect 30-second audio clip from a movie. Export as AAC (M4R) for iPhone or MP3 for Android.

🎬
Reuse audio from your own video projects

Recover the audio track from a video project to use in a new edit. WAV gives you the lossless source.

🎧
Make offline podcast episodes from recordings

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.

Frequently Asked Questions

Can I extract audio from any video format?
Yes. Convertlo supports all major video containers: MP4, MOV, AVI, MKV, WebM, FLV, and WMV. The audio codec inside the container (AAC, MP3, Opus, AC3, WMA) does not matter — FFmpeg handles conversion from any of them to your chosen output format.
Does extracting audio reduce quality?
It depends on the output format. Extracting to WAV is completely lossless — you get the exact audio data from the video, uncompressed. Extracting to MP3 involves a re-encode from the source audio codec (usually AAC) to MP3, which introduces a small quality reduction. At 192 kbps or higher, this reduction is inaudible on normal speakers or headphones. For editing purposes, always extract to WAV first.
Is browser-based audio extraction private?
Completely. Convertlo uses FFmpeg.wasm — a version of the FFmpeg tool compiled to WebAssembly — which runs inside your browser tab. Your video file is never sent anywhere. You can disconnect your internet after the page loads and conversion will still complete successfully, because no network request is needed during processing.
Can I extract audio on mobile?
Yes. The converter works on any modern mobile browser — Safari on iPhone, Chrome or Firefox on Android. The conversion runs locally on your device using WebAssembly. For large files (over 500 MB), a desktop browser will be faster, but mobile works fine for typical video files.
What is the best format for extracted audio?
For most uses, MP3 at 192 kbps is the best choice — universally compatible, good sound quality, small file size. If you plan to edit the audio in software like Audacity, GarageBand, or Adobe Audition, extract to WAV for lossless quality. For Apple devices specifically, AAC (M4A) offers slightly better quality than MP3 at the same file size.
How long does extraction take?
On a modern laptop, a 1-hour video converts to MP3 in about 30–90 seconds. The first conversion takes slightly longer because the browser downloads and caches the FFmpeg.wasm library (~32 MB). After that first load, subsequent conversions start immediately. On older hardware or mobile devices, allow 2–5 minutes for long files.
Can I extract audio from a large video file?
Yes, up to the browser's memory limits. Modern browsers (Chrome, Edge, Firefox) handle files up to 2–4 GB without issues. For very large files (4 GB+), use a desktop browser rather than mobile Safari, which has tighter memory constraints. The converter processes files in chunks, so it does not need to load the entire file into RAM at once.
Do I need to install anything?
No. Nothing to install, no browser extension, no account to create. The Convertlo audio extractor runs entirely in your browser. The FFmpeg.wasm library downloads automatically on your first use (~32 MB) and is cached, so subsequent conversions are instant. Works on Windows, Mac, Linux, iOS, and Android.