Labsco
firecrawl logo

video-frames

✓ Official3

by firecrawl · part of firecrawl/openclaw

Extract frames or short clips from videos using ffmpeg.

🔥🔥🔥✓ VerifiedFreeQuick setup
🧰 Not standalone. This skill ships with firecrawl/openclaw and only works together with that tool — install the tool first, then add this skill.

Extract frames or short clips from videos using ffmpeg.

Inspect the full instructions your agent will receiveExpand

This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.


name: video-frames description: Extract frames or short clips from videos using ffmpeg. homepage: https://ffmpeg.org metadata: { "openclaw": { "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.

Notes

  • Prefer --time for “what is happening around here?”.
  • Use a .jpg for quick share; use .png for crisp UI frames.