@@ -7,12 +7,9 @@ With it, you can encode a video at any resolution, no longer need to care about
7
7
![ ScreenRecord_1] ( https://github.com/lmylr/HardwareVideoCodec/blob/master/images/ScreenRecord_1.gif )
8
8
![ ScreenRecord_1] ( https://github.com/lmylr/HardwareVideoCodec/blob/master/images/ScreenRecord_2.gif )
9
9
## Latest release
10
- [ V1.7.0 ] ( https://github.com/lmylr/HardwareVideoCodec/releases/tag/v1.7.0 )
10
+ [ V1.7.1 ] ( https://github.com/lmylr/HardwareVideoCodec/releases/tag/v1.7.1 )
11
11
12
- * Support picture filter. You can process picture now.
13
- * Support filter group. You can combine any filters now.
14
- * Support watermark. Add a logo to your video.
15
- * Fix some memory leaks and bugs.
12
+ * Fix after switched the filter, the video of some devices will become black.
16
13
17
14
## Features
18
15
* Support video encoding at any resolution. No need to care about camera resolution.
@@ -28,7 +25,7 @@ With it, you can encode a video at any resolution, no longer need to care about
28
25
29
26
## Start
30
27
If you are building with Gradle, simply add the following code to your project:
31
- * Project root build.gradle
28
+ * You need to configure your kotlin environment. Project root build.gradle
32
29
```
33
30
buildscript {
34
31
ext.kotlin_version = '1.2.30'//Latest kotlin version
@@ -46,8 +43,8 @@ allprojects {
46
43
* Module build.gradle
47
44
```
48
45
dependencies {
49
- implementation 'com.lmy.codec:hardwarevideocodec:1.7.0 '
50
- implementation 'com.lmy.codec:rtmp:1.7.0 '//If you want to use RTMP stream.
46
+ implementation 'com.lmy.codec:hardwarevideocodec:1.7.1 '
47
+ implementation 'com.lmy.codec:rtmp:1.7.1 '//If you want to use RTMP stream.
51
48
}
52
49
```
53
50
* For record mp4
0 commit comments