Get Last Frame
Extract the final decoded frame from an .mp4 video and save it to an image path.
Run
bash
.venv/Scripts/python .claude/skills/get_last_frame/scripts/get_last_frame.py "video.mp4" "last_frame.png"
Example
bash
.venv/Scripts/python .claude/skills/get_last_frame/scripts/get_last_frame.py "./out/video.mp4" "./out/last_frame.png"