PHP: Class to parse OGG and .ogv files?

Posted by Nic Hubbard on Stack Overflow See other posts from Stack Overflow or by Nic Hubbard
Published on 2010-03-31T07:28:25Z Indexed on 2010/03/31 7:33 UTC
Read the original article Hit count: 488

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about ogg