Is there a way to mux a video file (VP9) with an audio file (VORBIS or OPUS) using nothing but JS?
I was reading the WebM Project website and it seems that it's based on Python?
I did come across this Git repository. But I'm kind of struggling to understand the documentation; and from my digging I don't believe mp4 is compatible with VP9.
So, yeah, does there happen to be a way to mux a video file (VP9) with an audio file (VORBIS or OPUS) using nothing but JS? Or a way to at least transmux those formats into formats which can be muxed using JS?
I also just found this other Git Repository, but I'm not sure yet whether or not it does what I'm looking for.