filetype icon indicating copy to clipboard operation
filetype copied to clipboard

Add AVIF image filetype

Open koodimetsa opened this issue 4 years ago • 2 comments

AVIF support is getting traction in browsers and it would be great to detect AVIF-files as images 👍🏼

koodimetsa avatar Apr 08 '22 15:04 koodimetsa

Could you provide a small test file?

Header bytes seem to be:

00 00 00 18 66 74 79 70 61 76 69 66 00 00 00 00 ....ftypavif....

The avif part can be avif, avis or avio according to https://aomediacodec.github.io/av1-avif/#biblio-isobmff

maugre avatar Apr 10 '22 21:04 maugre

Hi,

Here is one: https://raw.githubusercontent.com/AOMediaCodec/av1-avif/master/testFiles/Microsoft/Mexico.avif

Would put it here, but Github doesn't support AVIF yet 😅

koodimetsa avatar Apr 11 '22 07:04 koodimetsa