dongyuan8469 2010-02-20 10:55
浏览 108
已采纳

在php中是否有一个库来处理和压缩php中的mp3文件..?

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...!

  • 写回答

1条回答 默认 最新

  • dongyou8368 2010-02-20 11:08
    关注

    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.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?