drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Other
940 stars 167 forks source link

Unsupported Encoding attempting to read XMP data from Ricoh Theta S image #109

Open jacoblange-dev opened 7 years ago

jacoblange-dev commented 7 years ago

Hi,

As recommended in https://stackoverflow.com/questions/46610818/unsupported-encoding-error-in-xmp-directory Here's an attached image that is giving me an Unsupported Encoding error in the Xmp Directory. I do not actually get a stack trace, just and error in the _errorsList.

The issue is perhaps in XmpCore? I walked through metadata extractor with my debugger and reached a point where it hands off the file to XmpCore to parse and that call returns the error.

Here's a sample image : r0010025

YvesPhilippot commented 6 years ago

Hello,

I've got the same problem with the same manufacter (Ricoh). I also use a Ricoh Theta S and canno't retrieve XMP properties. Is there any way to, somehow, force or change the file encoding so it works ?

Thank you.

error