frame-inspect

Inspects video/image frames and specs via ffprobe, ffmpeg, and Remotion rendering commands.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/kozyszoo/antigravity-handson --skill frame-inspect-kozyszoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frame-inspect
Source: https://github.com/kozyszoo/antigravity-handson/tree/main/.claude/skills/frame-inspect
Command: npx skills add https://github.com/kozyszoo/antigravity-handson --skill frame-inspect-kozyszoo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of inspecting video and image content, ensuring quality and adherence to specifications without manual command-line juggling.

Core Features & Use Cases

  • Video Analysis: Extract frames, check video specifications (resolution, FPS, duration), and convert videos to GIFs.
  • Remotion Rendering: Render Remotion projects into MP4 files and extract specific frames.
  • Visual Verification: Visually inspect extracted frames and rendered outputs for layout, text, color, and encoding quality issues.
  • Use Case: You've rendered a video using Remotion and need to ensure it meets App Store preview guidelines. This Skill can render the video, check its specs, extract key frames for visual inspection, and report any discrepancies.

Quick Start

Use the frame-inspect skill to extract all frames from the video file 'my_video.mp4' into the 'output_frames' directory.

Frequently Asked Questions about frame-inspect

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

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

To extract frames for visual quality inspection, this Skill provides a unified shell script interface that uses ffmpeg to pull individual frames from a video file into a target directory for direct image viewing.

How can I check video specifications like resolution and FPS using ffmpeg?

You can check video specifications like resolution and FPS using ffprobe via this Skill, which analyzes the video file to report its exact resolution, frame rate, and duration.

Can I render a Remotion project and extract a specific frame from the output?

Yes, you can render Remotion projects and extract specific frames, as this Skill handles Remotion project compilation via npx remotion commands and subsequent frame extraction using ffmpeg.

What is the best way to verify if a rendered video meets App Store preview guidelines?

The best way to verify App Store preview guidelines is to use this Skill to render the video, check its specifications against requirements, and extract key frames for visual layout and color inspection.

Does this video frame inspection tool require manual ffmpeg command-line knowledge?

No, it does not require manual ffmpeg command-line knowledge, because the Skill streamlines the process by providing a unified shell script interface that handles ffprobe and ffmpeg commands automatically.