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?”.
  • Use a .jpg for quick share; use .png for crisp UI frames.

    發現更多技能外掛,請訪問7w4.net。

🤖 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