{
  "$schema": "https://docs.vuumake.com/schemas/visual-template.schema.json",
  "id": "h3-cinematic-narrative",
  "version": "1.0.0",
  "name": "影视级高张力叙事",
  "name_i18n": {
    "en": "High-Impact Cinematic Narrative",
    "zh-CN": "影视级高张力叙事"
  },
  "description": "写实人像与影视级摄影，强视觉冲击力的大场面、镜头调度与故事板动画化，测试光影和表情的精细度。",
  "type": "style",
  "category": "cinematic-narrative",
  "tags": [
    "video",
    "minimax-h3",
    "cinematic-narrative",
    "scene:大场面/大远景",
    "scene:写实人像特写",
    "character:高精细度表情",
    "character:写实人像质感",
    "lighting:电影级布光",
    "lighting:逆光/边缘光",
    "genre:电影感短片",
    "genre:故事板动画化",
    "camera:升降/摇臂调度",
    "camera:缓慢推近",
    "action:情绪表演",
    "action:转身/对视",
    "editing:叠化",
    "editing:match cut",
    "story:悬念开场",
    "story:情绪递进",
    "sound:环境声",
    "sound:情绪配乐",
    "caption:极简字卡",
    "caption:留白安全区"
  ],
  "prompt": {
    "template": "{{shot_size}} shot: {{scene_description}}. {{subject}} {{action_description}}, {{expression_detail}}. {{camera_move}}, {{lighting_mood}}, cinematic color grading, shallow depth of field where appropriate, {{ambient_sound}}, generous negative space for title if needed, {{duration}}s, {{resolution}}.",
    "negative": "flat lighting, stiff expression, amateur composition, oversaturated, watermark, low detail skin/eyes",
    "system": "MiniMax H3 generation parameters — duration: 8s, resolution: 2560x1440, fps: 24, native stereo audio (cannot be disabled), multi_shot: false, seed_strategy: random-then-lock. Reference slots — image: 人物/场景首帧参考；video: 运镜参考（可选）."
  },
  "variables": [
    {
      "name": "shot_size",
      "type": "enum",
      "label": "景别",
      "options": [
        "extreme wide",
        "wide",
        "medium",
        "close-up",
        "extreme close-up"
      ],
      "default": "wide"
    },
    {
      "name": "scene_description",
      "type": "multiline",
      "label": "场景描述",
      "required": true
    },
    {
      "name": "subject",
      "type": "string",
      "label": "主体",
      "required": true
    },
    {
      "name": "action_description",
      "type": "multiline",
      "label": "动作描述",
      "required": true
    },
    {
      "name": "expression_detail",
      "type": "string",
      "label": "表情细节",
      "default": "subtle, natural micro-expression"
    },
    {
      "name": "camera_move",
      "type": "string",
      "label": "运镜",
      "default": "slow crane up combined with dolly-back"
    },
    {
      "name": "lighting_mood",
      "type": "string",
      "label": "光影",
      "default": "golden hour rim light"
    },
    {
      "name": "ambient_sound",
      "type": "string",
      "label": "环境声",
      "default": "soft ambient city or nature sound"
    },
    {
      "name": "duration",
      "type": "number",
      "label": "时长(秒)",
      "default": 8
    },
    {
      "name": "resolution",
      "type": "enum",
      "label": "分辨率",
      "options": [
        "2560x1440",
        "768p"
      ],
      "default": "2560x1440"
    }
  ],
  "models": [
    "minimax-h3"
  ],
  "outputs": [
    "video"
  ],
  "aspect_ratios": [
    "16:9",
    "9:16",
    "1:1"
  ],
  "examples": [
    {
      "inputs": {
        "shot_size": "wide",
        "scene_description": "黄昏码头，海浪轻拍",
        "subject": "一位穿风衣的中年男人",
        "action_description": "缓步走向镜头，停下回头望向海面",
        "expression_detail": "subtle, natural micro-expression",
        "camera_move": "slow crane up combined with dolly-back",
        "lighting_mood": "golden hour rim light",
        "ambient_sound": "soft ambient city or nature sound",
        "duration": 8,
        "resolution": "2560x1440"
      },
      "note": "canonical example：GenPack 用这组变量渲染 h3_prompt_skeleton 后运行一次生成"
    }
  ],
  "source": {
    "origin": "original",
    "author": "VuuMake",
    "retrieved_at": "2026-08-08"
  },
  "license": "CC-BY-4.0",
  "commercial_use": true,
  "attribution": {
    "required": true,
    "text": "Style by VuuMake, CC-BY-4.0"
  },
  "status": "draft",
  "monetization": {
    "mode": "free"
  }
}
