Ripping sound from .avi video file to .mp3? (on Windows)

What software (free) can do the task ?

link|improve this question

78% accept rate
feedback

4 Answers

up vote 5 down vote accepted

I've used Avidemux and find it intuitive. It's free, cross platform.

http://fixounet.free.fr/avidemux/

link|improve this answer
feedback

MediaCoder should work. And, yes, it is free and works on Windows.

It clearly lists this as one of its applications,

Extracting audio track from video files

If you AVI happens to have some other audio, it will also convert it to MP3 for you.

link|improve this answer
feedback

I've used This Audio Converter with success in the past. here's a tutorial AVI to MP3

Main page is here:

http://www.riverpast.com/en/support/tutorials/convert/avi/index.php

Not free, unfortunately, but very powerful. An alternative, free solution can be found here: How to convert the audio in a video to WAV (or MP3)

link|improve this answer
feedback

If you don't mind using command line, have a try at ffmpeg with libmp3lame enabled. The command should be:

ffmpeg -i inputvideo.avi -vn -acodec mp3 outputaudio.mp3
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.