What problem does it solve? Inspecting a specific moment in a video or generating thumbnails normally requires opening a video editor and manually scrubbing through footage. This Skill provides ready-to-use ffmpeg commands to extract frames, keyframes, and short clips directly from the command line. ## Core Features & Use Cases - Single Frame Extraction: Grab the first frame, a frame at a specific timestamp, or a frame by index for thumbnails and screenshots. - Batch Frame Extraction: Extract one frame per second, one frame every N seconds, or only keyframes at scene changes. - Clip Extraction & Metadata: Cut short clips with stream copy and inspect video metadata (duration, resolution, codec, fps) via ffprobe. - Use Case: You need a thumbnail for a 10-minute product demo video. Extract the frame at the 30-second mark as a high-quality JPEG in one command. ## Quick Start Extract a frame from my video file demo.mp4 at the 10-second mark and save it as a JPEG thumbnail.