Video-Generator/README.md

20 lines
478 B
Markdown
Raw Permalink Normal View History

2021-08-12 22:07:39 +08:00
# Video-Generator
2021-08-16 20:26:43 +08:00
为 STM32-Player (https://github.com/StopPointTeam/STM32-Player) 生成视频
基于 OpenCV对普通格式的视频进行逐帧处理生成可由 STM32-Player 播放的 .32v 文件
2021-08-16 20:35:36 +08:00
### 使用方法
+ 使用命令行运行。可以通过 Python 使用 ``py VideoGen.py`` 命令运行,也可以直接调用打包好的二进制 exe 文件
+ 命令行参数:
+ -i 指定输入视频
+ -h 为帮助
2021-08-16 20:26:43 +08:00
### 依赖
+ cv2
+ numpy
+ struct
+ argparse