How to Extract Audio from Video: Choosing Between MP3, WAV and AAC
7 min read
You need the audio from a conference recording, the song from a music video, an interview turned into an audio file for transcription, or a lecture as an MP3 to listen to on your phone. Extracting audio from video is technically a simple operation but it involves two critical decisions that need to be made right.
What the operation actually does
A video file is a container holding a video track and an audio track together. Audio extraction separates the audio track from that container and saves it as an independent file.
There are two different routes here, and the difference between them directly affects quality.
Stream copy: the audio data is carried into the new file untouched. There's no re-encoding and no quality loss. The operation takes seconds.
Re-encoding (transcode): the audio is decoded and encoded from scratch in the target format. Moving between lossy formats adds a second loss.
Your target format determines which route gets used.
Step 1: Find out what the video's audio track is
This step lets you make the right decision.
In most videos the audio track is one of these:
| Video source | Typical audio codec | |---|---| | MP4 (phone, camera) | AAC | | MP4 (downloaded from the internet) | AAC | | MKV (film) | AC3, DTS, AAC or FLAC | | WEBM | Opus or Vorbis | | AVI (older) | MP3 or AC3 | | MOV (Apple) | AAC or PCM |
To see the information, look at your video player's file information window (Tools > Media Information in VLC, for example).
Why it matters: if your source codec matches your target format, you can stream-copy and lose no quality at all.
Step 2: Choose the target format
By your intended use:
AAC / M4A — if your source is already AAC (which it usually is in MP4 videos), this is the best choice, because stream-copying is possible and quality is preserved exactly. Every modern device plays it.
MP3 — if you need compatibility. Old car head units, MP3 players and some software only recognize MP3. But if your source is AAC, re-encoding is required and some loss gets added.
WAV — if you'll edit the audio. It gives you a lossless working space; there's no additional loss during operations like cutting, noise removal and level adjustment. The file is very large (~10 MB per minute) but when the editing is done you encode to your target format once.
FLAC — for archiving, if the source audio is lossless (some MKVs contain FLAC or PCM). If the source is lossy, converting to FLAC is pointless; it gains no quality, it just grows the file.
Step 3: Accept the quality ceiling
This is the most commonly misunderstood point.
The resulting audio file is, at best, an exact copy of the video's audio track. Better than that isn't possible.
A concrete example: if your video's audio track is 128 kbps AAC:
- Stream-copy as M4A: you get 128 kbps AAC. Perfect — no loss.
- Make a 192 kbps MP3: a file at 128 kbps AAC quality, at 192 kbps size. There's loss (transcoding) and the size is excessive.
- Make a 320 kbps MP3: still 128 kbps quality, in a much bigger file. The loss shrinks a bit but the ceiling is the same.
- Make it FLAC: 128 kbps quality in a huge file. No gain at all.
The rule: raising the target bitrate above the source's gains no quality. Going one notch up only makes sense to limit transcoding loss when moving from lossy to lossy.
Step 4: Set the bitrate
If you're going to re-encode:
| Source audio | Recommended MP3 target | |---|---| | 96-128 kbps AAC | 160-192 kbps | | 160-192 kbps AAC | 192-256 kbps | | 256 kbps AAC and above | 320 kbps | | AC3 / DTS (film audio) | 192-256 kbps | | PCM / lossless | 256-320 kbps |
The logic of going one notch up: AAC is more efficient than MP3 at the same bitrate. Converting 128 kbps AAC to 128 kbps MP3 creates noticeable softening.
Content type matters too:
- Speech, lectures, podcasts: 96-128 kbps is more than enough. Consider mono too — stereo is unnecessary in a single-speaker recording and it halves the file.
- Music: 192 kbps and above.
- Film audio (multi-channel): it gets downmixed to stereo; 192-256 kbps is enough.
Step 5: Extract
Open the audio extraction tool, upload your video and choose the target format. The processing runs in your browser; your video doesn't go to a server.
On long videos (an hour-long conference recording, say) the operation can take a while. If stream-copying is used it's very fast; re-encoding takes longer.
Step 6: Check the result
Is the duration right? The resulting file's length should match the video's. If it differs, something is wrong.
Is the audio present throughout? On long recordings especially, listen at a few points in the middle and at the end.
Is the channel layout right? With film audio, 5.1 channels get downmixed to stereo. That usually goes fine, but in some mixes the dialogue can end up in the background — which happens when the center channel isn't mixed properly.
Is the level normal? If it comes out very quiet or very loud, there may be a problem in the source.
Tags. Information like track name and artist doesn't come from the video; you have to add it by hand.
Multiple audio tracks
MKV films and some professional recordings carry more than one audio track: original language, dubbing, director's commentary, audio description.
Extraction tools generally take the first track, which is usually the original language. If you want a specific track:
- Check whether the tool offers track selection.
- If it doesn't, you may need to reduce the video to a single track first.
- Some players (like VLC) offer a feature to save tracks separately.
Sync and duration problems
If the extracted audio comes out shorter or shifted compared to the video's, the likely causes:
Variable frame rate (VFR). Screen recordings and some phone videos use VFR, and that breaks timestamp calculations. Fix: convert the video to a constant frame rate first.
Different start timestamps. In some recordings the audio track starts a few hundred milliseconds before or after the video. The container compensates for that with an offset value, but it can be lost during extraction.
A corrupted or incomplete file. If the download was cut short, the last part doesn't arrive.
Common use cases
Listening to a conference/lecture recording. If you don't need to watch the video, taking only the audio reduces the file to a tenth. 96-128 kbps mono is more than enough and it eases your phone storage.
Preparing audio for transcription. Speech-to-text tools want an audio file. WAV or high-bitrate MP3 gives better recognition accuracy.
Taking a song from a music video. The quality ceiling is the video's audio track; usually 128-192 kbps AAC. The version of the song on a music service is often higher quality.
Archiving interviews. Keeping the audio as FLAC or high-bitrate MP3 takes far less space than keeping the video.
Podcast production. To take the audio track from a video recording and edit it, extract to WAV and encode to MP3 after the edit.
In summary
Extracting audio from video is the operation of separating the audio track from the container, and it can be done two ways: stream-copying (lossless and fast, but requiring the target format to be compatible with the source) or re-encoding (works with any format but adds loss). If your source is AAC and you want M4A, stream-copying is the best option. The quality ceiling is set by the video's audio track — however much you raise the bitrate, that ceiling isn't exceeded. For speech content 96-128 kbps mono is enough; for music 192 kbps and above is appropriate. After extracting, don't forget to check the duration, the presence of audio and the channel layout.
Frequently Asked Questions
Can the audio I extract be better than the video's?
No. The extracted audio is, at best, an exact copy of the video's audio track. If the audio in the video is 128 kbps AAC, even extracting at 320 kbps MP3 gives you a large file at 128 kbps quality. The quality ceiling is set by the video's audio track and that ceiling can't be exceeded.
Can I extract the audio track without re-encoding?
Yes, that's called a stream copy and it causes no quality loss at all. If the audio in the video is AAC it can be taken directly as .m4a, if MP3 as .mp3. But if your target format differs from the source (you have AAC audio but want MP3 output), re-encoding is mandatory and a second loss gets added.
If the video has multiple audio tracks, which one gets extracted?
The tool generally takes the first audio track, which is usually the original language. MKV films can carry multiple language and commentary tracks. If you want a specific track, you'll need to check whether the tool offers track selection, or reduce the video to a single track first.
The extracted audio comes out shorter or shifted — why?
It usually stems from the source video using a variable frame rate, or from the audio track starting at a different timestamp than the video. In some recordings the audio track starts a few hundred milliseconds before or after the video. If the problem persists, try converting the video to a constant frame rate first and then extracting the audio.
Try this out right away with Videodan Ses Çıkar.
Try Videodan Ses Çıkar