jshttp / mime-db

Media Type Database
MIT License
1.09k stars 256 forks source link

Add image/avif-sequence with extension .avifs #243

Closed ollm closed 3 years ago

ollm commented 3 years ago

I have not found an official source, I could add the file extension .avifs in image/avif instead of image/avif-sequence as an alternative extension?

dougwilson commented 3 years ago

As long as there is a primary source that says image/avif is avifs go right ahead. Just include what that source is.

ollm commented 3 years ago

I've been looking at the avif repository and it seems that the .avifs and image/avif-sequence is no longer used, although previously it was used for animated .avif.

References

Discussion https://github.com/AOMediaCodec/av1-avif/issues/59

Pulls https://github.com/AOMediaCodec/av1-avif/pull/122 https://github.com/AOMediaCodec/av1-avif/pull/86

Commits https://github.com/AOMediaCodec/av1-avif/commit/a33fd7ba8d4d19bef2a59d843cc61f0642296d92 https://github.com/AOMediaCodec/av1-avif/commit/a93f82ccfa6eed5ff800996c85babcdaa0b5f45b https://github.com/AOMediaCodec/av1-avif/commit/b50cd0c96a06668dc1717435d9dc962a9871a3c2

I close the pull request.

Thanks.