Sometimes the picture is not the point. You recorded a two hour interview and only need the words. You captured a lecture on a phone and want it on a playlist for the commute. A band posted a rehearsal video and you want the take on your device. A client sent an MP4 of a webinar and the transcription service wants audio. In every one of those cases the useful part of the file is the audio track, and dragging around a gigabyte of video to carry a few megabytes of sound makes no sense.

Extracting audio is one of the simplest operations in media work and one of the easiest to do badly. Choose the wrong format and the file is ten times larger than it needs to be. Choose the wrong bitrate and speech turns muddy or music turns metallic. Skip the trim and you are left with ninety seconds of room noise before anybody says a word. This guide covers the whole job: what actually happens inside a video file when you pull the sound out, which format to pick and why, how bitrate and sample rate really work, and how to clean up the result. Everything described here can be done in a browser without installing anything.
Key takeaways
- Video files store picture and sound as separate streams, so extraction is closer to unpacking than converting.
- MP3 is the right default for sharing and listening; WAV is the right choice when the audio will be edited again.
- 128 kbps is plenty for speech, 192 kbps suits mixed content, and 256 to 320 kbps covers music you care about.
- Extraction cannot add quality that the original recording never had.
- Trimming silence and levelling volume matters more to how a recording sounds than any bitrate choice.
- A local extractor keeps private recordings on your own device.
What this guide covers
- What is actually inside a video file
- Extracting the audio track, step by step
- MP3, WAV, AAC, OGG and FLAC compared
- Bitrate and sample rate, explained properly
- Trimming, levelling and compressing the result
- What extraction cannot do
- Copyright, in plain terms
- Troubleshooting and frequently asked questions
What Is Actually Inside a Video File
A video file is a container holding several independent streams. There is a video stream carrying the pictures, one or more audio streams carrying the sound, and a small amount of structural data that tells a player how to keep them in step. An MP4 from a phone typically holds one H.264 video stream and one AAC audio stream. A film file might hold a video stream, three audio streams for different languages and several subtitle tracks, all inside one file.
This structure is why extraction is fast and why it works so cleanly. The audio is not tangled up with the picture and does not have to be separated from it, because it was never mixed in. It sits alongside the video as its own encoded stream. Pulling it out is closer to taking one document out of a folder than to unmixing paint.
That also explains why an extracted audio file is so much smaller than the video it came from. On a typical phone recording, the audio stream is somewhere between two and five percent of the total file size. A 480 megabyte clip usually contains around 15 megabytes of audio. You are not compressing away the video, you are simply leaving it behind.
One detail matters for quality. The audio inside the video has already been compressed once, almost always as AAC at somewhere between 128 and 256 kbps. Whatever the microphone captured beyond that has already been discarded permanently. Nothing you do during extraction can bring it back, which sets a hard ceiling on the result and makes several common settings pointless. Exporting to a 320 kbps MP3 from a source that was 128 kbps AAC produces a bigger file, not a better one.
Extracting the Audio Track, Step by Step
The process itself is short. What makes the difference between a usable file and a frustrating one is the handful of decisions made along the way, so it is worth understanding each of them rather than accepting defaults blindly.

