Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Combining Separate Audio and Video BufferSource into a Single MP4 File #441

Open
noobie-devil opened this issue Mar 18, 2025 · 1 comment

Comments

@noobie-devil
Copy link

Hi,

I have two separate BufferSource streams for audio and video, obtained from MediaSource. I want to combine these buffers into a single MP4 file.

Does mp4box.js support muxing separate audio and video BufferSource data into a valid MP4 file?

Thank you!

@bradh
Copy link
Contributor

bradh commented Mar 25, 2025

I would say it does support muxing in the sense that you can create whatever you want (essentially arbitrary boxes) and write it out.

However if you were looking for something to do that creation for you, I don't think there is an "easy button" solution for that specific use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants