|
Project Information
Featured
Downloads
Links
|
QTX4JOverviewThe qtx4j project provides extensions and utilities for working with the QuickTime for Java API. It was originally developed by the Monterey Bay Aquarium Research Institute in support of the Video Annotation and Reference System (VARS). DisclaimerQuickTime for Java has been deprecated by Apple and the functionality of the library is definitely degrading. With that said we are still able to use qtx4j's functionality on Windows and Apple's 32-bit JVM. QTX4J will not run on Apple's 64-bit JVM. MavenTo include qtx4j in your maven project add the following to your pom.xml file: <!-- Add the MBARI repository -->
<repository>
<id>mbari-maven-repository</id>
<name>MBARI Maven Repository</name>
<url>http://mbari-maven-repository.googlecode.com/svn/repository/</url>
</repository>
<!-- Add qtx4j dependency -->
<dependency>
<groupId>org.mbari</groupId>
<artifactId>qtx4j</artifactId>
<version>0.15</version>
</dependency>
|