Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
<?php exec("ffmpeg -i file.wav -f aiff -ab 128000 -ar 44100 file.aif"); ?>
不太优雅,但您可以使用底层系统工具通过 shell_exec() 来完成此操作
Not elegant, but you can use underlying system tools to do it via shell_exec()
shell_exec()
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
不太优雅,但您可以使用底层系统工具通过 shell_exec() 来完成此操作
Not elegant, but you can use underlying system tools to do it via
shell_exec()