Pixelle-Video: Open-Source AI Fully Automated Short Video Engine

Pixelle-Video: Open-Source AI Fully Automated Short Video Engine

Pixelle-Video (github.com/AIDC-AI/Pixelle-Video) is an open-source AI fully automated short video engine, positioned as a one-stop automated solution from text script to video production. It has 7,600 stars and 1,200+ forks, with 332 commits and active updates within the last two weeks.

What It Does

  • Script Generation: Auto-generates short video scripts and storyboards from topics
  • Digital Human Broadcasting: AI digital humans with lip-sync and expressions
  • Image-to-Video: Transforming static images into dynamic video clips
  • Motion Transfer: Transferring motions from reference videos to digital humans
  • BGM & Subtitles: Automatic background music and subtitle generation
  • Template System: Multiple preset templates to lower the barrier to entry

The project uses Playwright for page rendering and provides both a web interface and API.

Quick Start

git clone https://github.com/AIDC-AI/Pixelle-Video.git
cd Pixelle-Video
pip install -r requirements.txt
python -m pixelle_video.web

Sources