Convert mp3 to ogg via php

亡梦爱人 提交于 2020-01-13 19:40:50

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/5105134/convert-mp3-to-ogg-via-php

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!