Moyin Creator: Open-Source AI Film Production Suite

Moyin Creator: An Open‑Source AI Film‑Production Suite

What is Moyin Creator?

Moyin Creator is a desktop application that transforms a written script into a ready‑to‑use film asset package. It bridges the gap between text and visual media, handing the heavy lifting of character consistency, scene generation, storyboard layout and video rendering to AI models. The project is hosted on GitHub (MemeCalculate/moyin‑creator) and released under the AGPL‑3.0 license, making it freely available for developers, hobbyists, and studios alike.

Why Open Source?

A commercial, closed‑source workflow often leaves creative teams bottlenecked by licensing costs and limited customizability. Moyin Creator’s open‑source nature:

  1. Full source access – Modify the AI core, add new modules, or integrate different model providers.
  2. Community contributions – Bugs, feature requests, and pull requests accelerate improvement.
  3. Transparency – All data, token usage, and model calls are visible for auditing.
  4. Commercial licensing – For enterprises that require proprietary code, a separate commercial license can be negotiated.

Core Features

Feature Description
Script Parsing Engine Analyzes Chinese‑ and English‑language scripts, extracts scenes, characters, and dialogues, and generates structured data for downstream modules.
Character Consistency System Imposes a six‑layer identity anchor to maintain visual consistency across shots. A Character Bible auto‑generates reference images and attribute summaries.
Scene Generation Converts textual descriptions into multi‑view prompt sets for image or video models, supporting 2‑D/3‑D/realistic/stop‑motion styles.
Storyboard & Camera Settings Offers a camera‑control grid (shot type, angle, movement) that automatically lays out storyboards and exports to storyboard files.
Seedance 2.0 Integration Takes storyboard data and produces a full narrative video with multi‑modal prompts, including image, audio, and lip‑sync. It validates prompt length and media counts against Seedance limits.
Batch Production Pipeline One‑click workflow: script ➜ characters + scenes ➜ storyboard ➜ batch‑image ➜ batch‑video, with task queue management and retry logic.
Multi‑vendor AI Scheduler Balances calls across multiple image/video model providers via API key rotation, enabling robust performance even under high load.

Technology Stack

  • Electron 30 – Desktop runtime for cross‑platform support.
  • React 18 + TypeScript – Modern UI with type safety.
  • Vite 5 + electron‑vite – Fast builds and hot‑reload.
  • Zustand 5 – Lightweight state management.
  • Radix UI + Tailwind CSS 4 – Accessible, composable UI components.
  • @opencut/ai-core – Custom AI orchestration library for prompt compilation and task polling.
  • Node.js ≥18 / npm ≥9 – Backend and dev environment.

Installation & Quick Start

# Clone the repo
git clone https://github.com/MemeCalculate/moyin-creator.git
cd moyin-creator

# Install deps
npm install

# Launch dev server
npm run dev
After launching, open Settings → API Configuration and paste your preferred model provider keys. Then load a script, run the pipeline, and watch the tool generate scenes and videos in the background.

Building for Production

# Package an installer for Windows (or Linux/Mac variants)
npm run build
The output is a ZIP of the Windows installer and the source package – you can also build the project with npx electron‑vite build if you want just the compiled code.

Contributing

The repository includes a detailed CONTRIBUTING.md. Contributors can: - Submit bug reports or issue the improvement - Add new AI providers or models - Translate the UI to other languages - Write new tutorial articles or demo videos

License & Commercial Use

Moyin Creator is released under the AGPL‑3.0 license for open‑source use. Commercial deployments are possible through a separate license that can be obtained by contacting the maintainer ([email protected]).

Final Thoughts

Moyin Creator illustrates the power of AI to turn creative writing into tangible visual content without a large production team. It’s perfect for indie creators, learning studios, or any workflow that benefits from streamlined script‑to‑video pipelines. If you’re hungry for an open‑source, customizable solution that supports the latest Seedance 2.0 capabilities, give Moyin Creator a try—clone, build, and start producing next‑gen AI‑generated movies today.

Original Article: View Original

Share this article