{
  "$schema": "https://docs.vuumake.com/schemas/visual-template.schema.json",
  "id": "h3-voices-dialogue",
  "version": "1.0.0",
  "name": "口音与多角色对话",
  "name_i18n": {
    "en": "Accents & Multi-character Dialogue",
    "zh-CN": "口音与多角色对话"
  },
  "description": "测试 H3 原生音频生成：语气、口音、口型对齐与环境声。适合多角色情景剧、经典剧集重构、跨国口音短片。",
  "type": "style",
  "category": "voices-dialogue",
  "tags": [
    "video",
    "minimax-h3",
    "voices-dialogue",
    "scene:室内情景剧",
    "scene:街头对话",
    "character:2-4人对话组",
    "character:固定角色设定",
    "lighting:情景剧平光",
    "lighting:自然日光",
    "genre:喜剧",
    "genre:讽刺短剧",
    "camera:正反打",
    "camera:中景双人",
    "action:轮流说话",
    "action:打断/抢话",
    "editing:按语义切换",
    "editing:对话节奏剪辑",
    "story:单场景小冲突",
    "story:误会与反转",
    "sound:原生对白",
    "sound:指定口音/语言",
    "caption:按需字幕",
    "caption:角色姓名条"
  ],
  "prompt": {
    "template": "{{scene_description}}. {{character_a}} says in a {{accent_a}} accent: \"{{line_a}}\" — {{character_b}} replies in a {{accent_b}} accent: \"{{line_b}}\". Natural lip-sync, {{camera_style}}, {{lighting_mood}}, ambient room tone, no background music unless specified, dialogue clearly intelligible, {{duration}}s, {{resolution}}.",
    "negative": "muffled dialogue, mismatched lip-sync, monotone delivery, robotic accent, distorted audio, watermark",
    "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: 角色A/B 定妆参考；audio: 口音/音色参考（可选）."
  },
  "variables": [
    {
      "name": "scene_description",
      "type": "multiline",
      "label": "场景描述",
      "required": true
    },
    {
      "name": "character_a",
      "type": "string",
      "label": "角色A",
      "required": true
    },
    {
      "name": "character_b",
      "type": "string",
      "label": "角色B",
      "required": true
    },
    {
      "name": "accent_a",
      "type": "string",
      "label": "角色A口音/语言",
      "required": true
    },
    {
      "name": "accent_b",
      "type": "string",
      "label": "角色B口音/语言",
      "required": true
    },
    {
      "name": "line_a",
      "type": "string",
      "label": "角色A台词",
      "required": true
    },
    {
      "name": "line_b",
      "type": "string",
      "label": "角色B台词",
      "required": true
    },
    {
      "name": "camera_style",
      "type": "string",
      "label": "运镜",
      "default": "static medium two-shot"
    },
    {
      "name": "lighting_mood",
      "type": "string",
      "label": "光影氛围",
      "default": "warm natural indoor light"
    },
    {
      "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": {
        "scene_description": "餐厅雅座，午后光线，两位朋友对坐",
        "character_a": "Alice",
        "character_b": "Bob",
        "accent_a": "British English",
        "accent_b": "Indian-accented English",
        "line_a": "Have you tried the new dumplings?",
        "line_b": "Not yet, but I heard they're amazing.",
        "camera_style": "static medium two-shot",
        "lighting_mood": "warm natural indoor light",
        "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"
  }
}
