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

fix: added support for 64 bit atom sizes

Open kentuckyfriedtakahe opened this issue 3 years ago • 0 comments

Some MP4 files use a 64 bit length which and the current implementation takes the 64 bit sentinel (size=1) to mean "maximum size". It seems that some devices (I think this includes iPhone) place an mdat with a 64 bit length (even though not needed) head of the moov. This change allows the parser to find the moov.

kentuckyfriedtakahe avatar Mar 20 '22 20:03 kentuckyfriedtakahe