HighlightedCurrent version: v1.0.0

Video Frames

Extract frames or short clips from videos using ffmpeg.

Peter Steinberger
Peter Steinberger
@steipete
79
Stars
27.8K
Downloads
1
Comments
1.1K
Current installs
Current version
v1.0.0
Available on
Not specified
Last updated
Feb 26, 2026
Versions
1
All-time installs
1.1K
Source
steipete/video-frames

Full content

SKILL.md

This page

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.