Does PHP have an integrated function to read metadata from an mp4 file?

坚强是说给别人听的谎言 提交于 2019-12-03 23:05:16
Brian

Best tool I have used is: https://code.google.com/p/php-reader/ have a look...also supports other forms of media.

Edit: PHP-Reader seems to be no longer maintained (project has not been updated since 2012...). You should use getID3() now.

I've used http://getid3.sourceforge.net/ before for something similar, worked pretty well as far as I remember.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!