read / write mp4 id3 tags with PHP

筅森魡賤 提交于 2019-12-12 16:57:48

问题


I need to be able to at very least read and preferably write id3 tags connected to an mp4 video file.

I've looked into using getId3() but it's got so many functions that finding those applicable to mp4 video files is difficult and the write demo files don't work on mp4 files


回答1:


ID3 tags, as such, are only generally used on MP3 streams. I believe that MPEG 4 uses its own metadata format (within the meta atom). For details, see http://atomicparsley.sourceforge.net/mpeg-4files.html.



来源:https://stackoverflow.com/questions/6375846/read-write-mp4-id3-tags-with-php

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