π¦ ClawHub
ffmpeg
by @lnj22
Extract key frames (I-frames) from video files using FFmpeg command line tool. Use this skill when the user needs to pull out keyframes, thumbnails, or impor...
βοΈ Configuration
π Tips & Best Practices
Method 2 (-skip_frame nokey) is faster as it skips decoding non-keyframes Method 1 offers more filtering flexibility (can combine with other filters) Keyframe frequency depends on video encoding settings Use -vsync vfr to avoid duplicate frames in output
TERMINAL
clawhub install mario-coin-counting-ffmpeg