Skip to content

Commit

Permalink
Merge pull request SwiftOldDriver#3371 from JonyFang/master
Browse files Browse the repository at this point in the history
Update SwiftOldDriver#199-2022.04.18.md
  • Loading branch information
JonyFang authored Apr 17, 2022
2 parents 761ba01 + bc40f3e commit 7adb23a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Reports/2022/#199-2022.04.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ H5优化:
- 静态 vs 动态
- 编译器生成模板代码 vs 通过 Existential Container 隐藏类型

### 🌟 🐕 [音视频工程示例 AVDemo 7、8、9](https://mp.weixin.qq.com/s/CJAhkk9BmhMOXgD2pl_rjg)

[@JonyFang](https://github.com/JonyFang): 音视频工程示例 AVDemo 7、8、9 篇:

- iOS AVDemo 7: [视频采集 Demo](https://mp.weixin.qq.com/s/CJAhkk9BmhMOXgD2pl_rjg),实现视频采集逻辑并将采集的视频图像渲染进行预览,同时支持将数据转换为图片存储到相册;
- iOS AVDemo 8: [视频编码 Demo](https://mp.weixin.qq.com/s/M2l-9_W8heu_NjSYKQLCRA),串联视频采集和编码模块,将采集到的视频数据输入给编码模块进行编码,并存储为文件;
- iOS AVDemo 9: [视频封装 Demo](https://mp.weixin.qq.com/s/W17eLiUeCszNM8Kg-rlmBg),串联视频采集、编码、封装模块,将采集到的视频数据输入给编码模块进行编码,再将编码后的数据输入给 MP4 封装模块封装和存储;


## 工具

Expand Down

0 comments on commit 7adb23a

Please sign in to comment.