KI-Automatisierung 29. Mai 2026

MoneyPrinterTurbo: 67.000+ GitHub-Stars, automatische Faceless-Videos für Einsteiger (2026)

NodeMac Team

~12 Min.

Side Hustle auf TikTok, YouTube Shorts oder Instagram Reels—ohne Premiere, ohne Gesicht, ohne drei Stunden pro Clip. MoneyPrinterTurbo (MIT, 67.000+ GitHub-Stars Mai 2026) macht aus einem Thema einen fertigen Short: KI-Skript, Stock, Voice-over, Untertitel, Musik, Render.

Faceless-Video-Fabrik für Einsteiger. Web UI Port 8501, API 8080. Batch-Modus auf always-on Mac. Text-Pipelines: Hermes Subagent-Delegation — dieser Artikel: Video-Output.

MoneyPrinterTurbo Faceless-Video-Tutorial auf dem Mac
Hinweis: NodeMac bietet Mac-Hosting. Dokumentation aus dem offiziellen Repository.

Interne Pipeline von MoneyPrinterTurbo

MoneyPrinterTurbo uses a clear MVC layout (per upstream README). Data flows in one direction:

Topic / keyword
    → LLM script (config.toml llm_provider + API keys)
    → Stock footage (Pexels API) or local clips
    → TTS voice (edge / Azure)
    → Subtitles (edge or whisper ~3GB)
    → Background music (resource/songs/)
    → ffmpeg + ImageMagick → MP4 (9:16 or 16:9)
StageDefault path / config keyOutput
Scriptllm_provider in config.tomlChinese or English copy
Footagepexels_api_keysHD royalty-free clips
VoiceAzure / edge voicesdocs/voice-list.txt catalog
Subtitlessubtitle_provider = edgeSRT burned into video
Renderffmpeg_path, ImageMagick1080x1920 (9:16) or 1920x1080

Quotable: Upstream recommends 8 GB RAM minimum, 16 GB for smoother batch runs, and 4 GB+ GPU VRAM only for heavier local whisper—not required with cloud LLMs and edge subtitles.

Source: MoneyPrinterTurbo README.

Plattform-Matrix

PlatformAspect ratioTypical lengthMoneyPrinterTurbo setting
TikTok9:16 vertical15–60 s1080x1920, short segments
Instagram Reels9:16 vertical30–90 sSame; review text overlay manually
YouTube Shorts9:16 vertical≤60 sTrim in upload or shorten segment duration
YouTube standard16:93–8 min1920x1080, longer script in Web UI

If you target Shorts only, do enable batch generation and pick the best of 3–5 renders. If you need talking-head credibility, do not expect this tool to replace on-camera builds—it excels at stock B-roll + voice-over faceless formats.

macOS-Runbook in 8 Schritten

Eight steps from clone to optional API automation—tested on Apple Silicon and Intel Macs you control.

  1. Clone the repo — Avoid Chinese characters or spaces in the install path (upstream warning).
  2. git clone https://github.com/harry0703/MoneyPrinterTurbo.git
    cd MoneyPrinterTurbo
  3. Install dependencies with uv — Python 3.11 is the upstream default.
  4. uv python install 3.11
    uv sync --frozen
  5. Install ImageMagick — Required for subtitle rendering on macOS (ffmpeg via Homebrew).
  6. brew install imagemagick ffmpeg
  7. Configure API keys — Copy config.example.toml → config.toml. Set pexels_api_keys (free tier at pexels.com/api).
  8. Launch the Web UI — Open http://127.0.0.1:8501 in Chrome or Edge if the auto tab is blank.
  9. uv run streamlit run ./webui/Main.py --browser.gatherUsageStats=False
  10. Generate your first vertical short — Enter a topic (e.g. "3 habits that improve sleep"), choose 9:16, pick voice + subtitle style, click generate.
  11. Batch mode for matrix publishing — Generate 3–5 MP4s with varied hooks; schedule on a Mac that does not sleep (pmset -c sleep 0 on plugged-in laptops).
  12. Optional API automation — Start uv run python main.py and hit http://127.0.0.1:8080/docs—wrap inside a Hermes delegate_task worker that drops topics from a spreadsheet.

