-
Notifications
You must be signed in to change notification settings - Fork 253
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
Use reduced_still_picture_header when still_picture flag is set #1000
Comments
#1498 implements necessary header changes, but we need to implement |
I've just enabled |
This is not fully supported in rav1e yet: xiph/rav1e#1000
From AV1 Image File Format (AVIF), 2.1 AV1 Image Item:
This issue impacts producing typical sequences for libavif. Emphasis added above. |
We have added support for importing and exporting AVIF files in darktable which will be released with version 3.0.1. It would be great to have this fixed in rav1e soon. |
@cryptomilk Sorry for the delay in addressing this, I implemented still picture mode a few months back and it seems like other changes in the encoder broke it since then. I will add some tests to avoid future regressions and try to solve the issues found (#2112 and #2113) in a timely manner. In the meantime, #2108 should solve errors when encoding a single image frame, which I think should cover your use case. |
Awesome thanks. I'm travelling this week and will test it next week once i'm back. |
Upon further testing there's some extra work to do before the reduced still picture header is supported, hopefully soon. #2108 fixes the still picture mode for any number of frames, without the reduced still picture header (which should be legal AVIF, but not recommended). |
@rzumer Thank you very much for fixing this! Now there is one bug/feature left for AVIF and that's lossless support. |
@cryptomilk I can't promise that support will be added soon, but I have tagged the corresponding issue (#151) for tracking. |
This will be fixed with rav1e 0.3.0, see xiph/rav1e#1000
This will be fixed with rav1e 0.3.0, see xiph/rav1e#1000 Fixes AOMediaCodec#33
This will be fixed with rav1e 0.3.0, see xiph/rav1e#1000 Fixes #33
No description provided.
The text was updated successfully, but these errors were encountered: