-
Notifications
You must be signed in to change notification settings - Fork 384
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
Document & test video support matrix #7393
Comments
Useful guide on codecs https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Video_codecs |
|
### What * Part of #7393 This is just the start. We're gonna add a support matrix too. ### 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/7533?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/7533?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/7533) - [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`. --------- Co-authored-by: Jan Procházka <honza.spacir@gmail.com> Co-authored-by: jprochazk <pjanv42@gmail.com>
We didn't mention performance at all in docs, I don't know if it makes sense at this point? |
We should at least test some 4k videos and verify that it works |
Several 4k work: 4x4kvid.movsorta, this is prone for me to run into Even higher resolution video works as well. However, browsers tend to crash the tabs at random for me on some videos. (very distinctivvely not rerun crashing). Might be worth digging up respective browser bugs to link to and filing new ones if needed. However HDR material is completely broken. We have to note that still down into the docs. |
We need to document what is supported where:
Should bottom out in a page on our docs!
Can we document preferred codecs? (av1 we have a backup plan for native)
re_video
#7375The text was updated successfully, but these errors were encountered: