How do I merge images and an audio file into a single video? #660
Unanswered
theanilsomani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create a video by combining three images and an audio track in such a way that each image is displayed for an equal duration that collectively matches the length of the audio. It will all happen locally on the browser.
This is my code for converting images and audio into a video.
I am getting this error:
CreateVideo.js:65 Error creating video: RuntimeError: Aborted(LinkError: WebAssembly.instantiate(): Import #70 module="a" function="qa": function import requires a callable). Build with -sASSERTIONS for more info.
Can someone help me with this?
Beta Was this translation helpful? Give feedback.
All reactions