samirkumardas / jmuxer

jMuxer - a simple javascript mp4 muxer that works in both browser and node environment.
Other
549 stars 108 forks source link

Any way to make this work with codecs `vp9` video and `mp4a` audio? #90

Closed italodeandra closed 2 years ago

italodeandra commented 2 years ago

Hi team,

I need to play a video (webm - vp9) and an audio (m4a - mp4a) file at the same time on a browser that only accepts one media playing at a time (if I try to play them simultaneously on separate

So my alternative was trying to mux them together, I found this library but I'm not sure if it will work with the codecs I have.

samirkumardas commented 2 years ago

It only supports the h264 video codec and ACC audio codec, unfortunately.