You can download core-video-1.3.5.jar in this page.
Open Source
core-video-1.3.5.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.openimaj/core-video/pom.properties META-INF/maven/org.openimaj/core-video/pom.xml brushed-metal.png icons.psd org.openimaj.video.AnimatedVideo.class org.openimaj.video.ArrayBackedVideo.class org.openimaj.video.FImageFileBackedVideo.class org.openimaj.video.FileBackedVideo.class org.openimaj.video.MBFImageFileBackedVideo.class org.openimaj.video.Video.class org.openimaj.video.VideoCache.class org.openimaj.video.VideoDisplay.class org.openimaj.video.VideoDisplayAdapter.class org.openimaj.video.VideoDisplayListener.class org.openimaj.video.VideoDisplayStateListener.class org.openimaj.video.VideoFrame.class org.openimaj.video.VideoIterator.class org.openimaj.video.VideoPlayer.class org.openimaj.video.VideoPositionListener.class org.openimaj.video.VideoSubFrame.class org.openimaj.video.VideoWriter.class org.openimaj.video.analyser.VideoAnalyser.class org.openimaj.video.processor.VideoFrameProcessor.class org.openimaj.video.processor.VideoProcessor.class org.openimaj.video.timecode.FrameNumberVideoTimecode.class org.openimaj.video.timecode.HrsMinSecFrameTimecode.class org.openimaj.video.timecode.VideoTimecode.class org.openimaj.video.translator.FImageToMBFImageVideoTranslator.class org.openimaj.video.translator.MBFImageToFImageVideoTranslator.class org.openimaj.video.translator.VideoTranslator.class pause.png play.png step-backward.png step-forward.png stop.png
core-video-1.3.5.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>openimaj-core-libs</artifactId> <groupId>org.openimaj</groupId> <version>1.3.5</version> <relativePath>../</relativePath> </parent> <artifactId>core-video</artifactId> <name>The OpenIMAJ Core Video Library</name> <inceptionYear>2011</inceptionYear> <description> Core definitions of a video type and functionality for displaying and processing videos. </description> <dependencies> <dependency> <groupId>org.openimaj</groupId> <artifactId>core-image</artifactId> <version>1.3.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>core-audio</artifactId> <version>1.3.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.openimaj.content</groupId> <artifactId>animation</artifactId> <version>1.3.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <scope>test</scope> </dependency> </dependencies> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <plugins> <plugin> <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> <version>1.9.0</version> <configuration> <header>src/etc/header.txt</header> <strictCheck>true</strictCheck> <properties> <year>${project.inceptionYear}</year> </properties> <excludes> <exclude>AUTHORS</exclude> <exclude>COPYING</exclude> <exclude>**/*.psd</exclude> </excludes> <mapping> <jtemp>JAVADOC_STYLE</jtemp> </mapping> <useDefaultMapping>true</useDefaultMapping> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.6</version> <configuration> <argLine>-Xmx1G -Djava.awt.headless=true</argLine> <!-- <parallel>classes</parallel> <perCoreThreadCount>2</perCoreThreadCount> --> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.openimaj</groupId> <artifactId>core-video</artifactId> <version>1.3.5</version> </dependency>
If you think the following core-video-1.3.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download core-video-1.3.5.jar file