Is there a way to generate Video from image ArrayBuffer data instead of fetching the image? #398
Unanswered
rajat10cube
asked this question in
Q&A
Replies: 1 comment
-
It seems you want to The short answer is: not now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have referred the examples given in the repo where it uses ffmpeg.FS to fetch images. I want that instead of fetching the files locally, it uses the image array buffers (blobs) that we can pass from other functions to generate videos from that.
Beta Was this translation helpful? Give feedback.
All reactions