-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large size not handled #15
Comments
Just verified that it crashed on a 4-GB mp4 file:
The mdat box size is 4316956137 which exceeding max uint32 (4294967295). It's therefore stored in the size64 field that follows the box type. See the spec:
|
I confirm it would be great to support 64-bit sizes. |
@beardypig is there a straightforward way to address this? |
According to the spec:
I don't see pymp4 handles the largesize.
The text was updated successfully, but these errors were encountered: