Convert AVI to MP3 - extract audio
AVI files usually carry MP3 or PCM audio inside their Microsoft container. Wave discards the video and re-encodes the audio to a clean 192 kbps MP3 that plays anywhere.
What actually changes
AVI is a 1992 container and its audio track is nearly always MP3 or uncompressed PCM. If your AVI's audio is already MP3 at a reasonable bitrate, the re-encode still produces a clean MP3 - the small quality dip from re-encoding is inaudible on the vast majority of source material. If the AVI carries PCM, decoding is trivial and the LAME encode produces a much smaller file at similar audible quality.
Because the video track is discarded entirely, this conversion is fast - often 10× faster than converting the same AVI to MP4. Even hour-long AVIs from 2000s-era captures finish in well under a minute on a modern laptop.
Three steps.
-
01
Step 1
Drop the AVI onto the card.
-
02
Step 2
Pick MP3 as the output format.
-
03
Step 3
Convert and save the MP3.
Answers, specifically.
My AVI audio is already MP3. Do I lose quality?
A small amount, since the current build re-encodes rather than remuxes MP3 audio. The dip is inaudible on speech, live music, and most studio recordings. Audiophile source material may lose a small edge.
What if the AVI has PCM audio?
Decoding is instant and the MP3 output is much smaller than the source - around 1.4 MB per minute at 192 kbps.
Can I extract the audio track when the AVI plays out of sync?
Yes. Wave preserves the audio timing as-is. If drift exists in the source it will exist in the MP3, but a slightly-drifted MP3 is still a usable audio file.
Are multiple audio tracks supported?
AVIs rarely carry multiple audio tracks. When they do, Wave extracts the first stream. Track-picker support is on the roadmap.
Why not save the source MP3 track directly?
A future release will remux audio when the source codec already matches the target. Today, Wave re-encodes for consistency.