You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the issue, relating back to issue #56 -- I have extra-large AVI files from a variety of sources.
About two-thirds of them have an 'ix00' tag in them (correct) and the other third have an '00ix' tag in them (incorrect) for an internal index of frames. I modified the code quite simply so that AVIReader accepts either tag. In my case, my 'bad' files used a '00ix' tag for the small number of frames above the 4GB limit which is why they were being dropped.
Is there any plan afoot to support large AVI file sizes (via OpenDML) with the AVI Reader?
It would seem that files that tip the 32-bit limit of 4GB are truncated at 4GB by ImageJ.
The text was updated successfully, but these errors were encountered: