My Code Makes Videos While I Sleep
Ever tried producing a 10-minute video solo? Script. Voiceover. Visuals. Editing. Color. Music. Subtitles. Export. That's not a weekend project — that's a full-time team. Four people minimum. Eight...

Source: DEV Community
Ever tried producing a 10-minute video solo? Script. Voiceover. Visuals. Editing. Color. Music. Subtitles. Export. That's not a weekend project — that's a full-time team. Four people minimum. Eight thousand dollars a month, easy. I refused to accept that. So I wrote a Python script that does all of it. What This Thing Actually Does You give it a topic. It gives you a finished MP4. Topic → Script → Voice → Images → Video → BGM + Subtitles → MP4 No babysitting. No timeline dragging. No "just one more export." You run one command, walk away, and come back to a video. python generate_plan.py "How quantum computing works" --produce That's the whole interaction. The Pipeline: 5 Stages, Zero Clicks Stage 1 — Script An LLM takes your topic and writes the full narration plus scene-by-scene image prompts. Plug in any OpenAI-compatible provider: Ollama (free, runs locally), DeepSeek, OpenAI, Gemini — your call. Stage 2 — Voice Edge-TTS turns the script into speech. It's Microsoft's free TTS servi