extract-frames

Extract key frames from MP4 screen recordings and generate a JSON manifest.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/meytalp-dev/ort-training --skill extract-frames
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extract-frames
Source: https://github.com/meytalp-dev/ort-training/tree/main/.claude/skills/extract-frames
Command: npx skills add https://github.com/meytalp-dev/ort-training --skill extract-frames

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

הסקיל מחלץ תמונות מפתח מתוך הקלטת מסך (MP4) ומייצר סט ויזואלי תמציתי של רגעים מרכזיים.

Core Features & Use Cases

  • זיהוי והפקת פריימים מרכזיים מההקלטה
  • יצירת תיקיית פריימים זמנית לחלוקה והחילוץ
  • חילוץ פריימים באמצעות ffmpeg ובחירה של 10–15 פריימים מייצגים
  • ניתוח ותיוג תוכן כל פריים
  • יצירת מסמך JSON המתאר את הבחירה והפריימים שנבחרו

Quick Start

הפעל את הסקיל על קלט MP4 כדי לחלץ ולנתח פריימים מייצגים ולייצר JSON של הפריימים שנבחרו.

Frequently Asked Questions about extract-frames

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

FAQPage Schema
How do I extract key frames from an MP4 screen recording?

To extract key frames from an MP4 screen recording, this Skill uses ffmpeg to identify and pull 10–15 representative frames, creating a concise visual summary of the video's central moments.

What is the best way to summarize a lengthy screen recording into a few images?

The best way to summarize a lengthy screen recording is by extracting key frames, which identifies central moments and generates a JSON manifest describing the selected frames for quick review.

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

Yes, you need ffmpeg installed to extract frames from video files, as this Skill requires ffmpeg availability to process input MP4 files and generate the selected key frames.

Can I configure the frame interval when extracting images from an MP4?

Yes, you can configure the frame interval when extracting images from an MP4, allowing you to control the frequency of frame extraction and select the most representative frames for your visual summary.

What output format does the key frame extraction process generate?

The key frame extraction process generates a temporary folder of extracted images alongside a JSON manifest document that describes and tags the content of each selected frame.