Video Frames (ffmpeg)

← Back to skills

Extract a single frame from a video, or create quick thumbnails for inspection.

Category: Marketing & Content
Repo: openclaw-openclaw
Path: skills/video-frames/SKILL.md
Updated: 7/20/2026, 6:24:29 AM

AI Summary

Extract a single frame from a video, or create quick thumbnails for inspection. It is useful for content creation, SEO, copywriting, marketing automation, and social media. Source: openclaw-openclaw (skills/video-frames/SKILL.md).

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.

Related skills