UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

4 lines 153 B
BoxParser.createBoxCtor("pasp", "PixelAspectRatioBox", function(stream) { this.hSpacing = stream.readUint32(); this.vSpacing = stream.readUint32(); });