Skip to main content

Convert Form Inputs to Cinematic Videos with GPT-4, Dumpling AI & ElevenLabs Audio

Workflow preview

Workflow preview
100%
Convert Form Inputs to Cinematic Videos with GPT-4, Dumpling AI & ElevenLabs Audio preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

️ What this workflow does This workflow turns a user submitted form with country or animal names into a cinematic video with animated scenes and immersive ambient audio. Using GPT 4 for prompt ge...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.set, n8n-nodes-base.splitout, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.limit

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yang.

Original n8n.io source

1.1 Workflow description

Title
Convert Form Inputs to Cinematic Videos with GPT-4, Dumpling AI & ElevenLabs Audio
Workflow name
Convert Form Inputs to Cinematic Videos with GPT-4, Dumpling AI & ElevenLabs Audio

📽️ What this workflow does

This workflow turns a user-submitted form with country or animal names into a cinematic video with animated scenes and immersive ambient audio. Using GPT-4 for prompt generation, Dumpling AI for visual creation,& Replicate for motion animation, ElevenLabs for sound generation, and Creatomate for video stitching, it fully automates video production — from raw idea to rendered file.


🎯 What problem is this solving?

Creating engaging multimedia content can take hours. This workflow automates the entire process of ideation, design, and rendering of high-quality cinematic clips, eliminating the need for manual video editing or audio production.


👥 Who is this for?

  • Content creators and educators
  • Digital artists and storytellers
  • Marketers or YouTubers creating short-form visual content
  • No-code/AI automation enthusiasts

⚙️ Setup Instructions

✅ Step 1: Google Sheet

Create a Google Sheet with two columns:

  • Title
  • Generated videos
    Update the Sheet ID and tab name in the final node.

✅ Step 2: Google Drive

Create two folders:

  • One for ambient audio tracks
  • One for final generated videos
    Update the folder IDs in both Google Drive nodes.

✅ Step 3: Credentials Setup

Make sure all your API tokens are saved as credentials in n8n.
This workflow uses the following integrations:

  • OpenAI (GPT-4)
  • Dumpling AI (via HTTP header)
  • Replicate.com
  • ElevenLabs
  • Google Drive
  • Google Sheets
  • Creatomate

✅ Step 4: Form Fields

Ensure your trigger form includes these fields:

  • Title
  • Country 1, Country 2, Country 3, Country 4
  • Style (e.g., cinematic, epic, fantasy, noir, etc.)

🧩 How it works

  1. User Form Submission
    Kicks off the workflow with the required inputs.

  2. Format Inputs
    Combines all 4 countries/animals into a single array.

  3. GPT-4: Generate Visual Prompts
    Uses GPT-4 to create rich cinematic descriptions per animal/country.

  4. Dumpling AI: Create Images
    Each description becomes a high-quality visual.

  5. GPT-4: Create Motion Prompts
    Each image prompt is rewritten into motion-based video prompts.

  6. Replicate: Animate
    Prompts and images are sent to Replicate’s model for animation.

  7. GPT-4: Generate Sound Prompt
    Based on the style, GPT-4 creates an ambient sound idea.

  8. ElevenLabs: Create Ambient Audio
    Audio is generated and uploaded to Google Drive.

  9. Creatomate: Stitch All Media
    All 4 motion videos and the audio track are stitched into one cinematic output.

  10. Upload to Google Drive + Log to Sheet
    Final video is saved in Drive and logged in Sheets with its title and link.


🛠️ How to Customize

  • 🎨 Modify GPT prompts for different themes (e.g., horror, fantasy, sci-fi).
  • 🧠 Swap animals for characters, objects, or locations.
  • 🎧 Replace ambient sound with ElevenLabs voiceovers or music.
  • 📂 Add metadata logging (generation time, duration, tags).
  • 🧪 Try using alternative video tools like Pika Labs or Runway ML.

✅ Requirements

  • n8n self-hosted or cloud instance
  • Active accounts for: OpenAI, Dumpling AI, Replicate, ElevenLabs, Creatomate
  • Google credentials set up for Drive + Sheets

This is a perfect end-to-end automation that showcases the power of AI + automation for video storytelling.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Form: User Submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 3 - Format into an Array

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Split: Loop Through Array

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 5 - GPT-4: Create Cinematic Prompt

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 6 - Clean: Remove Line Breaks from Prompt

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Dumpling AI: Generate Image

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - GPT-4: Create motion prompt

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 9 - Wait: Leonardo Processing

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 10 - Fetch: Download Motion Video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - Limit: One Audio Track Per Run

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Block 12 - GPT-4: Generate Audio Prompt

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 13 - ElevenLabs: Create Ambient Soundtrack

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 14 - Upload: Save Audio to Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 15 - Share: Make Audio Public

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 16 - Merge: Combine Videos & Audio Branch

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.1

Block 17 - Format Motion Video URLs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Creatomate: Combine Videos & Audio

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 19 - Wait: Creatomate Rendering

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 20 - Download: Final MP4 from Creatomate

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 21 - Upload: Save Final Video to Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 22 - Log: Add Video Title & Link to Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 23 - Replicate.com: Create Motion Video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

3. Summary Table

Workflow Convert Form Inputs to Cinematic Videos with GPT-4, Dumpling AI & ElevenLabs Audio
Complexity advanced
Nodes 23
Categories Content Creation, Multimodal AI
Author Yang
Published 26 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5393/5393.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Convert Form Inputs to Cinematic Videos with GPT-4, Dumpling AI & ElevenLabs Audio do?

️ What this workflow does This workflow turns a user submitted form with country or animal names into a cinematic video with animated scenes and immersive ambient audio. Using GPT 4 for prompt ge...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.