Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show chroma subsampling & monochromeness on Blob properties (rerun-io…
…#7721) ### What * Related to rerun-io#7672 <img width="249" alt="image" src="https://github.com/user-attachments/assets/b6c0e30d-7c5d-420b-86fd-a497c03b36aa"> <img width="262" alt="image" src="https://github.com/user-attachments/assets/2ce8023e-55e8-4097-acde-162c61174023"> <img width="263" alt="image" src="https://github.com/user-attachments/assets/e7891b8a-fb28-4ff2-a502-aa3c3153304f"> Wanted to also show full/limited range which the mp4 parser should be able to read just fine, but doesn't do yet. Which is understandable because for AV1 that requires parsing the entire [Sequence Header OBU](https://aomediacodec.github.io/av1-spec/av1-spec.pdf#page=41) which gets quite complicated quickly. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using examples from latest `main` build: [rerun.io/viewer](https://rerun.io/viewer/pr/7721?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [rerun.io/viewer](https://rerun.io/viewer/pr/7721?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! * [x] If have noted any breaking changes to the log API in `CHANGELOG.md` and the migration guide - [PR Build Summary](https://build.rerun.io/pr/7721) - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html) To run all checks from `main`, comment on the PR with `@rerun-bot full-check`.
- Loading branch information