HTML5 comes witj audio tag, but Firefox preffers OGG while IE preffers MP3. My php app has a form which allows users to upload audio files. The question is how do I transform an mp3 file format to ogg in order to play them on most browser.
i've read somewhere that ffmpeg can do this task. Can I do it on goddady if I have a linux deluxe hosting account?