mux.js
mux.js copied to clipboard
fix: translation matrix now correct reported as Int32Array[9]
We are currently returning the 36 byte matrix inside mvhd and tkhd as a Int32Array[36] where the top 24 bits are always zero. This appears to be in error and it would make more sense to return these 36 octets a Int32Array[9] to properly represent a 3x3 affine transform.