Login  Register

Re: AVI, Virtual Stack, >1GB boundery?

Posted by dscho on Dec 09, 2008; 10:29am
URL: http://imagej.273.s1.nabble.com/AVI-Virtual-Stack-1GB-boundery-tp3693422p3693425.html

Hi,

On Mon, 8 Dec 2008, JesperSP wrote:

> I have read up on the AVI file format, and "hacked the AVI_reader.java
> so it recognizes the extra RIFF->AVIX segments beyond 1GB - it works
> great, but it does take a very long time for ImageJ to scan a 20GB file
> for the pointers to all the frames. If anyone want it I can upload it on
> my server, but I cannot guarantee that it'll work for all large AVI
> files. For the simple analysis I want to make, I'm considering making a
> low-level analysis program in a faster language like Borland Delphi.

I doubt that the speed has anything to do with the speed of the language,
as the problem here is seeking on the disk.

Regardless, if you use Java 1.5 or newer, I sincerely doubt that the speed
difference between Java and Delphi is substantial.  Although I do hear the
myth that Java is slow all the time.

In any case, making your changes public would help a few people, I guess.

Ciao,
Dscho