gpac / mp4box.js

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

Add basic support for reading VVC im MP4 #247

Closed K-os closed 2 years ago

K-os commented 3 years ago

I primarily implemented parsing of the VvcDecoderConfigurationRecord and VvcPTLRecord in the vvcC box. Other features, like for example the VVC specific sample groups, are not implemented, yet.

cconcolato commented 2 years ago

Thank you for the PR.