views:

76

answers:

1

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.

A: 

I've not used it, but the PEAR File_Ogg package might be what you need to use.

kguest