Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

read audio file information php

Tags:

php

class

audio

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?

like image 285
John Avatar asked Oct 01 '11 20:10

John


1 Answers

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

enter image description here

like image 146
Mob Avatar answered Nov 10 '22 22:11

Mob