UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

4 lines 172 B
BoxParser.createFullBoxCtor("ispe", "ImageSpatialExtentsProperty", function(stream) { this.image_width = stream.readUint32(); this.image_height = stream.readUint32(); });