https://github.com/hohonuuli/qtx4j
Extensions for simplifying the use of the QuickTime for Java API
https://github.com/hohonuuli/qtx4j
Last synced: 2 months ago
JSON representation
Extensions for simplifying the use of the QuickTime for Java API
- Host: GitHub
- URL: https://github.com/hohonuuli/qtx4j
- Owner: hohonuuli
- Created: 2013-12-10T20:51:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T16:27:47.000Z (over 8 years ago)
- Last Synced: 2025-02-04T21:45:44.785Z (4 months ago)
- Language: Java
- Size: 11.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
$Id: README.txt 549 2007-04-23 21:50:30Z brian $
QT4J is short-hand for QuickTime for Java. This project encapsulates Java
components that interact with Apple's QuickTime for Java SDK. In order to build
this project you will need to install QuickTime for Java and the Java Advanced
Imaging libraryThis project is built using Maven 2 (http://maven.apache.org). To build it type 'mvn package' at the command line. The resulting build will be target/qt4j-[version].jar
EXAMPLE FOR RUNNING CLASS FROM COMMAND LINE -->
mvn exec:java -Dexec.mainClass=org.mbari.qt.examples.TimeCodeTrackExample -Dexec.keepAlive=trueQT4J requires that the Java Advanced imaging library is available.