Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个网站,用户可以上传音乐并将其转换为 mp3,但我需要 mp3 和 ogg 文件支持才能以 html5 播放音乐。那么,有没有可以将mp3转为ogg的php脚本呢?
使用 ffmpeg。 您可以直接从您的 php 脚本执行命令。