Hi, I want to make an online audio conversion site. It would ask the person to provide a link or upload an audio file, and it will convert it to formats like mp3, wma, wav, ogg, gsm etc. I need help on how to make one, like what type of programming is needed for making this type of conversion online. I am already a web developer. Thanks in advance
You'll need ffmpeg or other server side conversion software installed on your server. PHP works well with it because there is a ffmpeg-php extension.
You can convert audio files online for free here: http://www.convertaudioonline.com/ It helps if you happen to not have iTunes installed. Or you can try third party audio converter to try
ok, I now about ffmpeg and I have an ffmpeg server. But Ii need to know how to make one. I dont wanna convert, I wanna laarn how to make one. Can some one explain me the steps and things involved?