Alexander
Alexander

Reputation: 21

Convert mp3 to ogg via php

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

Answers (1)

azat
azat

Reputation: 3565

Use ffmpeg.
You can execute commands directly from your php script.

Upvotes: 4

Related Questions