| name | video-frames |
| description | Extract frames or short clips from videos using ffmpeg. |
| metadata | {"homepage":"https://ffmpeg.org","openclaw":{"emoji":"🎞️","requires":{"bins":"[Truncated]"},"install":["[Truncated]"]}} |
Video Frames (ffmpeg)
Usage
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
- Use
--time to inspect a specific moment.
- Use
.jpg for quick sharing, .png for pixel-accurate UI frames.