FFmpegAndroid
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.hiteshsondhi88.libffmpeg</groupId> <artifactId>FFmpegAndroid</artifactId> <version>0.2.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.hiteshsondhi88.libffmpeg</groupId> <artifactId>FFmpegAndroid</artifactId> <version>0.2.5</version> <packaging>aar</packaging> <name>FFmpegAndroid Library</name> <description>Java implementation of ffmpeg for Android</description> <url>https://github.com/hiteshsondhi88/ffmpeg-android-java</url> <licenses> <license> <name>GNU GPLv3</name> <url>https://github.com/hiteshsondhi88/ffmpeg-android-java/blob/master/LICENSE.GPLv3</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>hiteshsondhi88</id> <name>Hitesh Sondhi</name> </developer> </developers> <scm> <connection>scm:https://github.com/hiteshsondhi88/ffmpeg-android-java.git</connection> <developerConnection>scm:https://github.com/hiteshsondhi88/ffmpeg-android-java.git</developerConnection> <url>https://github.com/hiteshsondhi88/ffmpeg-android-java</url> </scm> </project>