Skip to content
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

Experimental video support (web only) #7271

Closed
2 of 3 tasks
jleibs opened this issue Aug 26, 2024 · 3 comments
Closed
2 of 3 tasks

Experimental video support (web only) #7271

jleibs opened this issue Aug 26, 2024 · 3 comments
Assignees
Labels
🍏 primitives Relating to Rerun primitives 🎞️ video

Comments

@jleibs
Copy link
Member

jleibs commented Aug 26, 2024

Initial experimental support for video. This will use the WebCodecs API to decode video.

To complete:

  • APIs marked as experimental
  • Publish forked version of mp4 library (re_mp4?)
  • On native we just create an empty texture

Known issue:

  • Without a concept of duration, if only a video is logged the timeline won't expand to fill the duration of the video. The user will need to log some other place-holder content to fill in the timeline.
@jleibs jleibs added this to the 0.19 milestone Aug 26, 2024
@jleibs jleibs added the 🍏 primitives Relating to Rerun primitives label Aug 26, 2024
@jleibs
Copy link
Member Author

jleibs commented Aug 26, 2024

@emilk emilk linked a pull request Aug 27, 2024 that will close this issue
6 tasks
@emilk emilk removed a link to a pull request Aug 27, 2024
6 tasks
@jprochazk
Copy link
Member

jprochazk commented Sep 4, 2024

Only thing missing here at the moment is publishing https://github.com/rerun-io/mp4, but we can wait until we're closer to the 0.19 release for that.

@emilk
Copy link
Member

emilk commented Sep 9, 2024

@emilk emilk closed this as completed Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍏 primitives Relating to Rerun primitives 🎞️ video
Projects
None yet
Development

No branches or pull requests

5 participants
@emilk @jprochazk @jleibs and others