video-analyzer

Extract video metadata, scene frames, and design-system data using FFprobe and FFmpeg.

207|31|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/AbsolutelySkilled/AbsolutelySkilled --skill video-analyzer-absolutelyskilled
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: video-analyzer
Source: https://github.com/AbsolutelySkilled/AbsolutelySkilled/tree/main/skills/video-analyzer
Command: npx skills add https://github.com/AbsolutelySkilled/AbsolutelySkilled --skill video-analyzer-absolutelyskilled

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

video-analyzer is a production-ready AI skill that combines FFmpeg-based video analysis with AI vision to extract frames, detect scenes, and derive design-system data (colors, typography, spacing) from video content.

Core Features & Use Cases

  • Frame extraction and scene detection: Identify scenes and capture representative frames for design-system derivation.
  • AI vision-based content understanding: Analyze frames to detect colors, typography cues, layout patterns, components, and accessibility signals.
  • Design-system extraction workflow: Produce tokens like colors, typography scales, spacing units, and component inventories for UI design.

Quick Start

Analyze a product demo video to generate a design-system JSON (colors, typography, spacing, components) and scene metadata.

Frequently Asked Questions about video-analyzer

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

FAQPage Schema
How do I extract a color palette and design system from a video?▼

To extract a color palette and design system from a video, you need to analyze scene-based frames using FFmpeg workflows and AI vision. This process detects colors, typography cues, and layout patterns, returning a structured JSON payload with design tokens.

Can I use FFprobe to identify scene changes and extract frames for UI design analysis?▼

Yes, you can use FFprobe to identify scene changes and extract representative frames for UI design analysis. By probing video metadata and capturing frames at scene cuts, AI vision can then derive component inventories and spacing units.

What video metadata can I extract to build a structured JSON design system?▼

You can extract video metadata like duration, resolution, and codecs to build a structured JSON design system. The resulting payload summarizes colors, typography, spacing, layout, components, and assets detected from the analyzed video frames.

How does AI vision detect typography and layout patterns from video content?▼

AI vision detects typography and layout patterns from video content by analyzing frames extracted at scene changes. It evaluates visual cues to identify typography scales, component structures, and accessibility signals, compiling them into a machine-readable JSON format.

What is the best way to automate video analysis for UI component extraction?▼

The best way to automate video analysis for UI component extraction is combining FFprobe scene detection with AI vision workflows. This identifies scene-based frame sequences and derives a structured JSON payload containing component inventories and design-system data.

Do I need FFmpeg installed to extract design tokens like spacing and components from videos?▼

Yes, FFmpeg and FFprobe are required to extract design tokens like spacing and components from videos. These tools handle the underlying video probing and frame extraction workflows needed to generate the structured JSON design-system summary.