Skip to main content

Convert Reddit threads into short vertical videos with AI

Workflow preview

Workflow preview
100%
Convert Reddit threads into short vertical videos with AI preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Convert Reddit threads into short vertical videos with AI Who is this for? This workflow is ideal for: Content creators and video editors automating short form content production Reddit storyteller...

Best for

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

Tools used

n8n-nodes-base.itemlists, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.code, n8n-nodes-base.stickynote, n8n-nodes-base.merge, n8n-nodes-base.webhook, n8n-nodes-base.splitout

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Convert Reddit threads into short vertical videos with AI
Workflow name
Convert Reddit threads into short vertical videos with AI

Convert Reddit threads into short vertical videos with AI

Who is this for?

This workflow is ideal for:

  • Content creators and video editors automating short-form content production
  • Reddit storytellers converting text posts into engaging TikTok, YouTube Shorts, or Reels
  • Social media managers repurposing community discussions into visual narratives

What problem is this solving?

Manually converting Reddit posts into vertical video content is time-consuming:

  • You have to read, summarize, write a script
  • Generate TTS
  • Find stock footage
  • Edit everything in a timeline

This workflow automates the full pipeline. It converts any Reddit thread into a polished video with:

  • TTS narration
  • Subtitle overlays
  • B-roll from Pexels
  • Automatic rendering via Shotstack

What this workflow does

This workflow:

  1. Extracts Reddit post and comments via Reddit API
  2. Summarizes the thread into structured clips using OpenAI
  3. Generates search queries for each clip for stock footage
  4. Queries Pexels API for relevant vertical videos
  5. Generates TTS audio for each clip using OpenAI Whisper
  6. Creates subtitles matching the audio
  7. Uploads footage/audio to Shotstack
  8. Renders a full vertical video (720x1280) with synced TTS, subtitles, and b-roll
  9. Returns a final video URL

Setup

  • Create accounts and API keys for:
  • Add credentials in n8n:
    • Reddit (HTTP Basic Auth)
    • OpenAI (API Key)
    • Shotstack (HTTP Header Auth)
    • Pexels (HTTP Header Auth)
  • Trigger via webhook or manual node. The input must include:
    {
      "voice": "nova",
      "ttsSpeed": 1,
      "videoLength": 60,
      "redditLink": "https://www.reddit.com/r/example/comments/example_id/example_title"
    }
    

How to customize this workflow

  • Tweak OpenAI prompts to change tone or clip granularity
  • Change stock source by swapping Pexels for another API
  • Adjust TTS voices or languages by modifying the voice field
  • Modify video styling (fonts, colors, fit modes) in the timeline construction code node
  • Control duration by editing the character length formula in the Limit comments length node

Additional Notes

  • All stock videos are selected to match clip themes using generalized keywords to avoid API misses
  • Includes wait nodes to ensure Shotstack's async upload/render processes complete before proceeding
  • Annotated with sticky notes explaining major sections like TTS, Reddit input, and media timeline
  • Avoids community nodes to ensure cloud compatibility

Template Category

AI, Marketing, Building Blocks, Other (Content Creation)

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 - Split Clips

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

Block 2 - Pexels Query

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

Block 3 - OpenAI (ChatGPT)

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

Block 4 - Get video urls

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

Block 5 - Extract 3 videos per item

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

Block 6 - Combine 3 into 1

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

Block 7 - get reddit token

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

Block 8 - get reddit thread

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

Block 9 - create timeline with video

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

Block 10 - Sticky Note2

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

Block 11 - Merge media, audio and subtitles

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

Block 12 - Webhook

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

Block 13 - Split Out TTS settings

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

Block 14 - Code

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

Block 15 - Split Out redditLink

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

Block 16 - Convert url to reddit api url

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

Block 17 - combine token and url

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

Block 18 - Split Out videoLength

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

Block 19 - Merge length and reddit json

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

Block 20 - Respond to Webhook

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

Block 21 - Sticky Note1

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

Block 22 - extract text field

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

Block 23 - Merge clips and TTS settings

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

Block 24 - If Status=Ready then continue

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

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

3. Summary Table

Workflow Convert Reddit threads into short vertical videos with AI
Complexity advanced
Nodes 43
Categories Content Creation, Multimodal AI
Author Artur
Published 02 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3407/3407.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 Reddit threads into short vertical videos with AI do?

Convert Reddit threads into short vertical videos with AI Who is this for? This workflow is ideal for: Content creators and video editors automating short form content production Reddit storyteller...

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.