{"skill":{"slug":"dalong-video-frames","displayName":"Dalong Video Frames","summary":"Extract frames or short clips from videos using ffmpeg.","description":"---\nname: video-frames\ndescription: Extract frames or short clips from videos using ffmpeg.\nhomepage: https://ffmpeg.org\nmetadata:\n  {\n    \"openclaw\":\n      {\n        \"emoji\": \"🎬\",\n        \"requires\": { \"bins\": [\"ffmpeg\"] },\n        \"install\":\n          [\n            {\n              \"id\": \"brew\",\n              \"kind\": \"brew\",\n              \"formula\": \"ffmpeg\",\n              \"bins\": [\"ffmpeg\"],\n              \"label\": \"Install ffmpeg (brew)\",\n            },\n          ],\n      },\n  }\n---\n\n# Video Frames (ffmpeg)\n\nExtract a single frame from a video, or create quick thumbnails for inspection.\n\n## Quick start\n\nFirst frame:\n\n```bash\n{baseDir}/scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg\n```\n\nAt a timestamp:\n\n```bash\n{baseDir}/scripts/frame.sh /path/to/video.mp4 --time 00:00:10 --out /tmp/frame-10s.jpg\n```\n\n## Notes\n\n- Prefer `--time` for “what is happening around here?”.\n- Use a `.jpg` for quick share; use `.png` for crisp UI frames.\n","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":397,"installsAllTime":15,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1778078157661,"updatedAt":1778492864292},"latestVersion":{"version":"1.0.0","createdAt":1778078157661,"changelog":"Initial release of video-frames skill.\n\n- Extract single frames or short clips from videos using ffmpeg.\n- Supports extracting frames at specific timestamps.\n- Provides quick commands for generating thumbnails.\n- Includes installation instructions for ffmpeg via Homebrew.","license":"MIT-0"},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"1yihui","userId":"s17dkj69epg7yy8vn06c46hemn85dcap","displayName":"辉哥","image":"https://avatars.githubusercontent.com/u/197358991?v=4"},"moderation":null}