Skip to content

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

Open
kentuckyfriedtakahe wants to merge 2 commits intovideojs:mainfrom
kentuckyfriedtakahe:fix-matrix
Open

fix: translation matrix now correct reported as Int32Array[9]#411
kentuckyfriedtakahe wants to merge 2 commits intovideojs:mainfrom
kentuckyfriedtakahe:fix-matrix

Conversation

@kentuckyfriedtakahe
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant