We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: