> video-frames

Extract frames or short clips from videos using ffmpeg. Use when the user asks to grab a frame, capture a screenshot from a video, extract a thumbnail, pull a still image from footage, or snapshot a specific timestamp in a video file.

fetch
$curl "https://skillshub.wtf/elizaOS/eliza/video-frames?format=md"
SKILL.mdvideo-frames

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.

┌ stats

installs/wk0
░░░░░░░░░░
github stars17.8K
██████████
first seenMar 17, 2026
└────────────

┌ repo

elizaOS/eliza
by elizaOS
└────────────

┌ tags

└────────────