wav to mp3 file format ASAP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpconfuse
Forum Newbie
Posts: 1
Joined: Tue Dec 23, 2008 3:40 am

wav to mp3 file format ASAP

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: wav to mp3 file format ASAP

Post by requinix »

Use a third-party tool like FFmpeg or LAME.

PHP can run the programs with functions like exec.
Post Reply