You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImageMetadataReader.readMetadata fails on some QuickTime videos taken from an old Panasonic camera. The error is:
com.drew.imaging.ImageProcessingException: File format could not be determined
The header of the file doesn't have "ftyp" marker. Instead it has "mdat" in the beginning and then filled with 0x00 to byte 512, 0x80 from 512 to 4512:
This appears to be early QuickTime MooV format where the data fork contained the video, but the MooV data was contained in the Resource Fork. Common on the Macintosh Platform. I recently wrote a blog post about it.
ImageMetadataReader.readMetadata fails on some QuickTime videos taken from an old Panasonic camera. The error is:
The header of the file doesn't have "ftyp" marker. Instead it has "mdat" in the beginning and then filled with 0x00 to byte 512, 0x80 from 512 to 4512:
Any ideas and suggestions?
The text was updated successfully, but these errors were encountered: