Ffmpeg Keyframe Extraction

Extract keyframes (I-frames) from video as still images with FFmpeg using select filter or -skip_frame nokey, with PTS-stamped filenames and ffprobe keyframe counting. Use when pulling thumbnails, scene-representative frames, or ML sampling frames out of MP4/MKV/AVI/WebM. Not for cutting or joining clips, scaling/watermarks/effects, codec or container changes, audio work, or reading stream metadata.

Kayforkind 3654ddb 28.8 KB Updated

File contents

Kayforkind/skill-slice commit 3654ddb55a

Frequently asked questions

npx skillmds@latest add kayforkind/ffmpeg-keyframe-extraction