Because AI-generated content varies each time — different script phrasing, different footage clips selected — running a batch lets you compare several versions and choose the one you like most.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/harry0703/MoneyPrinterTurbo/llms.txt
Use this file to discover all available pages before exploring further.
How it works
Setvideo_count to the number of variants you want. MoneyPrinterTurbo runs the full pipeline once per variant, with each video receiving a different random selection of footage clips (when using video_concat_mode = "random").
Output files are named sequentially: final-1.mp4, final-2.mp4, and so on.
Using batch generation
- Web UI
- API
In the Web UI, look for the Number of videos (or
video_count) slider or input field and set it to the desired number before clicking Generate.Concurrency and server load
Themax_concurrent_tasks setting in config.toml controls how many video generation tasks run in parallel across all users (default: 5). Each video in a batch counts as one task step, so generating large batches on a low-powered machine may be slow.
config.toml