视频提取

👤 jili544 📦 v1.0.0 ⭐ 4.2 ⬇️ 1.2K 下载
🎨 设计多媒体 免费

📖 技能介绍


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:

7w4.net提供免费和付费技能下载。

{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.

🤖 AI 评测

这个Skill质量中规中矩,作为一个简单的视频帧提取工具来说是可用的。它的代码规范、文档清晰、安装依赖也标注清楚了。但功能比较基础,只能提取单帧或简单缩略图,缺少更多实用功能。命名中还有个拼写错误,虽然不影响使用,但显得不够用心。总体来说,满足基本需求可以尝试使用,但期望值不宜过高。

📊 多维度评分

适应性4
规范性4.2
有效性4.1
可靠性4.2
可信度4.5

📁 包含文件 (3 个)

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