Hardware reference: Apple Mac mini specifications list 16 GB on base M4—enough for Web UI + one render; choose 24 GB with whisper locally plus browser tabs.

Fehlerbehebung

RuntimeError: No ffmpeg exe could be found

Symptom: Render fails immediately; stack trace mentions IMAGEIO_FFMPEG_EXE.

Lösung: Install ffmpeg (brew install ffmpeg) or download a static build from gyan.dev ffmpeg builds:

[app]
ffmpeg_path = "/opt/homebrew/bin/ffmpeg

ImageMagick policy blocks temporary text files

Symptom: Error referencing pattern="@" and policy.xml.

Lösung: Edit ImageMagick policy.xml (Homebrew: /opt/homebrew/etc/ImageMagick-7/policy.xml)—change the @ pattern from rights="none" to rights="read|write".

OSError: Too many open files during batch render

Symptom: Batch job dies mid-queue on macOS.

Lösung: Raise the limit before launching Streamlit:

ulimit -n 10240
uv run streamlit run ./webui/Main.py --browser.gatherUsageStats=False

Whisper model download fails (China network)

Symptom: HuggingFace timeout when subtitle_provider = whisper.

Lösung: Stay on edge subtitles first. If you need whisper, manually download whisper-large-v3 (~3 GB) per upstream mirrors into MoneyPrinterTurbo/models/whisper-large-v3/.

Side-Hustle-Workflow

A repeatable solopreneur loop for faceless channels:

  1. Monday — Brainstorm 10 keywords in a spreadsheet (Notion or CSV).
  2. Tuesday — Batch-generate 5 vertical MP4s; pick top 3 by manual preview.
  3. Wednesday–Friday — Mittwoch–Freitag — täglich ein Clip auf TikTok / YouTube Shorts / Instagram Reels hochladen; Hooks als Karussell- oder Thread-Texte wiederverwenden.
  4. Weekend — Review analytics; feed winning topics back into next week's batch.

Pair with automation: Hermes subagent Worker A researches trending hooks, Worker B fills the CSV, you paste topics into MoneyPrinterTurbo—or call the REST API from a cron script on an always-on Mac.

Weiterführend: Hermes Subagent-Delegation (Recherche→CSV→Entwurf) ergänzt Faceless-Video.

FAQ

Ist MoneyPrinterTurbo wirklich kostenlos?

MIT-Self-Host gratis. LLM-APIs, Azure TTS und Pexels kosten extra—ca. 5–20 $/Monat für leichte Batches.

Ohne Gesicht im Video?

Ja—Stock, synthetische Stimme, eingebrannte Untertitel. Nische und Hook zählen.

TikTok vs YouTube Shorts — welche Einstellungen?

Beide bevorzugen 9:16 bei 1080x1920. TikTok toleriert in manchen Märkten etwas längere Clips; YouTube Shorts müssen unter 60 Sekunden bleiben—Segmentdauer im Web UI verkürzen oder beim Upload trimmen.

GPU auf Mac mini M4?

Nein mit Cloud-LLM + edge-Untertiteln. GPU vor allem bei lokalem whisper.

Vergleich mit Online-Tools?

Self-Host: Batch + API. Ohne Terminal: https://reccloud.com vergleichen.

Brauchen Sie einen Always-on-Mac für nächtliche Batch-Renders?

Dedicated Apple Silicon Macs with SSH access in HK, JP, SG, KR, and US regions.

NM
NodeMac Cloud Mac
5-min deployment

Rent a dedicated Apple Silicon Mac. SSH/VNC, HK·JP·SG·KO·US nodes.

Get Started