Agent Skillsthe-open-agent/openagent › video-frames

video-frames

GitHub

利用 ffmpeg 从视频中提取单帧或缩略图,支持按首帧、时间戳或帧索引定位。提供命令行示例及格式选择建议,用于视频内容检查与快速分享。

skills/video-frames/SKILL.md the-open-agent/openagent

Trigger Scenarios

需要提取视频截图 生成视频缩略图 检查视频特定时刻画面

Install

npx skills add the-open-agent/openagent --skill video-frames -g -y
More Options

Use without installing

npx skills use the-open-agent/openagent@video-frames

指定 Agent (Claude Code)

npx skills add the-open-agent/openagent --skill video-frames -a claude-code -g -y

安装 repo 全部 skill

npx skills add the-open-agent/openagent --all -g -y

预览 repo 内 skill

npx skills add the-open-agent/openagent --list

SKILL.md

Frontmatter
{
    "name": "video-frames",
    "homepage": "https:\/\/ffmpeg.org",
    "metadata": {
        "emoji": "🎬",
        "requires": {
            "bins": [
                "ffmpeg"
            ]
        }
    },
    "description": "Extract frames or short clips from videos using ffmpeg."
}

Video Frames (ffmpeg)

Extract a single frame from a video, or create quick thumbnails for inspection.

Quick start

First frame:

ffmpeg -hide_banner -loglevel error -y \
  -i /path/to/video.mp4 \
  -vf "select=eq(n\,0)" \
  -vframes 1 \
  /tmp/frame.jpg

At a timestamp:

ffmpeg -hide_banner -loglevel error -y \
  -ss 00:00:10 \
  -i /path/to/video.mp4 \
  -frames:v 1 \
  /tmp/frame-10s.jpg

By frame index:

ffmpeg -hide_banner -loglevel error -y \
  -i /path/to/video.mp4 \
  -vf "select=eq(n\,42)" \
  -vframes 1 \
  /tmp/frame42.jpg

Notes

  • Prefer -ss + timestamp for "what is happening around here?".
  • Use .jpg for quick sharing; use .png for crisp UI frames.
  • Use -hide_banner -loglevel error to suppress verbose ffmpeg output.

Version History

  • 618631e Current 2026-08-20 18:18

Same Skill Collection

skills/1password/SKILL.md
skills/apple-notes/SKILL.md
skills/apple-reminders/SKILL.md
skills/bear-notes/SKILL.md
skills/blogwatcher/SKILL.md
skills/blucli/SKILL.md
skills/bluebubbles/SKILL.md
skills/clawhub/SKILL.md
skills/discord/SKILL.md
skills/eightctl/SKILL.md
skills/gemini/SKILL.md
skills/gh-issues/SKILL.md
skills/gifgrep/SKILL.md
skills/github/SKILL.md
skills/gog/SKILL.md
skills/goplaces/SKILL.md
skills/healthcheck/SKILL.md
skills/himalaya/SKILL.md
skills/imsg/SKILL.md
skills/mcporter/SKILL.md
skills/model-usage/SKILL.md
skills/nano-pdf/SKILL.md
skills/node-connect/SKILL.md
skills/notion/SKILL.md
skills/obsidian/SKILL.md
skills/openai-whisper-api/SKILL.md
skills/openai-whisper/SKILL.md
skills/openhue/SKILL.md
skills/oracle/SKILL.md
skills/ordercli/SKILL.md
skills/peekaboo/SKILL.md
skills/powerpoint/SKILL.md
skills/session-logs/SKILL.md
skills/sherpa-onnx-tts/SKILL.md
skills/slack/SKILL.md
skills/songsee/SKILL.md
skills/sonoscli/SKILL.md
skills/spotify-player/SKILL.md
skills/summarize/SKILL.md
skills/taskflow-inbox-triage/SKILL.md
skills/taskflow/SKILL.md
skills/things-mac/SKILL.md
skills/tmux/SKILL.md
skills/trello/SKILL.md
skills/voice-call/SKILL.md
skills/wacli/SKILL.md
skills/weather/SKILL.md
skills/xurl/SKILL.md
skills/camsnap/SKILL.md

Metadata

Files
0
Version
5ede160
Hash
cec8c93a
Indexed
2026-08-20 18:18

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-30 02:07
浙ICP备14020137号-1 $Carte des visiteurs$