Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 2.14 KB

README-en.md

File metadata and controls

57 lines (38 loc) · 2.14 KB

MoneyPrinterTurbo 💸

Simply provide a video keyword, and MoneyPrinterTurbo can automatically generate video scripts, source materials, subtitles, and background music, then compile them into a high-definition short video.

Feature Highlights 🎯

  • Complete MVC architecture with a clear structure for ease of maintenance, supporting both API and web interfaces.
  • Supports various HD video sizes:
    • Portrait 9:16, 1080x1920
    • Landscape 16:9, 1920x1080
  • Supports video scripts in both Chinese and English.
  • Offers multiple voice synthesis options.
  • Provides subtitle generation, allowing for adjustments in font, color, size, and outline settings.
  • Supports background music, either random or specific music files.
  • Video materials are free from copyright issues.

Future Plans 🚀

  • Enhance asynchronous API interfaces with progress display.
  • Improve voice synthesis using advanced models for more natural and emotionally rich voices.
  • Add video transition effects for smoother visuals.
  • Enhance subtitle effects.
  • Optimize the relevance of video materials.

Video Demonstrations 📺

Portrait 9:16

▶️ "How to Add More Fun to Your Life"

demo-portrait-1.mp4

▶️ "What Is the Meaning of Life?"

demo-portrait-2.mp4

Landscape 16:9

▶️ "What Is the Meaning of Life?"

demo-landscape.mp4

▶️ "Why Exercise?"

demo-landscape-2.mp4

Installation & Setup 📥

It is recommended to use conda for creating a Python virtual environment.

git clone https://github.com/harry0703/MoneyPrinterTurbo.git
cd MoneyPrinterTurbo
conda create -n MoneyPrinterTurbo python=3.10
conda activate MoneyPrinterTurbo
pip install -r requirements.txt