Extracting Audio from Video: Should You Choose MP3, M4A or WAV?
7 min read
You're about to extract audio from a video and the tool asks you for a format: MP3, M4A, WAV, AAC. They all work, but your choice affects quality, file size and processing time. This article looks at when each one is right, through real scenarios.
First, the decisive question: is stream-copying possible?
This matters more than any other comparison.
The audio track in a video is stored in a particular codec — usually AAC in MP4 videos. If your target format can hold that codec, the tool can carry the audio data across without re-encoding at all. That's called stream-copying and the result is bit-for-bit identical: zero quality loss, an operation taking seconds.
| Audio in the video | Stream-copyable target | |---|---| | AAC (most MP4s) | M4A, AAC | | MP3 (some AVIs) | MP3 | | Opus (WEBM) | Opus, OGG | | Vorbis (WEBM/OGG) | OGG | | FLAC (some MKVs) | FLAC | | PCM (professional recording) | WAV | | AC3 / DTS (film) | AC3, DTS |
That table is the most important information in choosing a format: if the source is AAC, choosing M4A is both higher quality and faster than choosing MP3.
Comparing the formats
| Format | Type | Stream-copy chance | Compatibility | 1 hour of speech | |---|---|---|---|---| | M4A (AAC) | Lossy | High (from MP4 sources) | Very high | ~50 MB | | MP3 | Lossy | Low | Highest | ~55 MB | | WAV | Lossless raw | With a PCM source | Very high | ~600 MB | | FLAC | Lossless compressed | With a FLAC/PCM source | Medium-high | ~300 MB | | Opus | Lossy | From WEBM sources | Medium | ~25 MB |
Scenario 1: Listening to a lecture or conference on my phone
A long recording, speech content, limited phone storage.
Winner: M4A (if stream-copying is possible) or MP3 at 96-128 kbps mono.
If the source is an MP4, choose M4A: stream-copying happens, quality is preserved exactly, and the operation finishes instantly.
If stream-copying isn't possible or your device doesn't read M4A, go to MP3 and think about two settings:
Bitrate: 96-128 kbps. Speech needs far less data than music. An hour-long recording at that bitrate takes 40-55 MB.
Mono. In a single-speaker recording the extra information the stereo channels carry is negligible, and mono halves the file.
With those two settings an hour-long lecture comes to about 30 MB. Choose stereo at 192 kbps and it's 165 MB — a fivefold difference for zero perceived quality difference.
Scenario 2: Editing a podcast
You'll take the audio from a video recording and edit it.
Winner: WAV.
During editing the file gets opened, cut, noise-cleaned, level-adjusted and saved many times over. If you work in a lossy format, every save re-encodes and the loss accumulates.
WAV's advantages:
- No re-encoding ever happens.
- Editing programs work fastest with this format — opening and seeking are instant.
- Every program supports it.
The cost is file size: an hour of stereo WAV is about 600 MB. But that's a temporary cost; when the work is done you encode to your target format once.
Note: if the audio in the source video is already lossy (128 kbps AAC, say), extracting to WAV gains no quality — you're just storing that lossy audio losslessly. The benefit is that no additional loss occurs during the editing process.
Scenario 3: Taking a song from a music video
You want the audio from a concert recording or a music video.
Winner: M4A (stream copy) or 256-320 kbps MP3.
Music requires far more data than speech. At a low bitrate the first things lost are high frequencies and stereo width — cymbals, high-pitched instruments and the sense of space.
Don't forget the source's quality ceiling: if the video carries 128 kbps AAC audio, making a 320 kbps MP3 won't push the quality above 128 kbps. It only limits the transcoding loss.
A realistic reminder: the version of the same song on a music service is usually higher quality than a video's audio track. Extracting from video is a meaningful route when you don't have access to that version.
Scenario 4: Taking a film's audio
You want the audio track from an MKV film.
Winner: it depends — but watch the channel mixing.
Film audio is usually 5.1 or 7.1 channels and stored with the AC3 or DTS codec.
If you want to stream-copy: extract as AC3 or DTS. It's lossless, but the number of devices that can play those files is limited.
If you want normal listening: convert to stereo MP3 or M4A. A downmix happens here — six channels reduced to two.
Downmixing has a known problem: in film audio the dialogue is in the center channel and the effects in the side channels. If the mixing ratios aren't right, the speech ends up in the background and the effects dominate. After extracting, listen to a dialogue scene and check.
Some tools offer options that mix the center channel more strongly; use them if available.
Scenario 5: Preparing audio for transcription
You'll hand it to a speech-to-text tool.
Winner: WAV or high-bitrate MP3.
Speech-to-text systems make more errors on low-quality audio. In particular:
- If the high frequencies are cut, sounds like "s" and "f" get confused.
- Compression artifacts blur word boundaries.
- Background noise degrades further under compression.
Give it the best quality the source allows. If the tool accepts WAV, use WAV; if there's a size limit, 192 kbps MP3 is a reasonable compromise.
Don't lower the sample rate. Some systems want 16 kHz, but leave that conversion to the tool itself — if you lower it, it doesn't come back.
Scenario 6: Keeping an interview archive
You'll store it long term and don't need the video.
Winner: FLAC (if the source is lossless) or an M4A stream copy.
If the source video's audio track is lossless (PCM or FLAC — seen with professional cameras), extract to FLAC: the data is preserved exactly and the file is half the size of WAV.
If the source is lossy (AAC, MP3), extracting to FLAC is pointless. You'd be storing lossy audio losslessly; the file gets five times bigger and the quality stays the same. In that case an M4A stream copy is the right choice — it preserves the original data exactly and doesn't change the size.
The general rule: choose the lossless route closest to whatever your source is. With a lossy source that means stream-copying; with a lossless source it means FLAC.
Choices to avoid
FLAC/WAV from a lossy source. It gains no quality, it just costs space. The one exception is when you're going to edit.
A bitrate far above the source's. Turning 128 kbps AAC into 320 kbps MP3 gives you a large file at 128 kbps quality.
Re-encoding when you don't have to. If the source is AAC and your device reads M4A, choosing MP3 adds a needless loss.
Stereo at high bitrate for speech. A needless fivefold file size.
Changing the sample rate. Turning 48 kHz into 22 kHz cuts high frequencies and they don't come back.
Decision summary
Decide with three questions:
1. Will you edit the audio? Yes → WAV.
2. Does your device read M4A and is the source AAC? Yes → M4A (stream copy, zero loss).
3. Is compatibility critical? Yes → MP3, 96-128 kbps mono for speech, 192-320 kbps stereo for music.
If the source is lossless (PCM/FLAC), add FLAC for archiving. If you're extracting film audio, check the dialogue after the downmix. And in every case: verify the resulting file's duration and that the audio is present from beginning to end.
Frequently Asked Questions
Why might M4A be a better choice than MP3?
Because most MP4 videos' audio track is already in AAC format, and when you choose M4A as the target the tool can stream-copy — the audio data is carried across without being re-encoded at all. If you choose MP3, a re-encode is mandatory and a second loss gets added. If your device plays M4A, you get the same content at both better quality and greater speed.
When does extracting to WAV make sense?
When you're going to edit the audio. For cutting, noise removal, level adjustment and applying effects you need a lossless working format so there's no re-encoding on every save. When the work is done you encode to your target format once. Extracting to WAV just to listen, though, is pointless — if the source is already lossy it gains no quality, it just makes the file ten times bigger.
I'll listen to an hour-long lecture on my phone — which settings?
For speech content, 96-128 kbps and mono is more than enough. An hour-long recording at those settings takes about 40-55 MB; choose stereo at 192 kbps and it becomes 165 MB with no audible difference. In a single-speaker recording the extra information the stereo channels carry is negligible.
Is there any point in extracting to FLAC?
Only if the source audio is lossless. Some professional cameras, screen recording software and Blu-ray-sourced MKV files carry PCM or FLAC audio; in that case extracting to FLAC preserves the data losslessly. If the source is AAC or MP3, converting to FLAC gains no quality — you'd just be storing lossy audio losslessly and the file gets five times bigger.
Try this out right away with Videodan Ses Çıkar.
Try Videodan Ses Çıkar