Back to list
jacwu

get-last-frame

by jacwu

0🍴 0📅 Jan 5, 2026

SKILL.md


name: get-last-frame description: Extract the last frame of an MP4 file into an image using OpenCV. Use when the user needs the final frame of a generated video saved as a still image. dependencies:

  • python>=3.11
  • opencv-python (optional)
  • ffmpeg (cli tool)

Get Last Frame

Extract the final decoded frame from an .mp4 video and save it to an image path.

Run

.venv/Scripts/python .claude/skills/get_last_frame/scripts/get_last_frame.py "video.mp4" "last_frame.png"

Example

.venv/Scripts/python .claude/skills/get_last_frame/scripts/get_last_frame.py "./out/video.mp4" "./out/last_frame.png"

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon