How to integrate ffmpeg.wasm into a serverless Vue SPA #343
itsgifnotjiff
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello ffmpeg.wasm community, I am having a hard time figuring out how to open a stdin stream so that I can create a mp4 from canvas elements I generate with an async/await for loop. I think I should initialize an ffmpeg instance then add frame by frame the canvases and then compile the final video to be downloaded by the user. I am not sure how to do any of that and so far I have only found examples of transcoding one video into another. I have asked the question on StackOverflow.
Beta Was this translation helpful? Give feedback.
All reactions