On Tue, Mar 15, 2011 at 1:21 PM, jet trick <riruka.h...@gmail.com> wrote:
> hello guys. Someone knows how to get metadata from .mp4 files using
> cakephp? i used google but couldnt find something :(
> ps sorry for my english ^_^

Try this:
http://getid3.sourceforge.net/

If you're on Ubuntu:
sudo apt-get install php-getid3

It's not suitable for the Vendors directory, though. But, if you
create a component for it:

function startup(&$controller)
{
        require_once('/usr/share/php-getid3/getid3.php');
        $this->_getID3 = new getID3;
}

Be sure to check the readme file.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to