Skip to content

Commit eab2441

Browse files
committed
update readme
1 parent d13c1a7 commit eab2441

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public class TestVideoEncoder {
2727
//...
2828
}
2929
```
30+
实现图像处理的关键是用了[android-opengl-canvas](https://github.com/ChillingVan/android-openGL-canvas)
3031

3132
例子中生成的h264文件在/storage/sdcard/Android/data/com.chillingvan.instantvideo.sample/files/test_h264_encode.h264,可以在代码里修改输出路径
3233
```java
@@ -46,10 +47,10 @@ public class TestVideoEncoder {
4647

4748
* 使用 camera 录像并处理
4849

49-
关于Camera,我已经封装好了 [InstantVideoCamera](https://github.com/ChillingVan/Android_ShowVideoStream/blob/master/applibs/src/main/java/com/chillingvan/lib/camera/InstantVideoCamera.java)
50+
关于Camera,我已经封装好了 [InstantVideoCamera](https://github.com/ChillingVan/Android_ShowVideoStream/blob/master/applibs/src/main/java/com/chillingvan/lib/camera/InstantVideoCamera.java)
5051

5152

52-
不过没写sample,以后补上。
53+
不过没写sample,以后补上。
5354

5455
* 编码产生aac格式音频
5556

0 commit comments

Comments
 (0)