使用 PHP 读取/写入 mp4 id3 标签

发布于 2024-11-15 22:26:44 字数 114 浏览 8 评论 0 原文

我需要至少能够读取并最好写入连接到 mp4 视频文件的 id3 标签。

我研究过使用 getId3() 但它有太多函数,很难找到适用于 mp4 视频文件的函数,并且写入演示文件不适用于 mp4 文件

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

巷子口的你 2024-11-22 22:26:44

因此,ID3 标签通常仅在 MP3 流上使用。我相信 MPEG 4 使用自己的元数据格式(在 meta 原子内)。有关详细信息,请参阅http://atomicparsley.sourceforge.net/mpeg-4files.html

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文