php中是否有一个库可以在php中处理和压缩mp3文件..?
无论如何,php 中是否有处理 ie 使用 php 压缩 mp3 文件的方法...?是否有像 ZZIPlib 库(处理 .ZIP 文件)这样的库...?
感谢您的建议...!
Is there anyway in php to handle i.e compress a mp3 file using php...? Is there any library out there like ZZIPlib library (To handle .ZIP files)...?
Thanks for your suggestions...!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为有任何库可以让你压缩 MP3(我猜你正在谈论从 WAV/AIFF 等文件生成 MP3?)
因此,简单地 shell 转义可能更有意义输出(使用 exec 和 escapeshellarg 如果相关)并使用标准命令行实用程序,例如 蹩脚。
I don't think there are any libraries that will let you compress MP3s (I presume you're talking about generating an MP3 from a WAV/AIFF, etc. file?)
As such, it would probably make more sense to simply shell escape out (using exec and escapeshellarg if relevant) and use standard command line utils such as lame.