File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- # AndroidVideoTranscoder [](https://app.bitrise.io/app/09accd151a795e36) [  ](https://bintray.com/exozetag/maven/VideoTranscoder/_latestVersion) [](https://jitpack.io/#exozet/AndroidVideoTranscoder) [](https://hitsofcode.com/view/github/exozet/AndroidVideoTranscoder) [](https://jitpack.io/com/github/exozet/AndroidVideoTranscoder/master-SNAPSHOT/javadoc/index.html) [](https://android-arsenal.com/api?level=21) [](https://docs.gradle.org/current/release-notes) [](https://kotlinlang.org/) [](LICENSE) [](https://developer.android.com/topic/libraries/support-library/refactor)
1
+ # Android Video Transcoder
2
+
3
+ [](https://central.sonatype.com/artifact/net.kibotu/android-ffmpeg-transcoder) [](https://jitpack.io/#kibotu/android-ffmpeg-transcoder) [](https://github.com/kibotu/android-ffmpeg-transcoder/actions/workflows/android.yml) [](https://android-arsenal.com/api?level=21) [](https://android-arsenal.com/api?level=35) [](https://www.oracle.com/java/technologies/javase/17all-relnotes.html) [](https://docs.gradle.org/current/release-notes) [](https://kotlinlang.org/)
2
4
3
5
Surprisingly fast on device video transcoding.
4
6
@@ -9,7 +11,6 @@ Features
9
11
10
12
[ ![ Screenshot] ( screenshot.png )] ( screenshot.png )
11
13
12
-
13
14
# How to install
14
15
15
16
## MavenCentral
@@ -22,7 +23,7 @@ allprojects {
22
23
}
23
24
24
25
dependencies {
25
- implementation 'net.kibotu:FreedomPlayer :{latest-version}'
26
+ implementation 'net.kibotu:android-ffmpeg-transcoder :{latest-version}'
26
27
}
27
28
28
29
```
@@ -38,7 +39,7 @@ allprojects {
38
39
}
39
40
40
41
dependencies {
41
- implementation 'com.github.kibotu:FreedomPlayer :{latest-version}'
42
+ implementation 'com.github.kibotu:android-ffmpeg-transcoder :{latest-version}'
42
43
}
43
44
```
44
45
You can’t perform that action at this time.
0 commit comments