Skip to content

svsairevanth/brainrot-with-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoneyPrinter V2 - AI Video Generator

🎬 Pure Video Generation Power - All unnecessary features removed!

A streamlined AI-powered video generator that creates engaging viral content with:

  • ✨ Ken Burns animations
  • 🎤 Natural text-to-speech
  • 🖼️ AI-generated images
  • 🎵 Background music
  • 📝 Automatic subtitles
  • 🌍 Multi-language support

🚀 Quick Start

Option 1: Web Interface (Recommended)

python app.py

Then open http://localhost:5000 in your browser

Option 2: Command Line

python src/main.py

📁 Project Structure

MoneyPrinterV2/
├── app.py                 # Web interface (Flask)
├── src/
│   ├── main.py           # CLI entry point
│   ├── classes/
│   │   ├── YouTube.py    # Core video generation
│   │   └── Tts.py        # Text-to-speech
│   ├── utils.py          # Utility functions
│   ├── config.py         # Configuration
│   ├── constants.py      # Constants
│   ├── cache.py          # Caching
│   └── status.py         # Logging
├── static/               # Web UI assets
├── templates/            # HTML templates
├── fonts/                # Video fonts
├── assets/               # Video assets
├── Songs/                # Background music
└── config.json           # Configuration file

🎯 Features

  • Multi-language Support: Hindi-English, English, Hindi
  • Content Styles: Mysterious, Educational, Entertaining, Motivational
  • High Quality: 1080x1920 (9:16) vertical videos
  • Fast Generation: Async image generation for speed
  • Professional Effects: Ken Burns animations, fade transitions
  • Natural Audio: Pollinations AI TTS with multiple voices

⚙️ Configuration

Copy config.example.json to config.json and configure:

  • AI model settings
  • Image generation settings
  • TTS preferences
  • Video quality options

🎬 Video Generation Process

  1. Script Generation: AI creates engaging scripts
  2. Image Creation: AI generates relevant images
  3. Audio Synthesis: Text-to-speech conversion
  4. Video Assembly: Combines images, audio, effects
  5. Final Output: High-quality MP4 video

📱 Web Interface

The web interface provides:

  • Real-time progress tracking
  • Multiple language options
  • Style selection
  • Download management
  • Task monitoring

🛠️ Requirements

See requirements.txt for dependencies.

🎵 Background Music

Place your music files in the Songs/ directory. Supported formats:

  • MP3, WAV, M4A, OGG, FLAC

📝 License

This project focuses purely on video generation capabilities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors