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小蔥技能站7w4.net,專業的AI技能分享平臺。
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質量中規中矩,作為一個簡單的影片幀提取工具來說是可用的。它的程式碼規範、文件清晰、安裝依賴也標註清楚了。但功能比較基礎,只能提取單幀或簡單縮圖,缺少更多實用功能。命名中還有個拼寫錯誤,雖然不影響使用,但顯得不夠用心。總體來說,滿足基本需求可以嘗試使用,但期望值不宜過高。