# Tvc Material Reveal

> TVC级产品材质展示。生成专业的产品微距拍摄方案，突出材质质感（液体、金属、织物、玻璃），让产品看起来"贵"。

- Skill: `lujiaheng-artpivot/tvc-material-reveal` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add lujiaheng-artpivot/tvc-material-reveal`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lujiaheng-artpivot/tvc-material-reveal/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-material-reveal

---


# TVC 产品材质展示 Skill

顶级TVC广告的共同特征：材质镜头让你"想摸到屏幕里"。本Skill生成产品材质展示方案。

## 材质展示规律

| 材质类型 | 拍摄方式 | 光效 | 运镜 | 代表 |
|----------|----------|------|------|------|
| 液体/精华 | 超微距，慢动作滴落 | 背光透射+边缘高光 | 极慢推进 | MOOKLOOK眼霜 |
| 金属/科技 | 反射面特写 | 硬光+环境反射 | 缓慢旋转 | HONOR AI手机 |
| 织物/服装 | 触碰+飘动 | 侧光纹理 | 跟随动线 | Songmont品牌片 |
| 玻璃/瓶身 | 光线折射特写 | 多点光源+焦散 | 推拉切换 | 香氛TVC |
| 食物 | 蒸汽+切面+浇淋 | 大面积柔光+局部硬光 | 特写推进 | 可口可乐 |
| 粉末/颗粒 | 爆炸式散开慢放 | 逆光剪影 | 高速摄影 | 美妆散粉 |

## 使用方法

```bash
python3 scripts/generate_material_reveal.py \
  --product-type "liquid_serum" \
  --product-image ./product.png \
  --output ./material_plan.json
```

## 参数说明

| 参数 | 类型 | 必填 | 说明 |
|------|------|------|------|
| `--product-type` | string | ✅ | 材质类型：liquid_serum/metal_tech/fabric/glass_bottle/food/powder |
| `--product-image` | string |  | 产品图片路径 |
| `--hero-moment` | string |  | 核心展示时刻：drop/pour/touch/rotate/explode/steam |
| `--output` | string |  | 输出路径 |

## 输出格式

```json
{
  "material": "liquid_serum",
  "hero_shots": [
    {
      "name": "滴落时刻",
      "shot_type": "extreme_macro",
      "fps": 240,
      "lighting": "背光透射，液滴呈琥珀色透明",
      "camera": "超微距镜头，极慢推进",
      "prompt": "超微距拍摄精华液滴落，慢动作240fps，背光透射呈现琥珀色通透质感，每一滴都能看到液体的丝绸般粘稠度，空气中悬浮的微小光点"
    },
    {
      "name": "涂抹瞬间",
      "shot_type": "close_up",
      "fps": 120,
      "lighting": "侧光+柔光反射",
      "camera": "跟随指尖运动轨迹",
      "prompt": "特写手指将精华液涂抹在肌肤上，慢动作120fps，可以看到液体的丝滑延展性，肌肤表面的光泽变化，侧光勾勒出指尖的质感"
    }
  ],
  "texture_keywords": "透明粘稠、琥珀光泽、丝绸延展、微观气泡",
  "avoid": "塑料感、粗糙颗粒、过暗无光泽"
}
```

## 事件发布

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

