更新 README.md

This commit is contained in:
lxbpxylps@126.com 2021-08-16 20:26:43 +08:00
parent c0bba8b2a7
commit 72fbdfd178

View File

@ -1,2 +1,12 @@
# Video-Generator
Generate video for STM32-Player (https://github.com/StopPointTeam/STM32-Player)
为 STM32-Player (https://github.com/StopPointTeam/STM32-Player) 生成视频
基于 OpenCV对普通格式的视频进行逐帧处理生成可由 STM32-Player 播放的 .32v 文件
### 依赖
+ cv2
+ numpy
+ struct
+ argparse