本文介绍了读取音频文件的信息PHP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何读出比特率,长度等不同的文件格式,MP3,WMW等等等等,从声音文件信息。

How do I read information as bitrate, length, etc. Different file formats, mp3, wmw etc etc. from a sound file.

我想有一些库/班在那里,也许我可以尝试一下。

I guess there is some library/class out there, perhaps I could try out.

有什么建议?

推荐答案

是一个PHP脚本,提取从MP3和放大器有用的信息;其他多媒体文件格式。最后更新八月O8

getID3() is a PHP script that extracts useful information from MP3s & other multimedia file formats. Last updated Aug. O8

Sourceforge的目录

Sourceforge Directory http://sourceforge.net/projects/getid3/files/getID3%28%29%201.x/

另一个好消息是

编辑:getID3工作得非常好。

Edit : getID3 works amazingly well.

试拍

这篇关于读取音频文件的信息PHP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-11 02:50