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。当我处理表单提交时,是否可以使用 PHP 中的 ffmpeg 将该 mp3 转换为 wav?
第二个谷歌结果:ffmpeg -i foo.mp3 -acodec pcm_s16le bar.wav。用shell_exec.
ffmpeg -i foo.mp3 -acodec pcm_s16le bar.wav
shell_exec