Run3 Extract Video Keyframes to PNG
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
npx -y skills add cxcscmu/SkillLearnBench --skill run3_Extract-Video-Keyframes-to-PNGAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Converts an MP4 video file into individual keyframe PNG images. Use this to decompose a video into analyzable still frames. Extracts one keyframe per scene and stores them in the root directory with sequential naming.
SKILL.md
0.4 KB, as published. Nobody here has run it
#!/bin/bash
ffmpeg -i /root/super-mario.mp4 -vf "select=gt(scene\,0.4),fps=1/1" -vsync vfr /root/keyframes_%03d.png