videocompress 1.2.1

This commit is contained in:
2025-06-26 11:03:32 +08:00
parent 680c222f9f
commit f796f207ea
3 changed files with 15 additions and 3 deletions

8
VideoCompress/pack.bat Normal file
View File

@ -0,0 +1,8 @@
@echo off
echo Packing full.
nuitka --standalone config.py --enable-plugin=upx --onefile --enable-plugin=tk-inter --include-data-files=ffmpeg.exe=ffmpeg.exe --include-data-files=ffprobe.exe=ffprobe.exe
rename config.exe full.exe
echo Packing single.
nuitka --standalone main.py --enable-plugin=upx --onefile
echo Packing config.
nuitka --standalone config.py --enable-plugin=upx --onefile --enable-plugin=tk-inter