NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 765 - .avi file open appears to succeed, but does not go to completion
.avi file open appears to succeed, but does not go to completion
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: ImageJ2
unspecified
PC Windows
: P5 enhancement
Assigned To: ImageJ Developers Mailing List
Depends on:
Blocks:
 
Reported: 2014-06-09 10:11 CDT by Rob Baer
Modified: 2014-06-10 14:11 CDT
1 user (show)

See Also:

Description Rob Baer 2014-06-09 10:11:08 CDT
Windows 8.1  IJ2 - RC2

.avi files are treated like they succeed with no exception, but no window becomes visible.

The test file used here was a ~900,000 kb file that I think came from from .avisynth test files.  Don't know further details on file internals.  e.g., don't have specific information on codec.  Sorry for the sparce feedback, but I'm at work now and the problem happened at home over weekend.
Comment 1 Mark Hiner 2014-06-09 12:21:12 CDT
I believe this is actually a failing of the layer converting ImageJ2 structures to IJ 1.x.

See: https://github.com/imagej/imagej-legacy/issues/44
Comment 2 Mark Hiner 2014-06-10 14:11:51 CDT
Fixed in the latest Fiji. If opening a dataset fails, it should display an error message or get passed to ImageJ1 to try. And AVIs should now at least have a chance to open correctly.