dsh-ffmpeg
DSH 视频处理工具插件:ffmpeg_probe/cut/concat/encode/subtitle/extract/gif/frames/adjust/health 十工具(探测摘要、批量抽帧、GIF、变速/音量/静音/旋转调整),进程走官方 subprocess 服务,超时树级终止、环境变量路径回退与多视频流探测,零运行时依赖(ffmpeg 本体除外)。
AI 분석
适合需要Agent处理视频剪辑、格式转换等任务的用户,需本机安装FFmpeg。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:STARDUSTLC666/dsh-ffmpeg配置
在你自己的 profile 的 cordis.patch.yml 里覆盖本插件行(缺省时全部用默认值):
- id: ffmpeg
name: 'dsh-ffmpeg'
config:
# ffmpegPath: C:\tools\ffmpeg\bin\ffmpeg.exe # 非 PATH 时显式指定(也可用 DSH_FFMPEG_PATH)
# ffprobePath: C:\tools\ffmpeg\bin\ffprobe.exe # 也可用 DSH_FFPROBE_PATH
timeoutMs: 300000 # 单次操作超时(默认 5 分钟,10 秒 - 2 小时)
# overwrite: true # 允许覆盖同名输出(默认自动加 _1/_2 序号)