DEV Community

tamay erdogdu
tamay erdogdu

Posted on

I Was Skeptical About AI Video Tools Until I Tried This $20 Automation

I Was Skeptical About AI Video Tools Until I Tried This $20 Automation

The Problem: Too Many Ideas, Too Little Time

I’ve been a “do‑it‑myself” content creator for years—writing blog posts, recording podcasts, and occasionally dabbling in video. The thing that always frustrated me was the gap between an idea and a finished video. I’d spend hours scripting, hunting for royalty‑free images, recording voiceovers, and then stitching everything together in Premiere. By the time I hit “export,” the excitement had fizzled out, and the next idea was already pulling me in another direction.

When I first heard about AI video automation, I rolled my eyes. “Another gimmick that will make my videos look like a robot’s diary,” I thought. Still, the promise of turning a 30‑minute script into a 1‑minute video in minutes was too tempting to ignore, especially when I was dreaming about passive income AI streams that could run while I slept.

Week 1: Diving Into the n8n Workflow

I started by Googling “n8n workflow for video creation.” A few Reddit threads mentioned a community‑built template that claimed to handle everything from script generation to auto‑posting. I was skeptical, but the fact that it was built on n8n, an open‑source automation platform, gave me a sliver of hope.

My first task was to set up the workflow on my local n8n instance. The instructions said “import the JSON file and hit run.” In reality, the first setup took me about four hours. I ran into three small roadblocks:

  1. Authentication hiccups – The Google Cloud Vision node kept rejecting my API key because I hadn’t enabled the correct billing settings.
  2. Node version mismatch – My n8n Docker container was on version 0.180, while the workflow required 0.184 for the new OpenAI node.
  3. File permissions – The local ./output folder didn’t have write permissions, causing the final video file to never be saved.

Each setback felt like a reminder that I wasn’t just “pressing a button” – there was still a learning curve. Still, after a couple of coffee‑fuelled nights, I finally got the workflow to run. The first test video was a 15‑second clip about “How to brew better coffee” with a synthetic voice, random stock images, and a background music track. It was… okay. Not spectacular, but functional.

Week 2: First Real‑World Test – AI Shorts for My Blog

With the workflow humming, I decided to put it to work on a piece that I’d already written for dev.to: a tutorial on setting up a local development environment. I fed the article into the AI Shorts node, which used OpenAI’s GPT‑4 to distill the content into a 60‑second script. The node then searched for relevant images using Unsplash, generated a voiceover with ElevenLabs, and compiled everything using FFmpeg.

The result? A sleek, automated video production that looked like something I could have made in Adobe Premiere with a couple of hours of effort. I uploaded it to YouTube Shorts, TikTok, and Instagram—all automatically, thanks to the workflow’s built‑in auto‑posting step. Within 24 hours, the video earned 120 views, 15 likes, and a handful of comments asking for the source article. That was my first taste of content automation paying off.

Week 3: Scaling Up – The Passive Income Dream

Encouraged by the quick turnaround, I started a “30‑day AI Shorts challenge.” Every day, I pulled a trending dev topic from Reddit’s r/programming, fed it into the workflow, and let the system create a short video. The goal was simple: see if I could generate a steady stream of views without spending more than an hour a day on manual editing.

The first week was a rollercoaster. Some topics (like “Rust vs. Go performance benchmarks”) produced engaging videos with high watch time, while niche posts (e.g., “Why you should use semaphores in Node”) barely scraped 30 views. The biggest surprise was the passive income AI angle: after about ten days, the cumulative ad revenue from YouTube Shorts hit $7, and TikTok’s creator fund added another $3. Not life‑changing yet, but it was real money coming in without active work.

Setbacks: When Automation Hits a Wall

Two things tripped me up during the challenge:

  1. Voiceover monotony – The synthetic voice sounded perfect for tech tutorials but quickly became robotic for more enthusiastic topics. I had to tweak the “tone” parameter and add a few seconds of background music to keep it from sounding too flat.
  2. Image relevance – The automatic image search sometimes fetched irrelevant pictures (think a photo of a cat when I was talking about Kubernetes). I added a quick manual filter step in the workflow to discard anything that didn’t contain the keyword “technology.” This added a few seconds to the runtime but saved me from cringe‑worthy thumbnails.

These setbacks reminded me that AI video automation isn’t a set‑and‑forget solution; it still needs human oversight.

Week 4: The Payoff – More Views, Less Stress

By the end of the month, the workflow had produced 28 videos—one for each day of the challenge. The total view count across platforms surpassed 5,000, and the average watch time on YouTube Shorts rose to 35 seconds (out of 60). I also noticed a modest bump in traffic to my dev.to articles, which meant the videos were acting as a funnel for my longer‑form content.

What I love most is the mental space I regained. Instead of wrestling with Premiere or Googling “free voiceover software,” I could focus on ideation and community engagement. The automation handled the grunt work, and I got to enjoy the creative side again.

Bottom Line: Is It Worth It?

If you’re on the fence about diving into AI video automation, here’s my honest take:

  • Pros – Saves hours of editing, scales content quickly, opens a new revenue channel (even if modest), and integrates seamlessly with major platforms.
  • Cons – There’s an upfront learning curve (especially if you’re new to n8n), the AI voice can feel flat, and you’ll still need to polish images or scripts occasionally.

Overall, the trade‑off feels great for a side‑project mindset. The $20 one‑time cost is a tiny price compared to buying a pricey video suite or hiring a freelancer for each short.


The tool I'm using is called AI Shorts Factory (https://8622430312019.gumroad.com/l/gujqfy) — it's an n8n workflow that costs $20 one-time and handles everything: AI script generation, image search, voiceover, video production, and auto-posting to YouTube, TikTok, and Instagram.

Top comments (0)