高 mp3 质量 -> 使用 PHP 的低转换

发布于 2024-11-26 14:07:41 字数 48 浏览 1 评论 0原文

如何使用 PHP 将 320 kbps mp3 文件转换为 32 kbps 文件?

How to convert 320 kbps mp3 file into e.g. 32 kbps one using PHP?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寒江雪… 2024-12-03 14:07:41

我想您可以调用一些与 MP3 相关的命令行程序来执行转换。

结果可能比使用纯粹基于 PHP 的库更好1

例如,lame 在这里可能很有用。

然后,从 PHP 代码中运行该外部程序,您需要使用 程序执行函数,如 exec()

1. 如果有这样的事情的话

I suppose you could call some command-line MP3-related program that would do the conversion.

The result would probably be better than using a purely-php-based library1.

For example, lame might be useful, here.

Then, from your PHP code, to run that external program, you'll nee to use one of the Program execution Functions, like exec().

1. If there is even such a thing

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文