MP4Info for PHP version 1.02
MP4Info is the PHP version of Jonathan Harris' MP4::Info module for Perl. Thanks to Jonathan for commenting on the first version of the code. MP4Info can be used to extract tag and meta information from MPEG-4 audio (AAC) and video files. MP4Info is developed as a small PHP class which can easily integrated into your own applications. It does not depend on other classes or modules.
MP4Info is FREE! You can use it for whatever purpose you want, including commercial applications. The only requirement is that you preserve a reference to the original author in the source code.
The download archieve contains the class file itself, an example that demonstrates the usage, and some test files together with a PHP script that checks whether the tag info from these files is read correctly. MP4Info supports only PHP 5, but can easily ported to PHP 4 by removing the ›private‹ and ›public‹ keywords from the class definition. (October 2007)
--> download
MP4Info for PHP version 1.03
This release provides full support for unicode-encoded MP4 files, and fixes some issues with encodings other than ISO-8859-1. (October 2007)
--> download