• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Best free avi to mp3 converter/extractor?

SoulAssassin

Diamond Member
I'm looking for a freeware app to rip the audio from a bunch of avi files (concert footage) to mp3 files. Everything I've found either doesn't work right or has an X second limit and wants you to buy the full version, google has failed me for one of only a few times. Something I can point to the dir and let it run on all the files in batch would be awesome but if I have to do them one at a time I'll deal with it.
 
Sweet...for posterity the cmd line was:

set avidemux="C:\Program Files (x86)\Avidemux 2.5\avidemux2.exe"
for %%f in (*.avi) do %avidemux% --load "%%f" --audio-process --audio-normalize --audio-resample --save-uncompressed-audio "\mp3\%%f.mp3" --quit
 
Thanks for the update, and I'm glad you got it working. I have it installed, but I haven't had to use that since I've been running Ubuntu. I was still on Windows last time I had to separate audio from video.
 
Back
Top