Skip to content

How to make a video from multiple images #39523

Closed Answered by KnightKrusty
feniljariwala82 asked this question in General
Discussion options

You must be logged in to vote

NodeJs in its core just v8 engine inside C++ wrapper which excute the Javascript code. There is no way you can create a video using Pure JS, you will need a library that handles video/audio and multimedia format.

These type of work load are very cpu intensive and does alot of mathmatical computation anything like that should not use JS. JS is bad in these aspect compare to C/C++/Rust.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by feniljariwala82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants