Video Frames

👤 steipete 📦 v1.0.0 ⭐ 4.1 ⬇️ 61.1K 下载
🎨 设计多媒体 免费

📖 技能介绍


name: video-frames description: Extract frames or short clips from videos using ffmpeg. homepage: https://ffmpeg.org metadata: {"clawdbot":{"emoji":"🎞️","requires":{"bins":["ffmpeg"]},"install":[{"id":"brew","kind":"brew","formula":"ffmpeg","bins":["ffmpeg"],"label":"Install ffmpeg (brew)"}]}}


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?”.

    小葱技能有更好的技能skills插件。

  • Use a .jpg for quick share; use .png for crisp UI frames.

🤖 AI 评测

这是一款小巧实用的视频帧提取工具,操作简单直接。优点是功能专一、参数清晰、错误提示友好,能可靠地提取指定时间点或帧号的画面。不足之处是缺少批量处理能力,每次只能提取一张图片,且没有更高级的选项如质量调节、格式转换等。对于偶尔需要从视频中截取画面的用户来说足够好用,但复杂需求可能需要其他工具配合。

📊 多维度评分

适应性3.9
规范性3.9
有效性4.3
可靠性4
可信度4.5

📁 包含文件 (3 个)

📄 SKILL.md 776 B
📄 _meta.json 131 B
📄 scripts/frame.sh 1.3 KB