goldvideo/demuxer

Plans to continue work on this?

drewlyton opened this issue ยท 2 comments

๐Ÿ‘‹ Hey @gemxx, @jarry, @nemo-shen! I'm working on an open source, all-in-browser video editor utilizing the new WebCodecs APIs and am looking for a Typescript mp4 transmuxer alternative to mp4box.js.

Just wondering if you guys are still planning to maintain this project in any capacity? If not, would love any advice for going down the path of doing something similar.

Thanks for your work and hope you all are doing well!

gemxx commented

hi @drewlyton. The original intention of the demuxer project was to support goldvideo to complete hevc play, and at the same time contribute and open the ability to demux popular formats on the web. Now we haven't found any new ideas and roadmap added them to the current library, so the project is temporarily in an idle state. Welcome to provide suggestions and PR to enrich the library capabilities

Thanks for the reply @gemxx! I'll circle back, but I think this could be a great library to handle demuxing of various file types. Could leverage projects like libav.js to demux other file formats and maybe do auto file-format detection with one main Demuxer class. Just some thought!

Thanks so much for open sourcing this!