Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for mp4 chunked up into parts (rerun-io#7580)
### What Add a (manual) python test to check whether we behave correctly if the video asset changes over time. For testing I took a 1.4gb video which fails to process in a single block due to out-of-memory issues and split it up into 1min segments. These then get loaded by this new script. The resulting video works fine in Chrome. Having some Firefox sided crashes, likely since this is a 4k 60fps video (unlike it says at the beginning, the video is _not_ an hdr video) https://rerun.io/viewer/pr/7569?url=https://static.rerun.io/rrd/0.19.0/rerun_example_chunked_video_b1924f46b121adc34b51bee497a00b1d389a8bbd.rrd There are unfortunately some hickups between the video segments, but it works decently well overall I'd say. https://github.com/user-attachments/assets/39ad4a65-ec3e-4440-8501-458bdeaebce6 I think with this (and other 8k tests I did) we're done with * Fixes rerun-io#7480 ### 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/7580?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/7580?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/7580) - [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