8
n8n 中文网amn8n.com

使用HeyGen虚拟形象从RSS源生成新闻视频

初级

这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 4 个节点。主要使用 HttpRequest, RssFeedRead, ManualTrigger 等节点。 使用HeyGen虚拟形象从RSS源生成新闻视频

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "a45d1jkHh90Cr2bF",
  "meta": {
    "instanceId": "546be790303d737c735a8648874bae91a6b66b48cd2b10cbe4cbfb78039ceb03"
  },
  "name": "使用 HeyGen 虚拟形象从 RSS 源生成新闻视频",
  "tags": [],
  "nodes": [
    {
      "id": "79c28020-8eea-45b9-a813-1b59f180c249",
      "name": "当点击“执行工作流”时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        760,
        740
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3e79a46a-2dee-4b0d-8ed7-7e9e68037448",
      "name": "便签 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        600,
        360
      ],
      "parameters": {
        "width": 900,
        "height": 700,
        "content": "## 使用 HeyGen 虚拟形象从 RSS 源生成新闻视频"
      },
      "typeVersion": 1
    },
    {
      "id": "988d45e8-db19-42a6-9608-1bf811dc30f3",
      "name": "生成视频新闻",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1200,
        740
      ],
      "parameters": {
        "url": "https://api.heygen.com/v2/video/generate",
        "method": "POST",
        "options": {},
        "jsonBody": "={\n  \"video_inputs\": [\n    {\n      \"character\": {\n        \"type\": \"avatar\",\n        \"avatar_id\": \"Lina_Dress_Sitting_Side_public\",\n        \"avatar_style\": \"normal\"\n      },\n      \"voice\": {\n        \"type\": \"text\",\n        \"input_text\": \"{{ $json.summary }}\",\n        \"voice_id\": \"119caed25533477ba63822d5d1552d25\",\n        \"speed\": 1.1\n      }\n    }\n  ],\n  \"dimension\": {\n    \"width\": 1280,\n    \"height\": 720\n  }\n}\n",
        "sendBody": true,
        "sendHeaders": true,
        "specifyBody": "json",
        "headerParameters": {
          "parameters": [
            {
              "name": "X-Api-Key"
            },
            {
              "name": "Content-Type",
              "value": " application/json"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "a8a7c8fc-e8d3-4977-823f-f44601d3e3a0",
      "name": "从 Prothom Alo 读取 RSS 源",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        980,
        740
      ],
      "parameters": {
        "url": "https://prod-qt-images.s3.amazonaws.com/production/prothomalo-bangla/feed.xml",
        "options": {}
      },
      "typeVersion": 1.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "faaf54e4-6ad2-4749-9a08-82c9606263c6",
  "connections": {
    "Read RSS Feed from Prothom Alo": {
      "main": [
        [
          {
            "node": "Generate Video News",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Read RSS Feed from Prothom Alo",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

初级 - 内容创作, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
初级
节点数量4
分类2
节点类型4
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

外部链接
在 n8n.io 查看

分享此工作流