Step one: check that audio exists
It sounds obvious, and it catches people constantly. Play the source video with the volume turned up and confirm you can hear what you expect. Phone recordings made with an external microphone connected occasionally capture nothing on the internal track. Screen recordings frequently capture system audio, microphone audio, both or neither depending on settings nobody checked. Ten seconds of verification saves a long argument with a tool that was working correctly all along.
Step two: load the file locally
Open the video in an extraction tool. The important question here is whether the tool uploads your file to a server or processes it on your own machine. For a music video that hardly matters. For a recorded meeting, a client interview, a medical consultation, a legal deposition or a lecture you were given permission to record but not to redistribute, it matters a great deal. Local processing means the video is read from disk into the page, decoded by your own device, and never transmitted anywhere.
Extract the audio from any video and save it as an MP3. Works with MP4, MOV, MKV and WebM, entirely in your browser, with nothing uploaded.
Try Video to MP3Step three: choose the output format
MP3 is the right answer for the large majority of cases. It plays on everything ever made, the files are small, and at a sensible bitrate nobody can hear the difference. Choose WAV instead when the audio is going straight into an editor for further processing, because each additional lossy encode compounds the damage and WAV avoids that entirely. The next section covers the full comparison.
Step four: set the bitrate
Match the setting to the content rather than reaching for the highest available number. Speech is simple and compresses extremely well, so 96 to 128 kbps is genuinely enough for an interview or a lecture and produces files small enough to email. Music is complex and benefits from 256 kbps or more. Mixed content such as a webinar with background music sits comfortably at 192 kbps.
Step five: extract and check the result
Run the extraction, then actually listen to the output before you rely on it. Check the beginning, check the end, and skip to somewhere in the middle. Confirm the length matches the source. A file that is exactly half the expected duration usually indicates the tool grabbed one channel or stopped early, and it is far better to find that now than after you have deleted the original.
Step six: trim and level
Almost every extracted recording starts with dead air and ends with someone fumbling for a stop button. Cutting that off improves the file more than any encoder setting will, and it reduces the size at the same time with no quality cost whatsoever. If the recording is uncomfortably quiet, raising the level is the second most valuable adjustment available.
MP3, WAV, AAC, OGG and FLAC Compared
Audio formats divide into three groups: lossy formats that discard information to save space, lossless compressed formats that shrink files without discarding anything, and uncompressed formats that store the waveform as it is. Picking the right group first makes the specific choice easy.

| Format | Type | Size, 3 min stereo | Best for | Weakness |
|---|---|---|---|---|
| MP3 | Lossy | 3 to 7 MB | Sharing, playback, uploads | Slightly less efficient than AAC |
| AAC or M4A | Lossy | 3 to 6 MB | Apple devices, best quality per megabyte | Slightly narrower device support |
| OGG Vorbis | Lossy | 3 to 6 MB | Web use, open and royalty free | Poor support in older hardware players |
| FLAC | Lossless | 15 to 20 MB | Archiving a lossless source | Pointless when the source was lossy |
| WAV | Uncompressed | Around 30 MB | Editing, mastering, voiceover work | Very large, no metadata to speak of |
MP3, the safe default
MP3 has been in use since the mid nineties, its patents have long expired, and there is essentially no device that cannot play it. It is marginally less efficient than newer lossy formats, meaning it needs a slightly higher bitrate to reach the same perceived quality, but that difference is small and the compatibility advantage is total. If you are not certain what you need, MP3 at 192 kbps is a choice you will not regret.
AAC and M4A, the efficient successor
AAC is what the audio inside your video almost certainly already is. It reaches the same quality as MP3 at roughly 20 to 30 percent lower bitrate, and it is the default across Apple devices, streaming services and broadcast. Extracting to M4A, which is AAC in an MP4 style container, has an interesting advantage: in some tools it can copy the existing AAC stream directly rather than re-encoding it, which means no additional quality loss at all. When that option is available it is the highest fidelity extraction possible.
WAV, for editing
WAV stores raw samples with no compression, so it is large and completely faithful to whatever it was given. That last part is important and often misunderstood: exporting a lossy source to WAV does not restore anything. It preserves exactly what the lossy file contained, at ten times the size. The reason to choose it is that further editing, noise reduction, level adjustment or mixing will not compound compression damage, because there is no compression to compound. Export to WAV, do the work, then encode to MP3 once at the end.
FLAC, for genuine archives
FLAC compresses losslessly, typically to around half the size of WAV, with bit for bit identical playback. It is excellent for archiving master recordings. It is close to pointless for audio extracted from a video, because the source was already lossy and FLAC will faithfully preserve every compression artifact at five times the size of an MP3 that sounds the same.
OGG Vorbis and Opus
Both are open and royalty free. Vorbis is roughly comparable to AAC, and Opus is markedly better at low bitrates, which is why it dominates voice chat and streaming. They are strong technical choices for web delivery and weaker practical choices for handing a file to another person, because support outside browsers is inconsistent.
If you end up with an extracted file in the wrong format, or you receive audio in something a colleague cannot open, converting between MP3, WAV, OGG, M4A and FLAC is straightforward with the Audio Converter, which runs locally in the browser. One caution worth repeating: converting a lossy file to another lossy format re-encodes it and costs a little quality every time, so convert once from the best source you have rather than passing a file through three formats in sequence.
Bitrate and Sample Rate, Explained Properly
These two numbers appear in every audio dialog and are routinely confused. They control different things, and knowing which is which prevents a lot of wasted effort.

Bitrate: how much data per second
Bitrate is the amount of data spent on each second of audio, measured in kilobits per second. It is the main quality control in any lossy format and it maps directly to file size: a 128 kbps file is exactly half the size of a 256 kbps file of the same duration. One minute at 128 kbps is very close to one megabyte, which makes mental estimates easy. A forty minute podcast at 128 kbps lands near 38 megabytes.
| Bitrate | Sounds like | Use for | Size per hour |
|---|---|---|---|
| 64 kbps | Noticeably thin | Voice memos, rough notes | About 29 MB |
| 96 kbps | Fine for speech | Interviews, lectures | About 43 MB |
| 128 kbps | Good, the old default | Podcasts, general listening | About 58 MB |
| 192 kbps | Very good | Mixed content, safe all rounder | About 86 MB |
| 256 kbps | Excellent | Music worth keeping | About 115 MB |
| 320 kbps | MP3 ceiling | Music from a high quality source | About 144 MB |
The point almost nobody mentions is that these figures describe what the format can carry, not what your file contains. If the audio inside the video was encoded at 128 kbps AAC, extracting at 320 kbps MP3 gives you a file two and a half times larger that sounds no better, and arguably slightly worse because it has now been through two lossy encoders. Match the output roughly to the source, and when in doubt 192 kbps is a sensible ceiling for extracted audio.
Sample rate: how often the waveform is measured
Sample rate is how many times per second the audio waveform was measured when it was recorded, in kilohertz. CD audio uses 44.1 kHz. Video audio almost always uses 48 kHz, which is the broadcast and film standard. The rate determines the highest frequency that can be represented, which is half the sample rate, so 44.1 kHz covers frequencies up to about 22 kHz, comfortably above the roughly 20 kHz limit of excellent human hearing.
The practical advice is simple: leave it alone. Keep the source sample rate. Lowering it to 22 kHz noticeably dulls the sound by removing the top of the frequency range, and raising it above the source adds nothing at all while making the file bigger, because the information was never captured. The one legitimate reason to change it is a system that specifically requires a given rate, such as certain telephony or transcription pipelines that ask for 16 kHz mono.
Channels: stereo, mono and when to fold down
Stereo doubles the data of mono. For a solo voice recorded on one microphone, that second channel usually carries either an identical copy or room noise, and converting to mono halves the file with no meaningful loss. For music, interviews recorded with separate microphones panned apart, or anything with a deliberate stereo image, keep stereo. A useful test is to listen on headphones with one ear covered; if switching sides makes no real difference, mono is safe.
Trimming, Levelling and Compressing the Result
Extraction gives you a raw audio file. Three quick adjustments turn it into something pleasant to listen to, and all three matter more to the listening experience than any argument about bitrate.

