video-frames

Extract video frames and thumbnails at specified timestamps using ffmpeg.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/DharambirAgrawal/Personal-Assistant --skill video-frames-dharambiragrawal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-frames
Source: https://github.com/DharambirAgrawal/Personal-Assistant/tree/main/skills/video-frames
Command: npx skills add https://github.com/DharambirAgrawal/Personal-Assistant --skill video-frames-dharambiragrawal

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Extract frames or quick thumbnails from videos for previews, reviews, or documentation.

Core Features & Use Cases

  • Extract a single frame from a video at a specified location or time for quick visual references.
  • Generate thumbnails for galleries or video previews to speed up review and sharing.
  • Use case: automatically produce frame snapshots at key moments to annotate media workflows.

Quick Start

Run the frame.sh script to extract a frame at a given time from a video and save it as an image.

Frequently Asked Questions about video-frames

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

FAQPage Schema
How do I extract a single frame from a video at a specific timestamp?

To extract a single frame from a video at a specific timestamp, run the frame.sh script which uses ffmpeg to seek the location and save it as an image file for quick visual reference.

What is the best way to automate thumbnail creation for video previews?

The best way to automate thumbnail creation for video previews is using ffmpeg scripts to generate still images, speeding up review and sharing workflows without manual frame capture.

Do I need ffmpeg installed to extract still images from my media files?

Yes, you need the ffmpeg binary installed and accessible on your host system, because the frame extraction scripts rely entirely on ffmpeg to process videos and produce still images.

Can I use ffmpeg scripts to generate video thumbnails for documentation workflows?

Yes, you can use ffmpeg scripts to generate video thumbnails specifically for documentation workflows, automatically producing frame snapshots at key moments to annotate and review media content.

Why does frame extraction fail when running the video thumbnail script?

Frame extraction fails when the video thumbnail script cannot locate the ffmpeg binary on the host system, which is a required dependency for executing media processing commands.