-
Notifications
You must be signed in to change notification settings - Fork 366
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
Fix playback of HDR AV1 videos in native viewer #7978
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! I trust there's still a separate warning about Bt.2020 interpretation and friends?
After all the problem with typical HDR content is twofold:
- bit depth -
partiallybetter addressed here - color space conversion
Btw @Wumpf we are missing a check that the number of bytes in the frame matches the given dimensions and pixel format. A debug-assert and/or warning in re_renderer would be very helpful |
👍 good find, we should definitely add that |
Actually, we do have a check here that triggers as it should: rerun/crates/viewer/re_renderer/src/resource_managers/image_data_to_texture.rs Lines 183 to 190 in 325fc41
My bad! |
Why does
Trying if rebasing on an earlier commit works… |
366936c
to
808f7bd
Compare
What
Review with ignoring whitespace changes
Before
After
VLC (for reference)
Checklist
main
build: rerun.io/viewernightly
build: rerun.io/viewerCHANGELOG.md
and the migration guideTo run all checks from
main
, comment on the PR with@rerun-bot full-check
.