影片提取

👤 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:

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

    本技能來自小蔥技能站7w4.net。

  • 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