PHP:解析 OGG 和 .ogv 文件的类?
我正在寻找一个可以解析 ogg 和 .ogv 文件的 php 类,以便我可以从文件中获取一些元数据,例如注释、比特率、长度等。
我发现了这个: http://opensource.grisambre.net/ogg/ 但经过测试后,它似乎无法解析文件我用它来测试它。
有没有人有幸找到替代方案?
我会使用 getID3(),但它不支持 ogg 视频。
I am looking for a php class that can parse ogg and .ogv files so that I can get some of the metadata out of the files, such as comments, bitrate, length, etc.
I have found this: http://opensource.grisambre.net/ogg/ but after testing it, it does not seem to parse and of the files that I test it with.
Has anyone had luck with an alternative?
I would use getID3(), but it does not support ogg video.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我没有使用过它,但 PEAR File_Ogg 包可能是您需要使用的。
I've not used it, but the PEAR File_Ogg package might be what you need to use.
将 JavaScript 视为最有可能的途径。这可能会有所帮助:有没有办法通过 HTML5 音频元素从 Ogg 的 MP3 或 Vorbis 评论中获取 ID3 元数据?
Consider JavaScript as the most likely route. This may help: Is there anyway to get ID3 metadata from an MP3 or Vorbis comments from Ogg via the HTML5 audio element?