From b8b82fa8d290eab2f812125a432fafe7889bcf53 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 4 May 2026 20:34:37 -0700 Subject: [PATCH] docs(remove-background): broaden framing from avatar-specific to any person video MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The model removes background from any video with a person — we tested with avatars because they were convenient, but anyone can bring a talking-head clip, presenter footage, vlog, etc. Replace avatar-specific filenames (avatar.mp4 / brandon.mp4) with neutral subject.mp4 (or presenter.mp4 in the text-behind-subject example) and rephrase copy that read as if avatars were the only use case. Touches docs/guides/remove-background.mdx, hyperframes-media SKILL.md, and hyperframes/patterns.md. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/guides/remove-background.mdx | 36 +++++++++++++++---------------- skills/hyperframes-media/SKILL.md | 26 +++++++++++----------- skills/hyperframes/patterns.md | 8 +++---- 3 files changed, 35 insertions(+), 35 deletions(-) diff --git a/docs/guides/remove-background.mdx b/docs/guides/remove-background.mdx index 713d5fcd3..a7cb06bc7 100644 --- a/docs/guides/remove-background.mdx +++ b/docs/guides/remove-background.mdx @@ -25,7 +25,7 @@ The CLI ships a built-in `remove-background` command that runs locally — no AP ```bash Terminal - npx hyperframes remove-background avatar.mp4 -o transparent.webm + npx hyperframes remove-background subject.mp4 -o transparent.webm ``` On the first run, the CLI downloads ~168 MB of model weights to `~/.cache/hyperframes/background-removal/models/`. Subsequent runs reuse the cache. @@ -44,7 +44,7 @@ The CLI ships a built-in `remove-background` command that runs locally — no AP - + ``` @@ -75,8 +75,8 @@ The output is encoded with the exact ffmpeg flags Chrome's `