Page 1 of 1

wav to mp3 file format ASAP

Posted: Tue Dec 23, 2008 3:46 am
by phpconfuse
Hello,

I have a confusion to convert .wav file into mp3 format. Is it possible to code this conversion using php? is there any open source converter for conversion? which is the best way? to convert the wav files to mp3 or zip?

Regards,
phpconfuse.

Re: wav to mp3 file format ASAP

Posted: Tue Dec 23, 2008 4:20 am
by requinix
Use a third-party tool like FFmpeg or LAME.

PHP can run the programs with functions like exec.