DEV Community

tamay erdogdu
tamay erdogdu

Posted on

How Much I Made From AI-Generated Videos (Real Numbers)

How Much I Made From AI-Generated Videos (Real Numbers)

I’ve been tinkering with AI video automation for a few months now, and every time I check my bank account I get that “did‑I‑just‑do‑that?” feeling. In this post I’m laying out the exact numbers, the workflow I built, the hiccups that slowed me down, and whether this whole “passive income AI” thing is actually doable for a solo creator.


Week 1: Setting Up AI Video Automation

I started with a simple goal: create a steady stream of short‑form videos (YouTube Shorts, TikTok, Instagram Reels) without spending hours on editing. The idea was to let an n8n workflow do the heavy lifting: generate a script, pull royalty‑free images, synthesize a voiceover, stitch everything together, and post it automatically.

I found a community‑built template called AI Shorts Factory (more on that at the end). After a couple of tutorials, I had the workflow running on my local n8n instance within 4 hours. The first video I produced was a 45‑second “Top 5 AI Tools for Developers” clip that I scheduled to post across three platforms.

Result: 200 views, 15 likes, zero comments. Not a viral hit, but it proved the automated video production pipeline works.


First Hurdles with the n8n workflow

The excitement faded quickly when the workflow hit its first snag. The AI script generator (OpenAI’s GPT‑3.5) would sometimes spit out a paragraph longer than the 60‑second limit, causing the voiceover to be cut off mid‑sentence. I spent about 8 hours tweaking the prompt and adding a “max‑words: 50” parameter. It worked, but it also taught me that content automation isn’t a set‑and‑forget button—you still need to monitor output quality.

Another setback: the image search node started returning broken URLs after hitting the API rate limit. I solved it by adding a simple “retry” block in the n8n flow, but that added a couple of extra minutes to the total processing time. In the grand scheme, those minutes are nothing, but they reminded me that every automated piece still needs a human eye now and then.


Scaling Up with Content Automation

By the end of week 2 I was confident enough to schedule a batch of 10 AI Shorts. I set the workflow to run every morning at 8 AM, pulling fresh topics from a Google Sheet I maintained. The topics ranged from “How to debug a Node.js memory leak” to “Why Rust is stealing the spotlight”.

Here’s what the numbers looked like after the first 10 videos (all posted automatically):

Platform Views (total) Avg. Watch Time Estimated CPM*
YouTube Shorts 3,200 12 s $1.20
TikTok 4,500 8 s $0.70
Instagram Reels 2,800 10 s $0.90

*CPM = cost per mille impressions (rough estimate based on creator reports).

Revenue from YouTube’s Shorts Fund was $4.80 for that week, while TikTok’s creator fund added $2.10. Instagram doesn’t pay directly, but the cross‑platform exposure drove a few affiliate clicks that netted another $3.00.

Total earnings after 2 weeks: $9.90.

Not a life‑changing sum, but the workflow was churning out content with zero manual editing time—that's the real win.


The Numbers After 30 Days

I decided to keep the experiment going for a full month, gradually increasing upload frequency to 2 videos per day (one on the weekday, a “weekend recap” on Saturday). I also added a simple thumbnail generator (using DALL·E) to make the videos a bit more eye‑catchy.

Here’s the breakdown for the 30‑day period:

  • Videos produced: 60
  • Total views: 28,400 (YouTube 12,800 | TikTok 10,300 | IG Reels 5,300)
  • Average watch time: 11 seconds (still short, but consistent)
  • Ad revenue (YouTube Shorts Fund): $18.70
  • TikTok Creator Fund: $9.30
  • Affiliate earnings (linked tools): $6.00
  • Total passive income AI: $34.00

If you factor in the $20 one‑time cost of the AI Shorts Factory workflow (the n8n template I’m using), I broke even after about 12 videos. From there on, every extra video added a few cents to the bottom line.


Lessons Learned and Passive Income AI Outlook

The Upsides

  1. Time saved – What used to take me an hour per video (script → edit → upload) now takes under 5 minutes of hands‑off processing.
  2. Scalability – The n8n workflow can spin up any number of videos as long as the API limits allow it.
  3. Experimentation – With the script prompt in a Google Sheet, I can A/B test topics instantly.

The Downsides

  • Algorithm volatility – Short‑form platforms change their recommendation engines often, so a video that performed well one week can flop the next.
  • Quality ceiling – AI‑generated voiceovers and stock images are fine for informational clips, but they still lack the personality of a human‑hosted video.
  • Monetization lag – Shorts Funds and creator payouts are modest and usually delayed by a few weeks.

Overall, the passive income AI model works best as a side‑hustle that fills gaps in your content calendar rather than a primary revenue source. If you’re looking for a way to keep your social feeds alive while you focus on bigger projects, it’s a solid strategy.


My Recommendation

If you’re curious about trying this yourself, I’d recommend starting with a ready‑made workflow rather than building everything from scratch. 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.

Give it a spin, tweak the prompts to your niche, and you might find yourself with a few extra dollars (and a lot less stress) at the end of each month. Happy automating!

Top comments (0)