gpac / mp4box.js

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

Add Box Definitions for Uncompressed Codec #316

Closed dukesook closed 1 year ago

dukesook commented 1 year ago

The uncC & cmpd boxes are defined in ISO/IEC 23001-17 and add support for uncompressed mp4 files.

The VisualSampleEntry codingname is "uncv".

dukesook commented 1 year ago

Thanks for catching those.