<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - quicktime movie will not open with import->Bio-Format"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=1063">1063</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>quicktime movie will not open with import->Bio-Format
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Fiji
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P4
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Plugins
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>imagej-bugs@imagej.net
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>meek_bookworm@hotmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>meek_bookworm@hotmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hello,

I just downloaded fiji after spending a few hours trying to get image J and
associated plugins to import .mov files. I saw previously (2012) that it was
recommended to move the qtjava.zip file again, but I cannot seem to find the
LOCI file in the plugins.  I'm also not sure if it has to do with getting a 32
bit version of quicktime (seems to be the only version available) or java (came
with fiji) or if the encoding on my video is just completely not supported.

Thanks for any help you can provide!

Log output:
loci.formats.MissingLibraryException: QuickTime for Java is not supported with
a 64-bit JVM. Please invoke the 32-bit JVM (-d32) to utilize QTJava
functionality.
    at loci.formats.gui.LegacyQTTools.checkQTLibrary(LegacyQTTools.java:336)
    at loci.formats.in.LegacyQTReader.initFile(LegacyQTReader.java:142)
    at loci.formats.FormatReader.setId(FormatReader.java:1395)
    at loci.formats.DelegateReader.setId(DelegateReader.java:298)
    at loci.plugins.in.ImportProcess.initializeFile(ImportProcess.java:505)
    at loci.plugins.in.ImportProcess.execute(ImportProcess.java:143)
    at loci.plugins.in.Importer.showDialogs(Importer.java:137)
    at loci.plugins.in.Importer.run(Importer.java:75)
    at loci.plugins.LociImporter.run(LociImporter.java:78)
    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:662)


Console output:
Parsing tags

loci.formats.UnsupportedCompressionException: Unsupported codec: avc1
    at loci.formats.in.NativeQTReader.parse(NativeQTReader.java:537)
~[formats-bsd-5.1.1.jar:5.1.1]
    at loci.formats.in.NativeQTReader.parse(NativeQTReader.java:435)
~[formats-bsd-5.1.1.jar:5.1.1]
    at loci.formats.in.NativeQTReader.parse(NativeQTReader.java:435)
~[formats-bsd-5.1.1.jar:5.1.1]
    at loci.formats.in.NativeQTReader.parse(NativeQTReader.java:435)
~[formats-bsd-5.1.1.jar:5.1.1]
    at loci.formats.in.NativeQTReader.parse(NativeQTReader.java:435)
~[formats-bsd-5.1.1.jar:5.1.1]
    at loci.formats.in.NativeQTReader.parse(NativeQTReader.java:435)
~[formats-bsd-5.1.1.jar:5.1.1]
    at loci.formats.in.NativeQTReader.initFile(NativeQTReader.java:303)
~[formats-bsd-5.1.1.jar:5.1.1]
    at loci.formats.FormatReader.setId(FormatReader.java:1395)
~[formats-api-5.1.1.jar:5.1.1]
    at loci.formats.DelegateReader.setId(DelegateReader.java:290)
~[formats-api-5.1.1.jar:5.1.1]
    at loci.plugins.in.ImportProcess.initializeFile(ImportProcess.java:505)
[bio-formats_plugins-5.1.1.jar:5.1.1]
    at loci.plugins.in.ImportProcess.execute(ImportProcess.java:143)
[bio-formats_plugins-5.1.1.jar:5.1.1]
    at loci.plugins.in.Importer.showDialogs(Importer.java:137)
[bio-formats_plugins-5.1.1.jar:5.1.1]
    at loci.plugins.in.Importer.run(Importer.java:75)
[bio-formats_plugins-5.1.1.jar:5.1.1]
    at loci.plugins.LociImporter.run(LociImporter.java:78)
[bio-formats_plugins-5.1.1.jar:5.1.1]
    at ij.IJ.runUserPlugIn(IJ.java:199) [na:1.49s]
    at ij.IJ.runPlugIn(IJ.java:163) [na:1.49s]
    at ij.Executer.runCommand(Executer.java:131) [na:1.49s]
    at ij.Executer.run(Executer.java:64) [na:1.49s]
    at java.lang.Thread.run(Thread.java:662) [na:1.6.0_24]
Checking for QuickTime Java

Information about your version of Java:

  os.arch => amd64
  os.name => Windows 7
  os.version => 6.1
  java.version => 1.6.0_24
  java.vendor => Sun Microsystems Inc.
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.6.0_24-b07
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 19.1-b02
  java.vm.vendor => Sun Microsystems Inc.
  java.vm.info => mixed mode
  java.awt.graphicsenv => sun.awt.Win32GraphicsEnvironment
  java.specification.name => Java Platform API Specification
  java.specification.version => 1.6
  sun.cpu.endian => little
  sun.desktop => windows
  file.separator => \

The up-to-date check says: REMIND_LATER

Information relevant to JAVA_HOME related problems:

  JAVA_HOME is set to:
C:\Users\MKrause\Desktop\Fiji.app/java/win64/jdk1.6.0_24//jre
  imagej.dir => C:\Users\MKrause\Desktop\Fiji.app

Information about the version of each plugin:

Activated update sites:
ImageJ: <a href="http://update.imagej.net/">http://update.imagej.net/</a> (last check:20150501144914)
Fiji: <a href="http://fiji.sc/update/">http://fiji.sc/update/</a> (last check:20150504094352)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>