quicktime write failure

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

quicktime write failure

Knecht, David
My quicktime movie writing capability has suddenly quit.  If I run  
through the same dialog, I get a quicktime exeption error:
quicktime.std.StdQTException[QTJava:6.1.6g],-47=fBsyErr,QT.vers:7158000
        at quicktime.std.StdQTException.checkError(StdQTException.java:38)
        at quicktime.std.movies.Movie.createMovieFile(Movie.java:124)
        at QuickTime_Writer.writeMovie(QuickTime_Writer.java:102)
        at QuickTime_Writer.run(QuickTime_Writer.java:80)
        at ij.IJ.runUserPlugIn(IJ.java:287)
        at ij.IJ.runPlugIn(IJ.java:123)
        at ij.Executer.runCommand(Executer.java:95)
        at ij.Executer.run(Executer.java:49)
        at java.lang.Thread.run(Thread.java:613)

If I run through the Stackwriter plugin, I go through the dialog  
boxes, but nothing happens and nothing shows up in the debug panel.  
I have tried installing the latest update, restarting and various  
stacks.  Quicktime export through the player works fine.  Any ideas  
what is going on?

Macbook Pro, 10.4.9, ImageJ 1.38p Java 5.0

Dr. David Knecht
Department of Molecular and Cell Biology
Co-head Flow Cytometry and Confocal Microscopy Facility
U-3125
91 N. Eagleville Rd.
University of Connecticut
Storrs, CT 06269
860-486-2200
860-486-4331 (fax)
Reply | Threaded
Open this post in threaded view
|

Re: quicktime write failure

Wayne Rasband
The QuickTime_Movie_Writer plugin (File>SaveAs>QuickTime Movie) can
generate this exception if the file name is longer than 32 characters.

-wayne

On Apr 18, 2007, at 12:02 PM, David Knecht wrote:

> My quicktime movie writing capability has suddenly quit.  If I run
> through the same dialog, I get a quicktime exeption error:
> quicktime.std.StdQTException[QTJava:6.1.6g],-47=fBsyErr,QT.vers:7158000
> at quicktime.std.StdQTException.checkError(StdQTException.java:38)
> at quicktime.std.movies.Movie.createMovieFile(Movie.java:124)
> at QuickTime_Writer.writeMovie(QuickTime_Writer.java:102)
> at QuickTime_Writer.run(QuickTime_Writer.java:80)
> at ij.IJ.runUserPlugIn(IJ.java:287)
> at ij.IJ.runPlugIn(IJ.java:123)
> at ij.Executer.runCommand(Executer.java:95)
> at ij.Executer.run(Executer.java:49)
> at java.lang.Thread.run(Thread.java:613)
>
> If I run through the Stackwriter plugin, I go through the dialog
> boxes, but nothing happens and nothing shows up in the debug panel.  I
> have tried installing the latest update, restarting and various
> stacks.  Quicktime export through the player works fine.  Any ideas
> what is going on?
>
> Macbook Pro, 10.4.9, ImageJ 1.38p Java 5.0
>
> Dr. David Knecht
> Department of Molecular and Cell Biology
> Co-head Flow Cytometry and Confocal Microscopy Facility
> U-3125
> 91 N. Eagleville Rd.
> University of Connecticut
> Storrs, CT 06269
> 860-486-2200
> 860-486-4331 (fax)
>
Reply | Threaded
Open this post in threaded view
|

Re: quicktime write failure

ctrueden
In reply to this post by Knecht, David
Hi David,

Another option for writing QuickTime is to use the Bio-Formats
Exporter plugin to write to uncompressed MOV format. You can do this
on systems where QuickTime for Java is not available (e.g., Linux
systems). And if QTJava is available, you can choose from several
other codecs, too.

-Curtis

On 4/18/07, David Knecht <[hidden email]> wrote:

> My quicktime movie writing capability has suddenly quit.  If I run
> through the same dialog, I get a quicktime exeption error:
> quicktime.std.StdQTException[QTJava:6.1.6g],-47=fBsyErr,QT.vers:7158000
>         at quicktime.std.StdQTException.checkError(StdQTException.java:38)
>         at quicktime.std.movies.Movie.createMovieFile(Movie.java:124)
>         at QuickTime_Writer.writeMovie(QuickTime_Writer.java:102)
>         at QuickTime_Writer.run(QuickTime_Writer.java:80)
>         at ij.IJ.runUserPlugIn(IJ.java:287)
>         at ij.IJ.runPlugIn(IJ.java:123)
>         at ij.Executer.runCommand(Executer.java:95)
>         at ij.Executer.run(Executer.java:49)
>         at java.lang.Thread.run(Thread.java:613)
>
> If I run through the Stackwriter plugin, I go through the dialog
> boxes, but nothing happens and nothing shows up in the debug panel.
> I have tried installing the latest update, restarting and various
> stacks.  Quicktime export through the player works fine.  Any ideas
> what is going on?
>
> Macbook Pro, 10.4.9, ImageJ 1.38p Java 5.0
>
> Dr. David Knecht
> Department of Molecular and Cell Biology
> Co-head Flow Cytometry and Confocal Microscopy Facility
> U-3125
> 91 N. Eagleville Rd.
> University of Connecticut
> Storrs, CT 06269
> 860-486-2200
> 860-486-4331 (fax)
>