This commit is contained in:
2025-08-29 16:10:04 +08:00
parent db404c373c
commit bf92949a43
301 changed files with 1699 additions and 1669 deletions
@@ -10,7 +10,7 @@ for /r %%i in (*.mp4) do (
set "file_path=%%~dpi"
REM 生成输出文件名(与视频文件同名,不同扩展名)
set "output_file=%%~ni_thumbnail.png"
set "output_file=%%~ni_thumbnail.jpg"
REM 提取第一帧
echo 正在处理: %%~nxi