# Tvc Cinematic Lighting

> Tvc Cinematic Lighting

- Skill: `lujiaheng-artpivot/tvc-cinematic-lighting` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add lujiaheng-artpivot/tvc-cinematic-lighting`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lujiaheng-artpivot/tvc-cinematic-lighting/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lujiaheng-artpivot (https://skillmd.com/u/lujiaheng-artpivot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lujiaheng-artpivot/tvc-cinematic-lighting

---


# TVC 电影灯光设计 Skill

品牌级TVC广告中，灯光决定了"高端感"的生死。本Skill基于顶级广告灯光规律，生成精准的灯光方案描述词。

## 灯光方案库

| 方案 | 特点 | 适用场景 | 代表案例 |
|------|------|----------|----------|
| rembrandt | 侧光45°，面部三角光斑 | 奢侈品人像、质感特写 | Armani × 胡歌 |
| high_key | 均匀柔光，高明度低对比 | 美妆、护肤、母婴 | Shiseido × 刘亦菲 |
| low_key | 大面积暗调，选择性高光 | 科技、悬疑、高端酒类 | HUAWEI 鸿蒙世界 |
| rim_light | 轮廓光/背光，剪影效果 | 运动、汽车、力量感 | 广汽Honda P7 |
| butterfly | 正面顶光，面部蝴蝶形阴影 | 高端人像、时尚 | Miu Miu 短片 |
| natural_soft | 自然窗光，柔和扩散 | 家居、食品、生活方式 | 飞鹤品牌片 |
| dramatic_split | 强烈明暗对比，一半亮一半暗 | 对比叙事、品牌宣言 | 百度AI云十周年 |
| product_hero | 多角度聚光+反射补光 | 产品特写、材质展示 | MOOKLOOK 眼霜 |

## 使用方法

```bash
python3 scripts/generate_lighting.py \
  --lighting-style "rembrandt" \
  --subject "product_closeup" \
  --mood "luxury_mysterious" \
  --output ./lighting_scheme.json
```

## 参数说明

| 参数 | 类型 | 必填 | 说明 |
|------|------|------|------|
| `--lighting-style` | string | ✅ | 灯光方案名称 |
| `--subject` | string |  | 拍摄主体：product_closeup/face/full_body/scene/macro |
| `--mood` | string |  | 情绪调性 |
| `--output` | string |  | 输出路径 |

## 输出格式

```json
{
  "style": "rembrandt",
  "setup": {
    "key_light": "45度侧光，柔光箱，3:1光比",
    "fill_light": "对侧反射板，低强度补光",
    "back_light": "轮廓光，发丝光效果",
    "accent": "产品底部微型LED补光"
  },
  "prompt_keywords": "伦勃朗光，侧面45度柔光，面部三角光斑，戏剧性光影，暗调背景，质感光泽",
  "avoid": "平光，闪光灯直打，过曝，无阴影"
}
```

## 事件发布

生成完成后发布 `lighting.generated` 事件。

