kornelski / cavif-rs

AVIF image creator in pure Rust
https://lib.rs/cavif
BSD 3-Clause "New" or "Revised" License
570 stars 27 forks source link

Support APNG? #44

Closed yisibl closed 2 years ago

yisibl commented 2 years ago

Are there any plans to support APNG?

kornelski commented 2 years ago

No. I have no plans to ever support "animation". I find this concept absurd. It's especially ridiculous in the case of MP4+AV1 "animation" vs MP4+AV1 "video" which is the same thing, just with different metadata attached.

I think the myth of "animaion" existing as a concept is only kept alive by technical debt in the Blink engine (in Chrome). They would rather maintain two codecs with two decoders for the same thing, than to sort it out to allow sound-less video files in <img>, like Safari does.