Login  Register

Re: Reading big avi files

Posted by Melissa Linkert-2 on Aug 18, 2010; 8:45pm
URL: http://imagej.273.s1.nabble.com/Reading-big-avi-files-tp3687088p3687089.html

Hi Burt,

If you haven't already, you might try using the Bio-Formats plugin for
ImageJ (http://loci.wisc.edu/bio-formats/imagej) to read your AVI file.
If that doesn't work, we would be happy to fix the problem in
Bio-Formats provided that you can send one of the non-working files.

Regards,
-Melissa

On Mon, Aug 09, 2010 at 02:01:05PM +0200, Burt Halvorsen wrote:

> Hi,
>
> Wondering how to read more than the first chunk of data in a big avi
> file (15.3 GB)
>
> The file is recorded using the Matrox Imaging Library, so the fourcc is "MIL "
> The frames are uncompressed
> They are 16 bit greyscale
>
> ImageJ reads the first chunk (which is 3183 frames), but leaves out
> the remaining 7 AVIX chunks.
>
> I tried the "normal" way and with the virtual stack enabled.
>
> Am I missing out on something, or is there a way.
>
> Final goal is to read the file, find the interesting frames, dump
> these out as tiff's or raw. And continue processing these in a medical
> workstation.
>
> Any ideas ?
>
> Thanks !
>
> Cheers,
> Burt