🎬 Auto-generate blog & AI image from YouTube videos with Dumpling AI & GPT-4o

1,739 views · 🎬 Content Creation & Video

💡 Pro Tip — YouTube’s API quotas can be a bottleneck when you’re pulling data at scale. ScraperNode is a community node with dedicated scrapers for channels, videos, and comments — no quota limits, just structured data.

View All Scrapers

Description

Who is this for?

This template is designed for content creators, marketing teams, educators, or media managers who want to repurpose video content into written blog posts with visuals. It’s ideal for anyone looking to automate the process of transforming YouTube videos into professional blog articles and custom images.


What problem is this workflow solving?

Creating written content from video material is time-consuming and manual. This workflow solves that by automating the entire pipeline: from detecting new YouTube video uploads to transcribing the audio, turning it into an engaging blog post, generating a matching visual, and saving both in Airtable. It saves hours of work while keeping your blog or social feed active and consistent.


What this workflow does

This automation listens for new YouTube videos added to a Google Drive folder, extracts the full transcript using Dumpling AI, and sends it to GPT-4o to generate a blog post and image prompt. Dumpling AI then turns the prompt into a 16:9 visual. The blog and visual are saved into Airtable for easy publishing or curation.


Setup

  1. Google Drive Trigger

    • Create a folder in Google Drive and upload your YouTube videos there.
    • Link this folder in the “Watch Folder for New YouTube Videos” node.
    • Enable polling every minute or adjust as needed.
  2. Download & Prepare the Video

    • The video is downloaded and converted into base64 format by the next two nodes:
      Download Video File and Convert Downloaded Video to Base64.
  3. Transcription with Dumpling AI

    • The base64 video is sent to Dumpling AI’s extract-video endpoint.
    • You must have a Dumpling AI account and an API key with access to this endpoint: Dumpling AI Docs
  4. Generate Blog Content with GPT-4o

    • GPT-4o takes the transcript and generates:
      • A human-like blog post
      • A descriptive prompt for AI image generation
    • Make sure your OpenAI credentials are configured.
  5. Generate the Visual

    • The prompt is passed to Dumpling AI’s generate-ai-image endpoint using model FLUX.1-pro.
    • The result is a clean 1024x576 image.
  6. Save to Airtable

    • Blog content is stored under the Content field in Airtable.
    • The image prompt is also added to the Attachments column as a visual reference.
    • Ensure Airtable base and table are preconfigured with the correct field names.

How to customize this workflow to your needs


🧠 Sticky Note Summary

Part 1: Transcription & Blog Prompt

Part 2: Image Generation & Airtable Save


✅ Use this if you want to automate repurposing YouTube videos into blog content with zero manual work.

🔗 Nodes Used

Airtable, HTTP Request, Google Drive, Google Drive Trigger, Extract from File, OpenAI

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup