DEV Community

ULNIT
ULNIT

Posted on

I Built a YouTube Video Factory on a $35 Raspberry Pi (Zero Human Input)

Every morning at 7 AM, my Raspberry Pi researches AI trends, writes a script, generates slides, adds music, and outputs a finished YouTube-ready video. I did not touch it for 6 months.

How It Works

7:00 AM → Research trending AI topics (web scraping)
7:01 AM → Write a 500-word script
7:02 AM → Generate 10-15 slides (Pillow: gradients, typography, icons)
7:05 AM → Add background music
7:06 AM → FFmpeg assembles everything into 1080p MP4
7:07 AM → Video ready. Human still asleep.
Enter fullscreen mode Exit fullscreen mode

The Stack

  • Python 3 stdlib — no FastAPI, no Django
  • Pillow — slide generation (gradients, text wrapping, emoji icons)
  • FFmpeg — video assembly + audio mixing
  • Cron0 7 * * * python3 engine.py
  • Hardware — Raspberry Pi 4 (4GB), $35

Sample Output

Every video is unique — different topic, different colors, different music. Here is what it produces:

  • 1080p resolution
  • Professional gradient backgrounds
  • Auto-wrapped text with proper typography
  • Background music (royalty-free)
  • Smooth transitions between slides

Why This Matters

YouTube creators spend 2-4 hours editing per video. This does it in 7 minutes with zero human input. Run it daily and you have a content channel that grows itself.

Get It

👉 Buy AI Video Factory — $9

Send payment + email 306488334@qq.com with "AI Video Factory". I will send you:

  • Full source code
  • 1-click setup script
  • 30 days of support

Or fork on GitHub (open source, MIT license).


Part of my 23-product AI arsenal — all running on one $35 Pi.

Top comments (0)