Quick Time issue

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

Quick Time issue

NeLaS
Hello everybody!

I am trying to save a stack of images as a .mov file using the Save As >
QuickTime Movie, but I am getting the following exception:

quicktime.std.StdQTException[QTJava:6.1.5g],-8972=codecConditionErr,QT.vers:7138000

 at quicktime.std.StdQTException.checkError(StdQTException.java:38)
 at quicktime.std.image.CSequence.compressFrame(CSequence.java:336)
 at QuickTime_Writer.writeMovie(QuickTime_Writer.java:151)
 at QuickTime_Writer.run(QuickTime_Writer.java:86)
 at ij.IJ.runUserPlugIn(IJ.java:273)
 at ij.IJ.runPlugIn(IJ.java:117)
 at ij.Executer.runPlugIn(Executer.java:171)
 at ij.Executer.runCommand(Executer.java:133)
 at ij.Executer.run(Executer.java:63)
 at java.lang.Thread.run(Unknown Source)

2 months ago I was able to save a stack as a quicktime movie, don't know
what did I change to get this error.

I have already uninstalled quicktime and imagej and nothing changed. The
QTJava.zip is on the plugins folder as well as the QuickTime_Plugins.jar.

Does anybody have an idea of whats going on?

Thanks!!!

Bruno C. Vellutini