mp4box.js icon indicating copy to clipboard operation
mp4box.js copied to clipboard

Sample Entry: 'urim'

Open dukesook opened this issue 6 months ago • 0 comments

Description

Reads the urim Metadata Sample Entry.

See ISO/IEC 14496-12, Section 12.3.3.2

aligned(8) class URIBox extends FullBox('uri ', version = 0, 0) {
  utf8string theURI;
}
aligned(8) class URIInitBox
  extends FullBox('uriI', version = 0, 0) {
  unsigned int(8) uri_initialization_data[];
}
class URIMetaSampleEntry() extends MetaDataSampleEntry ('urim') {
  URIbox the_label;
  URIInitBox init; // optional
}

dukesook avatar Jun 25 '25 21:06 dukesook