Skip to content

Commit ce9b8e3

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d112c08 + de3b306 commit ce9b8e3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,18 @@ Create mp4 video from Bitmaps or anything you can draw to a hardware accelerated
66
Currently supports the MP4 container and both AVC/H264 and HEVC/H265. Easily extensable to other supported formats.
77

88
Run the sample app or check out [CreateRunnable](app/src/main/java/com/homesoft/bitmap2video/CreateRunnable.java) for an example.
9+
10+
Add it in your root build.gradle at the end of repositories:
11+
12+
allprojects {
13+
repositories {
14+
...
15+
maven { url 'https://jitpack.io' }
16+
}
17+
}
18+
19+
Add to your app dependancies:
20+
21+
dependencies {
22+
implementation 'com.github.dburckh:bitmap2video:1.0.0'
23+
}

0 commit comments

Comments
 (0)