Video frames
Skill ComeOnOliver/skillshub/skills/happycapy-ai/Happycapy-skills/video-frames
Extract frames or short clips from videos using ffmpeg.From its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill video-framesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.9 KB, 131 tokens by cl100k_base, as published. Nobody here has run it
Video Frames (ffmpeg)
Extract a single frame from a video, or create quick thumbnails for inspection.
Quick start
First frame:
{baseDir}/scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg
At a timestamp:
{baseDir}/scripts/frame.sh /path/to/video.mp4 --time 00:00:10 --out /tmp/frame-10s.jpg
Notes
- Prefer
--timefor “what is happening around here?”. - Use a
.jpgfor quick share; use.pngfor crisp UI frames.
What ships with it
1.3 KB alongside SKILL.md, 1 of them executable
GitHub clipped this repository’s file list, so this is at least 1 file and may be more.
scripts/
- frame.shruns1.3 KB