NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #286 (closed task: fixed)

Opened 2008-04-25T19:26:06-05:00

Last modified 2011-02-02T04:45:00-06:00

Investigate improving AVI support based on new AVI_Reader

Reported by: curtis Owned by: melissa
Priority: major Milestone:
Component: bio-formats Severity: serious
Keywords: Cc:
Blocked By: Blocking:

Description

Michael Schmid created an updated AVI_Reader for ImageJ that fixes a number of problems:

New features (w.r.t. the AVI Reader at the ImageJ Web site):
 - support for several other formats added, especially some YUV
  (aka YCbCr) formats
 - uneven chunk sizes, negative biHeight and audio or second
  video stream don't cause a problem.
 - can read part of a file (specify start & end frame numbers)
 - can convert YUV and RGB to 8-bit
 - can flip vertically
 - can create a virtual stack
 - added slice label: time of the frame in the movie
 - added a public method 'getStack' that does not create an
  image window
There are still quite a few restrictions, however. Some unusual
or complex avi types are not handled correctly. See the notes in
the source code for details.

Attachments

AVI_Reader.java (40.9 KB) - added by curtis 2008-04-25T19:26:15-05:00.

Change History

Changed 2008-04-25T19:26:15-05:00 by curtis

comment:1 Changed 2011-02-02T04:45:00-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to fixed

moved to  ome:#4095