{
  "$schema": "https://docs.vuumake.com/schemas/visual-template.schema.json",
  "id": "h3-camera-multishot",
  "version": "1.0.0",
  "name": "原生多镜头（Native Multi-shot）",
  "name_i18n": {
    "en": "Native Multi-shot Camera Cuts",
    "zh-CN": "原生多镜头（Native Multi-shot）"
  },
  "description": "测试在单条 prompt 内用 [Shot N] 标记实现内部剪辑，一次生成里完成多个镜头切换，减少后期拼接。",
  "type": "style",
  "category": "camera-multishot",
  "tags": [
    "video",
    "minimax-h3",
    "camera-multishot",
    "scene:同一场景多机位",
    "scene:跨场景蒙太奇",
    "character:跨镜头角色延续",
    "lighting:逐镜头光影可变但基调统一",
    "genre:快节奏广告",
    "genre:MV式蒙太奇",
    "camera:内部切镜标记 [Shot N]",
    "camera:景别递进",
    "action:每镜头一个动作要点",
    "editing:模型内建剪辑点",
    "editing:无需后期二次剪辑",
    "story:多镜头递进讲完一个小节拍",
    "sound:跨镜头连续配乐",
    "sound:镜头切换处音效强调",
    "caption:逐镜关键词字卡"
  ],
  "prompt": {
    "template": "[Shot 1, {{shot1_duration}}s] {{shot1_description}}. [Shot 2, {{shot2_duration}}s] {{shot2_description}}. [Shot 3, {{shot3_duration}}s] {{shot3_description}}. Consistent {{style_note}} across all shots, {{transition_style}} between shots, continuous music bed, {{resolution}}.",
    "negative": "jarring style shift between shots, mismatched color grade, broken continuity, watermark",
    "system": "MiniMax H3 generation parameters — duration: 12s, resolution: 2560x1440, fps: 24, native stereo audio (cannot be disabled), multi_shot: true, seed_strategy: fixed. Reference slots — image: 跨镜头风格/角色一致性参考."
  },
  "variables": [
    {
      "name": "shot1_description",
      "type": "multiline",
      "label": "镜头1描述",
      "required": true
    },
    {
      "name": "shot1_duration",
      "type": "number",
      "label": "镜头1时长(秒)",
      "default": 4
    },
    {
      "name": "shot2_description",
      "type": "multiline",
      "label": "镜头2描述",
      "required": true
    },
    {
      "name": "shot2_duration",
      "type": "number",
      "label": "镜头2时长(秒)",
      "default": 4
    },
    {
      "name": "shot3_description",
      "type": "multiline",
      "label": "镜头3描述",
      "required": true
    },
    {
      "name": "shot3_duration",
      "type": "number",
      "label": "镜头3时长(秒)",
      "default": 4
    },
    {
      "name": "style_note",
      "type": "string",
      "label": "统一风格说明",
      "default": "color palette and lighting mood"
    },
    {
      "name": "transition_style",
      "type": "string",
      "label": "切镜方式",
      "default": "hard cut"
    },
    {
      "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": {
        "shot1_description": "特写：手指按下按钮",
        "shot1_duration": 4,
        "shot2_description": "中景：机器启动，灯光亮起",
        "shot2_duration": 4,
        "shot3_description": "远景：整个装置运转，光束射向天空",
        "shot3_duration": 4,
        "style_note": "color palette and lighting mood",
        "transition_style": "hard cut",
        "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"
  }
}
