video-frames

Extract frames from video files at specified timestamps or indexes using ffmpeg.

117|8|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/geezerrrr/motive --skill video-frames-geezerrrr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-frames
Source: https://github.com/geezerrrr/motive/tree/main/Motive/Resources/Skills.bundle/video-frames
Command: npx skills add https://github.com/geezerrrr/motive --skill video-frames-geezerrrr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, and includes scripts (resource) components.

What problem does it solve?

Extracting frames or small clips from video files is a common but tedious task for previews, QA, and asset cataloging. This skill automates frame extraction using ffmpeg to speed up workflows and ensure consistency.

Core Features & Use Cases

  • Single-frame extraction at a specific timestamp to generate thumbnails or review footage.
  • First-frame or index-based extraction to quickly capture representative frames for catalogs or galleries.
  • Batch workflows to generate standardized thumbnails across large video libraries.

Quick Start

Run the provided script to extract a frame from a video at a given time or frame index and save it to your chosen output path.

Frequently Asked Questions about video-frames

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract video frames at specific timestamps for thumbnails?

Extracting video frames at specific timestamps requires ffmpeg to decode the media file and save the target frame as an image. This skill automates that time-based frame extraction process for generating quick previews and cataloging assets.

Can I extract the first frame or specific frame index from a video file?

Yes, frame index extraction captures specific frames directly from the video file. You can pull the first frame or target a specific index to quickly generate representative thumbnails for media galleries or QA reviews.

Do I need ffmpeg installed to extract frames from video files?

Yes, ffmpeg is a required dependency for this frame extraction process. The skill relies on a deterministic shell script that leverages ffmpeg to accurately seek and extract video frames for media processing workflows.

What is the best way to generate standardized thumbnails across large video libraries?

Batch frame extraction using ffmpeg is the best way to generate standardized thumbnails across large video libraries. This skill automates the extraction process to ensure visual consistency for asset cataloging and quick previews.

Why use a deterministic shell script for frame extraction instead of manual commands?

Using a deterministic shell script ensures consistent frame extraction results across different video files. It automates the ffmpeg command execution to prevent human error and maintain uniform thumbnail outputs for QA workflows.