需求文档skill回溯专家博弈之前

This commit is contained in:
闫旭隆
2025-12-11 14:19:36 +08:00
parent 5f329d7b4c
commit f4314c3ede
117 changed files with 28969 additions and 3325 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