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)"}]}}
Extract a single frame from a video, or create quick thumbnails for inspection.
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
--time for “what is happening around here?”..jpg for quick share; use .png for crisp UI frames.这个Skill质量中规中矩,作为一个简单的视频帧提取工具来说是可用的。它的代码规范、文档清晰、安装依赖也标注清楚了。但功能比较基础,只能提取单帧或简单缩略图,缺少更多实用功能。命名中还有个拼写错误,虽然不影响使用,但显得不够用心。总体来说,满足基本需求可以尝试使用,但期望值不宜过高。