PiedPiper911/dsh-video-tools
基于 FFmpeg.wasm 的浏览器端音视频工具集,支持抽帧、截图、图片压缩与视频转 GIF。
这是一个 DeepSeek Harness(DSH)插件。本站汇总其 GitHub README、安装信息、维护状态与公开安全信号。
上游未提供中文 README,当前展示仓库原始内容。
dsh-video-tools 🎬
Browser-local audio/video tools for DeepSeek Harness (DSH), powered by FFmpeg.wasm.
No uploads, no servers — every operation runs in your browser via WebAssembly.
Install
dsh plugin add @piedpiper911/dsh-video-tools
Tools
| Tool | What it does |
|---|---|
video_info | Probe a video's duration, resolution, and codecs without transcoding. |
video_frames | Extract evenly-spaced frames as JPEGs, or a single frame at a timestamp. |
image_compress | Recompress an image to JPEG at a target width to shrink it for vision models. |
video_to_gif | Convert a video clip to an animated GIF (two-pass palette optimization). |
Example: give a vision model frames from a local video
1. upload the video → workspace
2. video_frames { input: "demo.mp4", count: 4 }
3. describe what you see in each frame
How it works
- One shared
FFmpeginstance is lazily loaded on first use and reused for the whole session — the ~30 MB core downloads exactly once. - All I/O happens in FFmpeg's in-memory virtual filesystem; nothing touches disk.
- Tool arguments are validated with the DSH schema DSL (
defineTool), so the model only ever sees well-formed inputs.
Development
npm ci
npm run build # tsc → lib/
npm test # vitest
License
MIT
安全与安装证据
该分数只基于公开仓库元数据与本站登记的安装证据,不等同于代码安全审计。
来源可追溯
来自公开插件目录,并链接到公开 GitHub 仓库。
许可证
GitHub 元数据中未检测到许可证。
维护活跃度
最近 180 天内有代码更新。
安装证据
尚未登记可复验的精确安装元数据,请按仓库说明手动检查。
安装生命周期脚本
已检查的包元数据未声明安装生命周期脚本。
需要留意
missing-license