Platform: Website
Browser: Chrome
Description of problem: I am uploading camera trapping observations to iNaturalist by converting them from MP4 to GIF with an online converter (https://www.online-convert.com/). In some cases iNaturalist allows me to upload them, although in other cases, it’s impossible due to an infinitely long metadata load
I attach a screenshot of the problem.
If I analyze in Rstudio with the “exiftoolr” package the metadata of a video that does not allow me to upload, it appears:
SourceFile ExifToolVersion
felsil_2024_02_10_02_i01_7.gif 12.76
FileName Directory FileSize ZoneIdentifier
felsil_2024_02_10_02_i01_7.gif . 19524501 Exists
FileModifyDate FileAccessDate
2025:01:27 19:45:26+01:00 2025:01:27 20:36:11+01:00
FileCreateDate FilePermissions FileType FileTypeExtension
2025:01:27 20:35:48+01:00 100666 GIF GIF
MIMEType GIFVersion ImageWidth ImageHeight HasColorMap
image/gif 89a 692 388 1
ColorResolutionDepth BitsPerPixel BackgroundColor AnimationIterations
8 8 126 0
TransparentColor FrameCount Duration ImageSize Megapixels
255 210 21 692 388 0.2685
If instead I analyze a GIF that does allow me to upload to iNaturalist:
SourceFile ExifToolVersion
felsil_2024_02_10_02_i01_10.gif 12.76
FileName Directory FileSize ZoneIdentifier
felsil_2024_02_10_02_i01_10.gif . 2766137 Exists
FileModifyDate FileAccessDate
2025:01:27 20:09:38+01:00 2025:01:27 20:36:11+01:00
FileCreateDate FilePermissions FileType FileTypeExtension
2025:01:27 20:35:48+01:00 100666 GIF GIF
MIMEType GIFVersion ImageWidth ImageHeight HasColorMap
image/gif 89a 260 146 1
ColorResolutionDepth BitsPerPixel BackgroundColor PixelAspectRatio
8 8 255 1
AnimationIterations TransparentColor FrameCount Duration ImageSize
0 255 200 20 260 146
Megapixels
0.03796
I see that the difference between both metadata is that in the GIF that does allow uploading to iNaturalist, the variable “PixelAspectRatio” appears, which does not appear in the other GIF.