diff --git a/skills-manifest.json b/skills-manifest.json index 9321089cb1..5d18ced1b6 100644 --- a/skills-manifest.json +++ b/skills-manifest.json @@ -74,7 +74,7 @@ "files": 2 }, "talking-head-recut": { - "hash": "d5c51342625c9952", + "hash": "50d66642a86ab532", "files": 27 }, "website-to-video": { diff --git a/skills/talking-head-recut/SKILL.md b/skills/talking-head-recut/SKILL.md index 9d7f1160bf..28446e2ec7 100644 --- a/skills/talking-head-recut/SKILL.md +++ b/skills/talking-head-recut/SKILL.md @@ -1170,7 +1170,8 @@ For a sanity check before the full render, capture a single frame at a specific timestamp: ```bash -npx hyperframes snapshot public --at 5 # → public/snapshots/frame-00-at-5s.png (a single --at ignores --out) +npx hyperframes snapshot public --at 5 --output public/review-frames +# → public/review-frames/frame-00-at-5s.png (`-o` is the short form of `--output`) ``` ### 11. Report Results