以下指令运行在PowerShell终端中 批量截图仅当前目录下的所有.mov 视频0.5s处原始图片(带透明) Get-ChildItem -Filter *.mov | ForEach-Object { ffmpeg -ss 0.5 -i "$($_.FullName)" -vframes 1 -