File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments