Hi everyone,
I am trying to extract meta data from various file formats, viz JPEG, BMP, GIF, PSD and AVI, MPEG and MP3. I was trying to look for a generic library which would support all (or most) of the given file formats. The only library(C/C++) I could find was libextractor but I couldn't use it because I want it to work on both platforms.
Thus, For MP3 i am using id3lib and for JPEG exiv2lib. I would be grateful if anyone could point me to libraries which extract metadata from the other file formats (viz BMP, GIF, PSD and AVI, MPEG).
TIA,
Regards, aj