GIF vs WebP in Properties tab

I would like to know the reason (if any, or why it’s not possible) about the GIF being shown as “Video” in the properties, and not animated webp (for doc purpose).

I mean in the properties we can clearly see the frame rates and other properties for the GIF, but for animated webp, almost nothing is shown, also the duration is wrong > I mean it’s the default duration for static image.

GIF

Animated WebP

Animated WebP file (if needed)
animated in gimp

It happens because there is a Qt image provider for animated WebP, but the provider for animated GIF is FFmpeg.

1 Like