@steipete/video-frames

Extract frames or short clips from videos using ffmpeg.

View in AI SkillSafe app
706331 downloads
1 stars
0 demos
SKILL.md
namevideo-frames
descriptionExtract frames or short clips from videos using ffmpeg.
homepagehttps://ffmpeg.org

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.

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@steipete/video-frames/verified)](https://skillsafe.ai/skill/@steipete/video-frames/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@steipete/video-frames/installs)](https://skillsafe.ai/skill/@steipete/video-frames/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@steipete/video-frames/scan)](https://skillsafe.ai/skill/@steipete/video-frames/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@steipete/video-frames/eval)](https://skillsafe.ai/skill/@steipete/video-frames/)