getId3 – PHP library for audio contents

I recently use getId3 library to manipulate audio files from PHP. It is very accurate than FFMPEG. For example, FFMPEG is not helpful for audio files having VBR (Various Bit Rate). It returns error max_analyze_duration reached OR “Estimating duration from bitrate, this may be inaccurate” But by using getId3, we can retrieve detailed information about [...]

0 Comments , , , , , , , ,

Media RSS (MRSS)

You all are familiar with RSS feeds, and you know it’s importance in the current web world. It has a structure like <rss version=”2.0″ > <channel> <title>Your Title</title> <link>http://www.yourdomain.com/</link> <description>Your website details</description> <item> <title>First Item</title> <link>http://www.url.com</link> <description>Detaisl of that item</description> <pubDate>Thursday 1st of January 1970 06:03:28 AM</pubDate> </item> </channel> </rss> But yahoo introduced new rss [...]

5 Comments , , , , , ,