gpac / mp4box.js

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

Add smhd writer / Add Opus Support / Fix Track width height. #268

Closed fyuhkust closed 2 years ago

fyuhkust commented 2 years ago
  1. smdb writer is missing causing parsing problems.
  2. Adding Opus audio support for muxing audio created by webcodecs in Chrome.
  3. Fix the track width/height to be consistent with the standard MP4 parsing.
cconcolato commented 2 years ago

Thank you.