1 Star 1 Fork 0

shootsoft / 视频截图字幕拼接精灵

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_win.bat 967 Bytes
一键复制 编辑 原始数据 按行查看 历史
shootsoft 提交于 2018-04-28 17:20 . Update Window Build
pyinstaller -F -w --icon=res/pluto.ico ^
--add-data "src\windows;windows" ^
--add-data "venv/v36/Lib/site-packages/cv2/opencv_ffmpeg330.dll;./" ^
--path "C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x86" ^
--version-file=file_version_info.txt "src\app.py" ^
-n "PlutoVideoSnapshoter"
IF [%1] == [] GOTO end
"C:\Program Files (x86)\Windows Kits\10\bin\x86\signtool.exe" sign ^
/f Certificates.pfx /p %1 /t "http://timestamp.comodoca.com" ^
"dist\PlutoVideoSnapshoter.exe"
GOTO end
...skip this...
REM Multiple files, for debugging
pyinstaller -D -w --icon=res/pluto.ico ^
--add-data "src\windows;windows" ^
--add-data "venv/v36/Lib/site-packages/cv2/opencv_ffmpeg330.dll;./" ^
--path "C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x86" ^
--version-file=file_version_info.txt "src\app.py" ^
-n "PlutoVideoSnapshoter"
:end
Python
1
https://gitee.com/shootsoft/PlutoVideoSnapshoter.git
git@gitee.com:shootsoft/PlutoVideoSnapshoter.git
shootsoft
PlutoVideoSnapshoter
视频截图字幕拼接精灵
master

搜索帮助