gpac / mp4box.js

JavaScript version of GPAC's MP4Box tool
https://gpac.github.io/mp4box.js/
BSD 3-Clause "New" or "Revised" License
1.96k stars 332 forks source link

Adding an audio track & concatenating multiple mp4 files (-add and -cat) #72

Open slegay opened 8 years ago

slegay commented 8 years ago

Hi there, I'm looking for a library to mux mp3 audio into an mp4 container using javascript, as well as concatenate multiple mp4 files. Are there any plans to port those features to mp4box.js?

Thank you

cconcolato commented 8 years ago

If you have a mp3 JavaScript parser, that would be doable. It's not in the roadmap yet though.