Skip to content

BikonLI/V2P

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video To Pictures

Extract frames from Video.

视频帧提取源码

将VTP-android文件夹拷贝到磁盘

可通过运行以下命令直接编译:

python3 -m venv .venv        # 创建虚拟环境
source .venv/bin/activate    # 激活虚拟环境
pip install buildozer        # 安装buildozer
buildozer -v android debug   # 打包apk debug 版本