V

video-frames

by @steipetev
4.3(20)

利用ffmpeg工具,能够从视频中精确提取单个帧或指定长度的短视频片段。

video-processingframe-extractioncomputer-visionffmpegimage-processingGitHub
安装方式
npx skills add steipete/clawdis --skill video-frames
compare_arrows

Before / After 效果对比

1
使用前

手动从视频中提取特定帧或短片段操作复杂,难以精确控制时间点。耗费大量时间且容易出错。

使用后

借助ffmpeg工具,能精确提取视频的单个帧或指定长度片段。显著提升了视频处理效率和准确性。

SKILL.md

Video Frames (ffmpeg)

Extract a single frame from a video, or create quick thumbnails for inspection.

Quick start

First frame:

{baseDir}/scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg

At a timestamp:

{baseDir}/scripts/frame.sh /path/to/video.mp4 --time 00:00:10 --out /tmp/frame-10s.jpg

Notes

  • Prefer --time for “what is happening around here?”.
  • Use a .jpg for quick share; use .png for crisp UI frames.

用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价

统计数据

安装量1.9K
评分4.3 / 5.0
版本
更新日期2026年5月22日
对比案例1 组

用户评分

4.3(20)
5
60%
4
40%
3
0%
2
0%
1
0%

为此 Skill 评分

0.0

兼容平台

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

时间线

创建2026年3月16日
最后更新2026年5月22日