According to the spec:
size: is an integer that specifies the number of bytes in this box, including all its fields and contained
boxes; if size is 1 then the actual size is in the field largesize; if size is 0, then this box is the last
one in the file, and its contents extend to the end of the file (normally only used for a Media Data Box)
I don't see pymp4 handles the largesize.
According to the spec:
I don't see pymp4 handles the largesize.