You can download xuggle-video-1.3.5.jar in this page.
LGPL
xuggle-video-1.3.5.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.openimaj/xuggle-video/pom.properties META-INF/maven/org.openimaj/xuggle-video/pom.xml org.openimaj.video.xuggle.JarURLProtocolHandler.class org.openimaj.video.xuggle.JarURLProtocolHandlerFactory.class org.openimaj.video.xuggle.XuggleAudio.class org.openimaj.video.xuggle.XuggleVideo.class org.openimaj.video.xuggle.XuggleVideoWriter.class
xuggle-video-1.3.5.pom file content.
<?xml version="1.0"?> <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"> <parent> <artifactId>openimaj-video</artifactId> <groupId>org.openimaj</groupId> <version>1.3.5</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>xuggle-video</artifactId> <name>OpenIMAJ Xuggle Video Wrapper</name> <description>Plugin to use Xuggler as a video source. Allows most video formats to be read into OpenIMAJ.</description> <inceptionYear>2011</inceptionYear> <dependencies> <dependency> <groupId>xuggle</groupId> <artifactId>xuggle-xuggler-lgpl</artifactId> <version>5.5-20140728</version> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>core-video</artifactId> <version>1.3.5</version> </dependency> <dependency> <groupId>org.openimaj</groupId> <artifactId>core-audio</artifactId> <version>1.3.5</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <scope>test</scope> </dependency> </dependencies> <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> </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> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> </project>
<dependency> <groupId>org.openimaj</groupId> <artifactId>xuggle-video</artifactId> <version>1.3.5</version> </dependency>
If you think the following xuggle-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 xuggle-video-1.3.5.jar file