-
Notifications
You must be signed in to change notification settings - Fork 10.5k
clips: direct rendering with raylib #36935
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
base: master
Are you sure you want to change the base?
Conversation
mici raylib UI Preview✅ Videos are identical! View Diff Report |
23d644a to
5264e08
Compare
|
Hey Adeeb! I'm glad to see you got clips to work. After my finals I was struggling a bit to see how Anyways, as I was here already, I also ran some Our I have a decent PC, and with
However with 8 parallel GOP decoding workers that pre-decodes all GOP before rendering I can get:
After vibing the parallel GOP decoding in I feel like this is more of a patch than a fix tho, and a more permanent and efficient fix might be perhaps down in I hope there's some helpful information in here to achieve faster-than-realtime. I'd be happy to work on anything related as well! Compare against upstream Side note: I also found a potential bug in |
|
added streaming. with streaming + parallel gop decoding, 2 min clip decoding without cache is about 2.3x faster. with cache is about 1.8x faster. Just experimenting : ) |
|
Oh nice, feel free to take this over. I probably won’t get back to it for a while. |



























closes #36460
Separate issues hit while working on this:
FrameReaderis slowFrameReaderhas a different API thanLogReaderFrameReaderdoesn't support qcamsStarting listener...spam commaai/msgq@f3f4401