Reputation: 21
I have a website where users can upload music and get it converted to mp3, but I need mp3 and ogg file support to play the music in html5. So, is there any php script that can convert mp3 to ogg?
Upvotes: 2
Views: 4849
Reputation: 3565
Use ffmpeg. You can execute commands directly from your php script.
Upvotes: 4