https://github.com/bunnysakura/v2p
视频转图片 | Video to picture
https://github.com/bunnysakura/v2p
Last synced: about 2 months ago
JSON representation
视频转图片 | Video to picture
- Host: GitHub
- URL: https://github.com/bunnysakura/v2p
- Owner: BunnySakura
- Created: 2024-04-21T13:17:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-25T07:38:10.000Z (over 1 year ago)
- Last Synced: 2025-01-14T06:48:25.921Z (9 months ago)
- Language: Python
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# V2P
*视频转图片 | Video to picture*

## 打包
```shell
python -m nuitka --standalone --enable-plugin=tk-inter --onefile --windows-disable-console --windows-icon-from-ico=icon.ico -o V2P mian.py
```