-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AVIF Encoder #110
Comments
It's been a while, but I don't remember any particular challenges. I think I mostly gave up on AVIF because of the question marks around browser support and the insane memory/CPU expense of the software AV1 encoders. Then JXL had some momentum and looked like the better technology anyway 😢. On the encode side, I've seen some promising numbers from I'll give that a look soon and see if I can get it integrated into the current plugin. |
Some solid improvements in the SVT-AV1 release this week (https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v1.5.0). The benchmarks on the latest high-core count AVX-512 compatible chips are also looking really good. |
Thanks, I missed that one. I haven't had a chance to put together good benchmarks myself yet, but I've seen conflicting info on the image quality vs performance between AOM and SVT-AV1. SVT is whooping up in video encode speed (apparently mostly due to much better multi-threading), but from what I gather, the same doesn't apply to photo encoding. AOM also has an intra-only mode that is supposed to be better for photo quality. This definitely demands some investigation 🕵️♂️ |
Withdrawing this request, now that Safari has adopted JXL! Hopeful we'll see the other browser revisit again soon. |
Surfacing this feature request again now that the path to JXR support in browsers has become hazy, and Apple has committed to shipping AVIF across 3 OS versions in Safari 16.4 (currently in BETA). Microsoft Edge appears to be the last holdout to supporting AVIF natively.
What are our challenges to introducing AVIF encoding support to the library? How's libavif looking these days?
https://github.com/microsoft/vcpkg/blob/master/ports/libavif/vcpkg.json
https://github.com/AOMediaCodec/libavif/blob/main/src/avif.c
The text was updated successfully, but these errors were encountered: