| License |
License |
|---|---|
| GroupId | GroupIdcom.github.hiteshsondhi88.libffmpeg |
| ArtifactId | ArtifactIdFFmpegAndroid |
| Last Version | Last Version0.2.5 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionFFmpegAndroid Library
Java implementation of ffmpeg for Android
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| FFmpegAndroid-0.2.5.pom | |
| FFmpegAndroid-0.2.5.aar | 23 MB |
| FFmpegAndroid-0.2.5-sources.jar | 12 KB |
| FFmpegAndroid-0.2.5-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hiteshsondhi88.libffmpeg/FFmpegAndroid/ -->
<dependency>
<groupId>com.github.hiteshsondhi88.libffmpeg</groupId>
<artifactId>FFmpegAndroid</artifactId>
<version>0.2.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hiteshsondhi88.libffmpeg/FFmpegAndroid/
implementation 'com.github.hiteshsondhi88.libffmpeg:FFmpegAndroid:0.2.5'
// https://jarcasting.com/artifacts/com.github.hiteshsondhi88.libffmpeg/FFmpegAndroid/
implementation ("com.github.hiteshsondhi88.libffmpeg:FFmpegAndroid:0.2.5")
'com.github.hiteshsondhi88.libffmpeg:FFmpegAndroid:aar:0.2.5'
<dependency org="com.github.hiteshsondhi88.libffmpeg" name="FFmpegAndroid" rev="0.2.5">
<artifact name="FFmpegAndroid" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.hiteshsondhi88.libffmpeg', module='FFmpegAndroid', version='0.2.5')
)
libraryDependencies += "com.github.hiteshsondhi88.libffmpeg" % "FFmpegAndroid" % "0.2.5"
[com.github.hiteshsondhi88.libffmpeg/FFmpegAndroid "0.2.5"]