AI Tutorial

Veo3 + n8n: สร้าง Video Content Pipeline อัตโนมัติ

เชื่อม Veo3 กับ n8n สร้าง pipeline ผลิต video content อัตโนมัติตั้งแต่ script จนถึง publish

b
booAIBootCamp
1 นาทีในการอ่าน
Veo3 + n8n: สร้าง Video Content Pipeline อัตโนมัติ

Veo3 + n8n: Content Pipeline ของอนาคต

ปี 2025 Veo3 API พร้อม production แล้ว เมื่อรวมกับ n8n สามารถสร้าง video content อัตโนมัติเต็มรูปแบบได้

Pipeline Overview

Topic Input

→ GPT: Generate video script

→ GPT: Extract scene descriptions

→ Veo3: Generate video clips per scene

→ FFmpeg: Merge clips + add music

→ ElevenLabs: Generate voiceover

→ YouTube API / Facebook: Publish

Node Configuration ใน n8n

Step 1: Script Generation

json

{

"model": "gpt-4o",

"prompt": "Write a 60-second script for: {{topic}}

Format: [Scene 1][Scene 2]...",

"output": "scenes[]"

}

Step 2: Veo3 Generation (per scene)

json

{

"api": "https://api.videogen.google/veo3",

"prompt": "{{scene.description}}, cinematic, 4K",

"duration": 5,

"resolution": "1080p"

}

Step 3: Merge & Voiceover

json

{

"ffmpeg": "concat all clips",

"voiceover": "ElevenLabs TTS from script",

"background_music": "royalty-free library"

}

Cost Estimate ต่อ Video (60 วินาที)

| Service | Cost |

|---|---|

| GPT-4o (script) | ~.05 |

| Veo3 (12 clips x 5s) | ~.40 |

| ElevenLabs (voiceover) | ~.30 |

| Total | ~.75/video |

สรุป

Veo3 + n8n ลด cost ผลิต video content จากหลักพัน (ถ้าจ้างทีม) เหลือหลักร้อยบาทต่อคลิป เหมาะสำหรับ brand ที่ต้องการ video volume สูง

พร้อมนำ AI ไปใช้ในธุรกิจคุณหรือยัง?

เวิร์กช็อป 1:1 ที่ออกแบบตามบริบทธุรกิจของคุณ เพื่อให้เริ่มใช้ AI ได้อย่างเป็นระบบและวัดผลได้จริง

จองรอบเรียน