Skip to main content

Automatically create cinematic quote videos with AI and upload to YouTube

Workflow preview

Workflow preview
100%
Automatically create cinematic quote videos with AI and upload to YouTube preview
Open on n8n.io

Important notice

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

1. Workflow Overview

️ Important Disclaimer: This template is only compatible with a self hosted n8n instance using a community node. Who is this for? This workflow is ideal for digital content creators, marketers, so...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, n8n-nodes-base.googledrive, n8n-nodes-base.readwritefile, n8n-nodes-base.code

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automatically create cinematic quote videos with AI and upload to YouTube
Workflow name
Automatically create cinematic quote videos with AI and upload to YouTube

⚠️ Important Disclaimer:

This template is only compatible with a self-hosted n8n instance using a community node.

Who is this for?

This workflow is ideal for digital content creators, marketers, social media managers, and automation enthusiasts who want to produce fully automated vertical video content featuring inspirational or motivational quotes. Specifically tailored for Thai language, it effectively demonstrates integration of AI-generated imagery, video, ambient sound, and visually appealing quote overlays.

What problem is this workflow solving?

Manually creating high-quality, vertically formatted quote videos is often repetitive, time-consuming, and involves multiple tedious steps like selecting suitable visuals, editing audio tracks, and correctly overlaying text. Additionally, manual uploading to platforms like YouTube and maintaining accurate content records are prone to errors and inefficiencies.

What this workflow does:

  • Fetches a quote, author, and scenic background description from a Google Sheet.
  • Automatically generates a vertical background image using the Flux AI (txt2img) API.
  • Transforms the AI-generated image into a subtly animated cinematic vertical video using the Kling video-generation API.
  • Generates an immersive, ambient background sound using ElevenLabs’ sound generation API.
  • Dynamically overlays the selected Thai-language quote and author text onto the generated video using FFmpeg, ensuring visually appealing typography (e.g., Kanit font).
  • Automatically uploads the final video to YouTube.
  • Updates the resulting YouTube video URL back to the Google Sheet, keeping your content records current and well-organized.

Setup

Requirements:

  • This workflow requires a self-hosted n8n instance, as the execution of FFmpeg commands is not supported on n8n Cloud. Ensure FFmpeg is installed on your self-hosted environment.

  • API keys and accounts setup for Flux, Kling, ElevenLabs, Google Sheets, Google Drive, and YouTube.

Google Sheets Setup:

Your Google Sheet must include these columns:

  • Index Unique identifier for each quote
  • Quote (Thai) Quote text in Thai language (or your chosen language)
  • Pen Name (Thai) Author or pen name of the quote's creator
  • Background (EN) Short English description of the scene (e.g., "sunrise over mountains")
  • Prompt (EN) Detailed English prompt describing the image/video scene (e.g., "peaceful sunrise with misty mountains")
  • Background Image URL of AI-generated image (updated automatically)
  • Background Video URL of generated video (updated automatically)
  • Music Background URL of generated ambient audio (updated automatically)
  • Video Status YouTube URL (updated automatically after upload) A ready-to-use Google Sheets template is provided [here (provide your actual link)].

To help you get started quickly, you can use this template spreadsheet.

Next steps:

  • Authenticate Google Sheets, Google Drive, YouTube API, Flux AI, Kling API, and ElevenLabs API within n8n.
  • Ensure FFmpeg supports fonts compatible with your chosen language (for Thai, "Kanit" font is recommended).
  • Prepare your Google Sheets with desired quotes, authors, and image/video prompts.

How to customize this workflow to your needs:

  • Fonts: Adjust font type, size, color, and positioning within the provided FFmpeg commands in the workflow’s code nodes. Verify that selected fonts properly support your target language.
  • Media Customization: Customize the scene descriptions in your Google Sheet to change image/video backgrounds automatically generated by AI.
  • Quote Management: Easily manage, add, or update quotes and associated details directly via Google Sheets without workflow modifications.
  • Audio Ambiance: Customize or adjust the ambient sound prompt for ElevenLabs within the workflow’s HTTP Request node to match your video's desired mood.

Benefits of using AI-generated content and localized fonts:

Leveraging AI-generated visual and audio elements along with localized fonts greatly enhances audience engagement by creating visually appealing, professional-quality content tailored specifically for your target audience. This automated workflow drastically reduces production time and manual effort, enabling rapid, consistent content creation optimized for platforms such as YouTube Shorts, Instagram Reels, and TikTok.

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 - When clicking ‘Test workflow’

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

Block 2 - Generate Image

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

Block 3 - Get image

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

Block 4 - Sticky Note

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

Block 5 - Update image background URL

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

Block 6 - Image-to-Video

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

Block 7 - Wait image 2 min

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

Block 8 - Wait video 5 min

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

Block 9 - Get Video

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

Block 10 - Sticky Note1

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

Block 11 - Generate Audio

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

Block 12 - Get data from Google Sheet

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

Block 13 - Update Sound background URL

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

Block 14 - Update video background URL

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

Block 15 - Sticky Note2

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

Block 16 - Upload Sound to Google Drive

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

Block 17 - Save Video Background Locally1

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

Block 18 - Get Binary Video Background

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

Block 19 - Save Music Background Locally1

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

Block 20 - Prepare Overlay Text (Quote & Author)1

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

Block 21 - Generate Final Video Clip1

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

Block 22 - Initiate YouTube Resumable Upload

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

Block 23 - Read output file

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

Block 24 - Upload Video to YouTube

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

Showing the first 24 of 28 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automatically create cinematic quote videos with AI and upload to YouTube
Complexity advanced
Nodes 28
Categories Content Creation, Multimodal AI
Author Jaruphat J.
Published 05 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3438/3438.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 Automatically create cinematic quote videos with AI and upload to YouTube do?

️ Important Disclaimer: This template is only compatible with a self hosted n8n instance using a community node. Who is this for? This workflow is ideal for digital content creators, marketers, so...

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.