I want a video Worklet or OfflineMediaContext
#120
aarongustafson
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is currently no browser API that has the capability to get all images from a video file without playing the video in HTML
video
element. Ideally, it should be possible to use a Worklet or some other means to get all images from a video file without having to pipe the video through avideo
element (and the internal implementations of Media Decoder, Media Encoder, and Web Media Player). Further, the images should be output as an array, using the gist of the language for Web Audio APIOfflineAudioContext.startRendering()
method. As a method ofOfflineMediaContext
(or similar), this would offer a way to render/mixing-down (potentially) faster than real-time. It would not render to the video hardware, but instead renders as quickly as possible, fulfilling the returned promise with the rendered result as an ImageBitmap or ReadableStream with underlying source set to each frame of input media as ImageBitmap data.https://webwewant.fyi/wants/56/
Beta Was this translation helpful? Give feedback.
All reactions