Skip to content
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 AVI file size support #76

Open
zzyzyman opened this issue Apr 5, 2019 · 2 comments
Open

Large AVI file size support #76

zzyzyman opened this issue Apr 5, 2019 · 2 comments

Comments

@zzyzyman
Copy link

zzyzyman commented Apr 5, 2019

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.

@rasband
Copy link
Member

rasband commented Apr 5, 2019

Michael Schmid is the AVI guru.

@zzyzyman
Copy link
Author

zzyzyman commented Apr 5, 2019

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.

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

No branches or pull requests

2 participants