Trim the dead air
Real recordings begin before anything happens and end after everything has finished. A lecture recording might carry two minutes of shuffling chairs. A meeting capture might hold ninety seconds of people joining. Removing that is the single highest value edit available, and unlike every quality setting it costs nothing at all. Working from a waveform makes it obvious where the sound actually starts, since silence is visibly flat and speech is not.
Trimming is also how you extract a section rather than a whole file. If what you need is a two minute excerpt from a fifty minute recording, cut it to those two minutes and the file drops by 96 percent before you touch anything else.
Cut an audio file down to the exact section you need using a waveform, then download it as MP3 or WAV without uploading anything.
Try Trim AudioFix the level
Extracted audio from a video is frequently too quiet, because the recording was set conservatively to avoid clipping or because the speaker sat well back from the microphone. A quiet file is genuinely worse to use: listeners raise the volume, the background hiss rises with it, and on a phone speaker the result becomes unintelligible.
Raising the overall level is the fix, but there is a limit. Amplification raises everything including noise, so a hissy recording amplified heavily becomes a loud hissy recording. It also cannot exceed the maximum the format allows, and pushing past that causes clipping, which sounds like harsh crackling on the loudest words. Raise until the loudest peaks approach the ceiling and stop there.
Compress to the size you need
If the file still needs to be smaller, reducing the bitrate is the direct control. Speech tolerates this remarkably well. An interview at 64 kbps mono is perfectly intelligible and takes a quarter of the space of a 128 kbps stereo version. Music does not tolerate it, and a heavily compressed music track develops a distinctive swirling, watery quality in cymbals and reverb tails that is hard to unhear once you notice it.
Shrink an audio file with a selectable bitrate and see the before and after sizes, processed entirely on your own device.
Try the Audio CompressorA useful ordering
Do these operations in the right sequence and you avoid re-encoding more than once. Extract to WAV if you plan to edit, trim to the section you need, adjust the level, and only then encode to MP3 at your chosen bitrate. If you extract straight to MP3 and then trim and amplify it, you have encoded twice and the second encode is working on already damaged audio. For a quick job that difference is inaudible; for anything you will publish it is worth getting right.
Choosing Settings by Use Case
General advice only goes so far, because the right settings depend entirely on what the audio is for. Here are the situations that come up most often and the specific choices each one calls for.
An interview or meeting you need to reference later
Speech, one or two voices, probably recorded in a room with some background noise. Extract to MP3 at 96 or 128 kbps in mono. That produces a file small enough to email or store indefinitely, and speech at that bitrate is completely intelligible. Trim the joining and leaving portions. If several people spoke at different distances from the microphone, raising the overall level helps the quiet ones more than it hurts the loud ones, provided you stop before the peaks clip.
A lecture or webinar for a commute
Same profile as an interview, with one addition: you will be listening in a noisy environment, so a slightly higher level matters more than fidelity. Mono at 96 kbps is fine and a two hour lecture lands around 85 megabytes. If the presenter played video clips or music during the session, 128 kbps handles those passages better without adding much size.
Audio destined for transcription
Transcription services and speech recognition systems care about clarity, not richness. Mono is preferred because it removes any ambiguity about which channel to use. Many systems specify 16 kHz sample rate and will downsample anything higher themselves, so leaving the source rate alone is usually correct. What genuinely improves accuracy is trimming out sections with no speech and levelling a quiet recording, because a signal too close to the noise floor produces guesses instead of words.
Music from a performance or rehearsal video
This is the one case where the higher bitrates earn their space. Extract at 256 kbps or, if the source audio is good, 320 kbps, and keep stereo. Do not convert to mono, because the stereo image is part of what makes a recording sound like a room rather than a speaker. If you plan to edit or master it, extract to WAV first, do the work, and encode to MP3 once at the end rather than repeatedly.
A short clip for a video project
When you need a few seconds of sound to drop into an edit, extract to WAV even though it is large, because the file is short and the editor will re-encode everything on export anyway. Trim tightly around the section you need. A three second WAV clip is under a megabyte, and starting from uncompressed audio means the sound survives the editing pipeline without accumulating artifacts at every stage.
Sound to be published as a podcast episode
Aim for a mono 96 to 128 kbps MP3 for a talk format, which is the industry norm and keeps download sizes reasonable for listeners on mobile data. Level the episode consistently so it does not require volume adjustment against other shows in a listener's queue. Extract to WAV, do the trimming and levelling there, and produce the MP3 as the final step so the published file has been through exactly one lossy encode.
A Practical Workflow From Start to Finish
Putting all of it together, here is the sequence that produces a clean result on the first attempt for almost any source.
- Play the source and confirm the audio is there. Ten seconds of checking prevents most of the problems in the troubleshooting section below.
- Decide what the audio is for. Sharing, editing, transcription and archiving lead to different formats, and picking now avoids doing the work twice.
- Extract locally. Choose WAV if further editing is coming, MP3 otherwise, and set the bitrate from the use case rather than from habit.
- Listen to the beginning, middle and end. Confirm the duration matches the source and that both channels carry what you expect.
- Trim to the section that matters. Cut the dead air at both ends and any long gap in the middle. This is the largest saving available and it costs nothing.
- Level it if it is quiet. Raise until the loudest peaks approach the ceiling, then stop. Do not push into clipping to make a quiet recording feel louder.
- Fold to mono where appropriate. Single voice recordings halve in size with no audible penalty.
- Encode once, at the end. If you worked in WAV, produce the final MP3 as the last step so the file has been through a single lossy encode rather than several.
- Name the file usefully. A date and a description beats the original camera filename, particularly once you have twenty of them in a folder.
What Extraction Cannot Do
A lot of frustration comes from expecting extraction to solve problems that belong to the recording stage. Being clear about the limits saves time.
It cannot add quality. The audio in the video is the ceiling. If it was recorded at 64 kbps mono from a laptop microphone across a room, no format, bitrate or sample rate will improve it. Every setting above the source quality produces a larger file containing the same sound.
It cannot separate mixed sources. Once a voice and a backing track are combined into one waveform, they are one waveform. Normal editing tools cannot pull them apart, because the information about which sound came from where no longer exists in the file. Dedicated source separation software makes an educated attempt using trained models, with results that range from impressive to unusable depending on the material. The reliable solution is to keep tracks separate during recording or export.
It cannot remove serious background noise. Light steady hiss can be reduced with noise reduction. Traffic, air conditioning, a fan, or another conversation cannot be removed cleanly, because those sounds occupy the same frequencies as the voice you want. Aggressive noise reduction produces the underwater, warbling artifact that makes a recording sound worse than the noise did.
It cannot fix clipping. If the original recording was too loud and the waveform was flattened at the top, that information was destroyed at the moment of recording. Repair tools can guess at the shape and reduce the harshness, but they are reconstructing, not recovering.
Copyright, in Plain Terms
Extracting audio is a neutral technical operation, and what you may do with the result depends entirely on the source. Recording your own meeting, lecture with permission, podcast, or family video and pulling the audio out is unambiguously fine. Extracting audio from material you licensed for a project, within the terms of that licence, is fine. Extracting a song from a music video and distributing it is not, and neither is republishing someone else's recorded talk as your own content.
The middle ground varies by country and by circumstance, covering things like personal copies of material you already own and short quotations for commentary or criticism. Those rules differ enough between jurisdictions that a general guide cannot resolve them. The practical rule that keeps most people out of trouble: extracting for your own private use or for material you created or licensed is safe, and redistributing extracted audio from someone else's work requires their permission.
Troubleshooting Common Problems
The output file is silent
Check the source first by playing it with the volume up. If the source has sound and the output does not, the likely causes are a multi-track file where an empty track was selected, an unusual audio codec such as AC3 or DTS that the tool cannot decode, or a video that stores audio in a way the extractor did not expect. Converting the video to a standard MP4 with AAC audio first, then extracting, resolves most of these.
Only one channel has sound
Typically caused by a single microphone plugged into one input of a stereo pair, so the recording genuinely has audio on the left and silence on the right. The fix is to convert to mono, which merges the channels and puts the voice in the centre where it belongs. Playing the file back on a phone speaker can hide this problem entirely, so check on headphones.
The audio drifts out of sync with the video
This affects extraction indirectly, because a variable frame rate source can produce an audio track of slightly different duration than expected. It is common with screen recordings and some phone footage. If the extracted audio is a few seconds longer or shorter than the video, converting the video to a constant frame rate before extracting usually resolves it.
The extracted file is enormous
Almost always a WAV export, which is uncompressed by definition. An hour of stereo WAV at 48 kHz is roughly 600 megabytes and that is normal. If you wanted a small shareable file, extract or convert to MP3 instead. The other cause is an unusually high bitrate chosen from a menu without a reason.
The audio sounds worse than the video did
Two possibilities. Either the output bitrate was set too low, particularly if the content is music, or the file has been through several lossy encodes in sequence. Go back to the original video rather than to a previously extracted file and do the extraction once, at a sensible bitrate.
Frequently Asked Questions
Does extracting audio from a video reduce its quality?
The audio inside a video file has already been compressed, usually as AAC. Saving it as MP3 re-encodes it, which discards a little more information. At 192 kbps or higher that second loss is inaudible for almost every listener on almost every playback system. Exporting to WAV avoids any further loss but cannot recover anything the original encode already removed, so it preserves the existing quality rather than improving it.
What bitrate should I use for an MP3?
Use 96 to 128 kbps for speech, interviews and lectures, 192 kbps as a general purpose setting for mixed content, and 256 to 320 kbps for music where quality genuinely matters. There is no benefit in exceeding the quality of the audio already inside the video, and 320 kbps is the highest MP3 supports in any case.
Can I extract audio without uploading my video?
Yes. A browser based extractor reads the file from your disk, decodes it using your own device, and writes the audio back out as a download. The video never leaves your computer. That matters for interviews, client footage, lectures, medical or legal recordings, and anything personal. It also means the tool works normally on a poor connection, since there is nothing to transfer.
Why is my extracted audio silent or missing?
Common causes are a video with no audio track at all, a source recorded with the microphone muted or disconnected, an unusual audio codec the tool cannot decode, or a multi-track file where an empty track was selected. Playing the original video with the volume up confirms whether audio exists before you blame the extraction step.
What is the difference between MP3 and WAV?
WAV stores uncompressed audio, so it is large, faithful to its source and ideal for further editing. MP3 is compressed and lossy, roughly ten times smaller, and is what you want for sharing, uploading and everyday listening. A three minute stereo track is about 30 megabytes as WAV and about 3 megabytes as a 128 kbps MP3.
Can I separate a voice from background music after extraction?
Not with a normal extraction or editing tool. Once voice and music are mixed into one track they share a single waveform, and there is no information left about which sound came from which source. Dedicated source separation software can attempt it using trained models, with results that vary widely. The dependable answer is to record or export the tracks separately in the first place.
Should I extract to mono or stereo?
Mono for a single voice recorded on one microphone, which halves the file size with no meaningful loss. Stereo for music, for interviews recorded with separate microphones, and for anything with a deliberate stereo image. If you cannot tell the difference between the two channels on headphones, mono is the better choice.
How long should extraction take?
On a local tool, a few seconds for a short clip and up to a minute or two for a long recording, depending on your device. If a large file appears to finish instantly, check that the output duration matches the source. If it takes far longer than the video is long, the tool may be uploading rather than processing locally.
Related Reading
The same file often needs work on the video side too. If the source clip needs cutting down, breaking into parts or joining with others first, how to trim, split and merge video clips covers those operations in the same practical detail this guide gives audio. And when a short silent loop would communicate better than a video, how to make a GIF from a video walks through building one that stays small and sharp.
The Bottom Line
Extracting audio from video is quick because the audio was never mixed into the picture in the first place. Confirm the source actually has sound, work locally so private recordings stay on your own device, and choose the format by destination: MP3 for sharing and listening, WAV when the file is heading into an editor. Set the bitrate to match the content rather than reaching for the maximum, since 128 kbps handles speech comfortably and 192 kbps covers almost everything else.
Then spend a minute on the parts that people actually notice. Trim the dead air at both ends, raise the level if the recording is quiet, and drop the bitrate only as far as the content allows. Remember that extraction inherits the quality of the original recording and cannot improve on it, so the real gains come from what you cut, not from what you set. Get that order right and a two hour video becomes a clean, small audio file in about three minutes.
← Back to all articles
