What problem does it solve? Understanding what a video contains normally requires watching it manually or sending it to a cloud API. This Skill analyzes video content entirely on your local machine, extracting representative frames and transcribing the audio track without any API keys or external services. ## Core Features & Use Cases - Frame Extraction: Pull key frames using scene-change detection, codec keyframes, or fixed intervals, with automatic subsampling to a configurable frame limit. - Local Audio Transcription: Convert the video's audio track to text using openai-whisper, with selectable model sizes from tiny to large. - Structured JSON Output: Receive video metadata, frame paths with timestamps, and transcript segments in a single JSON document ready for downstream analysis. - Use Case: Given a folder of product demo recordings, run the script on each file to get timestamped frames and transcripts, then visually inspect the frames and search the transcript text to catalog each video's content. ## Quick Start Analyze the video file demo.mp4 by extracting its key frames and transcribing its audio into a JSON summary.