Video frames
Skill ahostbr/LiteCLI/packages/litecli-pack/skills/video-frames
Extract frames or short clips from videos using ffmpeg.From its SKILL.md
npx -y skills add ahostbr/LiteCLI --skill video-framesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
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 file
1.3 KB alongside SKILL.md, 1 of them executable
scripts/
- frame.shruns1.3 KB