The quickest way to extract audio from video
Open the audio extractor, add your video, select the audio track if the file contains more than one, and choose an output format. Use MP3 for easy sharing, WAV for editing, or AAC for an efficient general-purpose file.
For supported files, the work runs locally in your browser. That matters when the source is a private interview, a large recording, or anything you would rather not upload to a conversion server.
Before starting, make sure you have permission to reuse the audio. A technical ability to extract a track does not change copyright or privacy rights.
Extraction and conversion are different
“Extract audio” can describe two operations:
- Stream copy: the original audio stream is copied out without being encoded again. This is fast and avoids generation loss, but the original codec must fit the destination container.
- Transcode: the audio is decoded and encoded into a new format such as MP3 or WAV. This improves compatibility or makes editing easier, but lossy outputs can discard information.
If the source already contains AAC and you only need the original sound, copying that stream is ideal when the workflow supports it. If you need an MP3 that plays almost anywhere, transcoding is the practical choice.
MP3 vs WAV vs AAC
| Format | Best for | Main tradeoff |
|---|---|---|
| MP3 | Sharing, voice notes, broad compatibility | Lossy compression |
| WAV | Editing, analysis, an uncompressed handoff | Much larger files |
| AAC | Compact audio, video workflows, modern playback | Not as universal in older editing workflows |
Choose MP3 for simple sharing
MP3 is the safest option when the recipient should be able to double-click and listen. It is useful for interviews, lectures, draft music references, and messaging. A higher bitrate does not restore information missing from the source; it only gives the new encode more room.
Choose WAV for editing
WAV is a container often used for uncompressed PCM audio. It avoids adding another layer of lossy compression while you cut, clean, mix, or analyze the track. The cost is size: uncompressed audio can be many times larger than MP3 or AAC.
Exporting a low-quality source as WAV does not improve it. WAV preserves the decoded result; it cannot reconstruct frequencies or detail that were already removed.
Choose AAC for an efficient result
AAC is common inside MP4 and M4A files and offers good quality at practical bitrates. It is a sensible option when the audio will return to a video project or play in modern software. If compatibility with unknown desktop tools is the priority, MP3 is easier to hand off.
What bitrate should you use?
Bitrate describes how much data lossy audio receives each second. The right number depends on the source, the codec, and how people will listen.
| Material | Practical MP3/AAC starting range |
|---|---|
| Spoken voice | 96–128 kbps |
| Interview or podcast with music | 128–192 kbps |
| General music listening | 192–256 kbps |
| High-quality music delivery | 256–320 kbps |
These are starting points, not promises. A clean mono voice recording needs less data than dense stereo music. Listen through headphones before deleting the source.
For WAV, sample rate and bit depth replace the usual lossy-bitrate decision. When editing, keeping the source sample rate avoids an unnecessary conversion. Increasing sample rate or bit depth after recording does not add captured detail.
Step-by-step: video to audio
- Keep the source video. Do not make the extracted file your only copy.
- Add the video to the extractor. Large supported files remain on your device during local processing.
- Select the correct track. Some videos contain multiple languages, commentary, or alternate mixes.
- Choose the output for the next step. MP3 for sharing, WAV for editing, or AAC for a compact modern file.
- Pick a sensible quality. Match it to voice or music rather than automatically choosing the maximum.
- Process and preview. Check the beginning, middle, and end for sync, silence, or a wrong track.
- Trim if needed. Use the audio trimmer to remove unwanted sections.
If you later need a different format, the audio converter can handle that step. Whenever possible, create each deliverable from the best available source rather than converting one lossy file into another.
How large will the audio file be?
For lossy audio, size is predictable from bitrate and duration:
file size (MB) ≈ bitrate (kbps) × duration (seconds) ÷ 8,000
A ten-minute track at 192 kbps is roughly 14.4 MB before small container differences. The same duration at 128 kbps is roughly 9.6 MB.
For uncompressed stereo PCM, size also depends on sample rate and bit depth. A common 48 kHz, 24-bit stereo WAV uses about 17 MB per minute, which is why WAV is excellent for production but inconvenient for casual sharing.
Common extraction problems
The output has no sound
The selected stream may be silent, unsupported, or not the track you expected. Inspect the source for multiple audio streams and preview the original first.
Voices sound too quiet
Extraction preserves the source level unless another processing step changes it. Compression and loudness normalization are separate operations. Avoid simply boosting until peaks clip.
The result sounds worse
The output may have been encoded at a bitrate that is too low, or the source was already heavily compressed. Return to the original video and choose a higher-quality output. Converting the damaged result again will not repair it.
The WAV file is unexpectedly huge
That is normal for uncompressed audio. Use WAV while editing, then export an MP3 or AAC copy for delivery.
Keep the workflow source-first
Extract from the original video, choose a format based on the next task, and make edits before the final lossy export. This prevents avoidable generation loss and keeps your options open.
The simplest rule is: WAV while working, MP3 when sharing, AAC when efficiency fits the playback environment.