원클릭으로
hance
Apply cinematic film looks to images/video via the Hance CLI. Use when asked to grade, color, or "make it look like" film.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply cinematic film looks to images/video via the Hance CLI. Use when asked to grade, color, or "make it look like" film.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | hance |
| description | Apply cinematic film looks to images/video via the Hance CLI. Use when asked to grade, color, or "make it look like" film. |
A single entry point that routes to one of six subcommands: setup, run, try, refine, batch, ui.
Pick the subcommand from the user's request. When in doubt, ask.
| User intent | Subcommand | Doc |
|---|---|---|
| "install hance" / "set up hance" | setup | subcommands/setup.md |
| "apply to " / "grade with " | run | subcommands/run.md |
| "make this look like X" / "match this reference" / "show me some looks for this" | try | subcommands/try.md |
| "make this one look better" / "tune/refine this grade" / "more grain, warmer, etc." | refine | subcommands/refine.md |
| "apply X to all of these" / batch a folder | batch | subcommands/batch.md |
| "open the editor" / "open the UI" | ui | subcommands/ui.md |
Pick one runner per invocation, in order:
command -v bun succeeds → use bunx @orva-studio/hance (preferred — fast cold-start, cached after first fetch).command -v node succeeds → use npx @orva-studio/hance.Runner priority: Bun (bunx), then Node (npx), then compiled binary as a last resort. Never install the binary for the user — just let them know it exists if they have neither Bun nor Node. Every subcommand must work on a fresh machine; setup only verifies runtime + ffmpeg and shows examples.
The compiled binary expects a hance-gpu sidecar alongside it; a bare ./hance checkout without it fails with ENOENT … hance-gpu. This is why bunx/npx are preferred — they always work. When developing in this repo, run the source directly: bun run packages/cli/src/cli.ts ….
hance --help or hance preset --help.hance preview (still frame) for try.uname -s reports Windows, stop and tell the user.references/preset-index.md — presets/index.json schema and rebuild contract.references/compare-page.md — /compare route query params and Edit hand-off.references/grading.md — how to judge and dial in a film look: the render→read→adjust loop, what makes a grade read as film, and common artifacts. Read before refine.