Skip to content
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

AV2 request: Special mode for small (optionally lossless) content #329

Open
leo-barnes opened this issue Jun 2, 2022 · 3 comments
Open

Comments

@leo-barnes
Copy link

There is a want to be able to use AVIF for small to very small images. One of the hurdles there is the overhead of the container itself, which is looked into here:
AOMediaCodec/av1-avif#121
MPEGGroup/FileFormat#59

But I'm kind of assuming that AV1 has not really been optimized for small still images, and especially for small lossless still images.

It would be great if some time is spent during AV2 research to look into if there are any extra tweaks that can be made to compress this use-case better.

@leo-barnes
Copy link
Author

As an example, quite a lot of web content consist of JPGs or PNGs that are really small (on the order of 32x32).

Maybe there are coding tools that only make sense for images this small?
Or maybe some gains could be made by initializing adaptive entropy coding statistics differently?

@yaowuxu
Copy link

yaowuxu commented Sep 7, 2022 via email

@andrey-norkin
Copy link
Contributor

Maybe the max block or transform size should be a frame / sequence parameter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants