I am looking for creating a plugin for greenstone digital library for extracting metadata from mpg file.Can anyone help me with any documentation?I am totally new in perl,so I am also looking for good reference book for learning perl.
I am looking for creating a plugin for greenstone digital library for extracting metadata
Share
Image::ExifToolcan be used for parsing MPEG (and many other formats) files. The documentation has many usage examples. For example, to print theBitDepthof a file: