V
video-frames
by @steipetev
4.6(4)
Utilize ffmpeg to precisely extract single frames or short video segments of specified lengths from videos.
Installation
npx skills add steipete/clawdis --skill video-framescompare_arrows
Before / After Comparison
1 组Before
Manually extracting specific frames or short segments from a video is complex, making it difficult to precisely control timestamps. It consumes a lot of time and is prone to errors.
After
With the help of the ffmpeg tool, individual frames or segments of a specified length can be precisely extracted from videos. This significantly improves video processing efficiency and accuracy.
description SKILL.md
name: video-frames description: Extract frames or short clips from videos using ffmpeg. homepage: https://ffmpeg.org metadata: { "openclaw": { "emoji": "🎬", "requires": { "bins": ["ffmpeg"] }, "install": [ { "id": "brew", "kind": "brew", "formula": "ffmpeg", "bins": ["ffmpeg"], "label": "Install ffmpeg (brew)", }, ], }, }
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.
forumUser Reviews (0)
Write a Review
Effect
Usability
Docs
Compatibility
No reviews yet
Statistics
Installs250
Rating4.6 / 5.0
Version
Updated2026年3月16日
Comparisons1
User Rating
4.6(4)
5
0%
4
0%
3
0%
2
0%
1
0%
Rate this Skill
0.0
Compatible Platforms
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
Timeline
Created2026年3月16日
Last Updated2026年3月16日