Video-Generator/README.md

13 lines
254 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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