AS
AgSkills.dev
MARKETPLACE

video-frames

Extract frames or short clips from videos using ffmpeg.

227.1k
43.4k

Preview

SKILL.md
name
video-frames
description
Extract frames or short clips from videos using ffmpeg.
homepage
"emoji"
"๐ŸŽž๏ธ",
"requires"
{ "bins": ["ffmpeg"] },
"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.
GitHub Repository
moltbot/moltbot
Stars
227,143
Forks
43,465
Open Repository
Install Skill
Download ZIP2 files