-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Video support #521
Comments
We may be able to support video without moving outside of the worker, but we may need extra node.js conversion steps. |
We are working on getting support for this via #569 |
Realistically, #569 is a long way off and should probably be part of "modV 4", whenever that happens. But, as all things Chromium transpire, you wait long enough and there's a new API to use. https://w3c.github.io/webcodecs/samples/mp4-decode/ Other resources: Could be viable. Slow down only really occurs on multiple 1080 videos. |
#695 is related as it will essentially use the same interface. This is an updated stress test using the preferred method of sending the whole video stream to the worker, rather than frames. https://r3w32.csb.app/ |
🎉 This issue has been resolved in version 3.27.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Is your feature request related to a problem? Please describe.
People are using videos when they compose their visual sets and want to use them in modV.
People have a music video ready and want to apply some awesome effects in modV to use that for a live gig.
Describe the solution you'd like
Use a component to add a video (e.g.
Texture 2D
) that provides playback methods for the video:Describe alternatives you've considered
See #501 (comment)
The text was updated successfully, but these errors were encountered: