video-frames

Extract single frames or short clips from video files using ffmpeg.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/sangrokjung/claude-code-config-public --skill video-frames-sangrokjung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-frames
Source: https://github.com/sangrokjung/claude-code-config-public/tree/main/commands/video-frames
Command: npx skills add https://github.com/sangrokjung/claude-code-config-public --skill video-frames-sangrokjung

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you quickly extract specific frames or short clips from video files, useful for analysis or creating visual references.

Core Features & Use Cases

  • Single Frame Extraction: Grab a specific frame from a video at a given timestamp or index.
  • Thumbnail Generation: Create quick visual thumbnails for inspecting video content.
  • Use Case: You need to find the exact moment a specific event occurs in a long recording. Use this Skill to extract a frame at the 10-second mark to quickly verify.

Quick Start

Use the video-frames skill to extract the first frame from the file '/path/to/video.mp4' and save it as '/tmp/frame.jpg'.

Frequently Asked Questions about video-frames

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

FAQPage Schema
How do I extract frames from a video for visual analysis?

To extract frames from a video, you can use this Skill to grab specific frames or short clips at given timestamps using ffmpeg. It helps you quickly generate visual references or thumbnails for inspecting video content.

What's the best way to generate a thumbnail from a video file?

The best way to generate a thumbnail from a video file is using this Skill to extract a single frame at a specific timestamp. It creates a quick visual image, such as saving the first frame of a video as a JPG.

Do I need ffmpeg installed to extract a specific frame from a video?

Yes, you need the ffmpeg binary installed and accessible in your system's PATH to extract frames from videos. This Skill relies entirely on ffmpeg to process video files and grab specific frames or clips.

Can I extract a short clip from a long video recording for content preview?

Yes, you can extract short clips from long video recordings for content preview. This Skill uses ffmpeg to isolate specific moments, helping you verify events without processing the entire video file.

How do I grab a frame from a video at a specific timestamp?

You can grab a frame from a video at a specific timestamp by providing the file path and target time to this Skill. It uses ffmpeg to extract the exact frame and save it as an image file for analysis.