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

fix: translation matrix now correct reported as Int32Array[9]

Open kentuckyfriedtakahe opened this issue 3 years ago • 0 comments

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.

kentuckyfriedtakahe avatar Mar 20 '22 20:03 kentuckyfriedtakahe