how to import videos on imageJ?

Posted by lfgh85 on
URL: http://imagej.273.s1.nabble.com/how-to-import-videos-on-imageJ-tp5013854.html

Dear All,

I am a relatively new imageJ user. I am intending to import some videos to imageJ to perform a tracking analysis. Although I have followed the instructions to upload videos (avi in this case), like the ones posted here (http://rsbweb.nih.gov/ij/docs/guide/146-26.html), I receive the error attached below.

If somebody has a tutorial about how to upload videos or have some idea of the error I'm making I would really appreciate it.

Thanks in advance!

Error:

ImageJ 1.48v; Java 1.6.0_20 [64-bit]; Windows NT (unknown) 6.2; 12MB of 5525MB (<1%)
 
java.lang.UnsatisfiedLinkError: quicktime.QTSession.InitializeQTML(I)S
        at quicktime.QTSession.InitializeQTML(Native Method)
        at quicktime.QTSession.initialize(QTSession.java:413)
        at quicktime.QTSession.initialize(QTSession.java:385)
        at quicktime.QTSession.open(QTSession.java:638)
        at quicktime.QTSession.open(QTSession.java:606)
        at QuickTime_Capture.run(QuickTime_Capture.java:62)
        at ij.IJ.runUserPlugIn(IJ.java:199)
        at ij.IJ.runPlugIn(IJ.java:163)
        at ij.Executer.runCommand(Executer.java:131)
        at ij.Executer.run(Executer.java:64)
        at java.lang.Thread.run(Thread.java:619)