This commit is contained in:
闫旭隆
2026-01-09 13:36:01 +08:00
parent 202d1cb5ba
commit e0aff02e31
374 changed files with 42970 additions and 11539 deletions

View File

@ -0,0 +1,17 @@
@echo off
echo ================================================
echo Video Split Tool
echo ================================================
echo.
cd /d "%~dp0"
call C:\Users\10120\anaconda3\Scripts\activate.bat video_split
python "%~dp0split_video.py"
echo.
echo ================================================
echo Done
echo ================================================
echo.
pause