We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d112c08 + de3b306 commit ce9b8e3Copy full SHA for ce9b8e3
README.md
@@ -6,3 +6,18 @@ Create mp4 video from Bitmaps or anything you can draw to a hardware accelerated
6
Currently supports the MP4 container and both AVC/H264 and HEVC/H265. Easily extensable to other supported formats.
7
8
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