Results 1 to 7 of 7
Hallo all,
I need to convert a wave files with ImaADPCM compression in mp3, on the server.
I tryed Sox and Lame but I am not really good with those:
...
- 10-12-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 2
WAV to MP3 conversion
Hallo all,
I need to convert a wave files with ImaADPCM compression in mp3, on the server.
I tryed Sox and Lame but I am not really good with those:
sox FAIL formats: can't open input file `1.wav': WAVE: RIFF header not found
Here I uploaded one file: vendocasa.biz/MIX/1.wav
Thankyou very much in advance.
Matteo
- 10-12-2009 #2Just Joined!
- Join Date
- Oct 2009
- Posts
- 2
Hey there!
If you get yourself the Wine program on Ubuntu, then you can install and run a load of windows programs. once you have Wine installed just do a quick search on google.com
I put in this "ImaADPCM MP3 from wav converter" and there are links to places I don't know these programs very well but I do know you have a better chance searching through windows programs
hope this helpsLast edited by BigBatch; 10-12-2009 at 10:15 AM. Reason: slight misread
- 10-12-2009 #3
Which Linux distro are you using?
Its really easy to convert wav to mp3 format through lame. What error message does lame throw?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-12-2009 #4Just Joined!
- Join Date
- Oct 2009
- Posts
- 2
Think I got it, using ffmpeg: ffmpeg -i input.wav output.mp3 works fine.
Lame was complaining about the riff header missing, instead ffmpeg just does it.
Ciao!
Matteo
- 10-12-2009 #5
Glad you got it sorted! ffmpeg is the cat's meow when converting sound and video files! It's so easy from the command line a "GUI" would just make it more complicated!
- 10-20-2009 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,485
I love ffmpeg, but you can also use VLC to save/convert one audio format to another. Ffmpeg is a purely command line tool with zillions of options, so you can do just about any kind of A/V transcoding you want.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-30-2009 #7Just Joined!
- Join Date
- May 2007
- Posts
- 17
soundconverter is also great since it uses the gstreamer framework


Reply With Quote
