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

问题描述

如何读取比特率,长度等信息。从声音文件中获取不同的文件格式,mp3,wmw等。




div>

是一个PHP脚本,用于从MP3和歌曲中提取有用的信息。其他多媒体文件格式。上次更新日期:2008年8月



Sourceforge目录



中的另一个好方法



编辑:getID3工作非常好。



测试镜头




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.

Any suggestions?

解决方案

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

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

Another good one at PHP Audio Formats Manipulation

Edit : getID3 works amazingly well.

Test Shot

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

09-11 02:50