UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

4 lines 169 B
BoxParser.createFullBoxCtor("prof", "TrackProductionApertureDimensionsBox", function(stream) { this.width = stream.readUint32(); this.height = stream.readUint32(); });