dramaclaw
A general-purpose AIGC video engine: script to finished film in one pipeline — dramas, ads, product videos, otome games, and more. | 通用 AIGC 视频引擎 —— 从剧本到成片一条流水线,漫剧、广告、电商、乙游皆可
DramaClaw runs a drama production line
DramaClaw is a source available pipeline that turns a manuscript into a finished film, from parsing to voice-over and export.
From manuscript to film
DramaClaw is described as an industrialized drama production line whose source is available. The README says you drop in a manuscript and DramaClaw takes over the heavy lifting: extracting characters, planning episodes, generating scripts, drawing storyboards and first frames, synthesizing voice-over, and cutting the final film. It is built for creators, indie studios, and creative engineers who want to run the whole drama factory on their own infrastructure instead of stitching together many disconnected tools or handing material to an opaque cloud service. Although it is built around drama, the README says the same pipeline, characters, assets, scripts, storyboards, voice-over, and compositing, carries to other visual formats such as short form ads, e-commerce product videos, and interactive otome romance games. The framing in the README is explicitly about ownership: it argues that industrialized production power should sit with ordinary creators rather than only large technology companies. The practical promise is one chain that accepts text and returns video, with the intermediate artifacts kept along the way so a creator can intervene at any step. That end to end shape is what separates it from a folder of separate generation scripts, because the stages share one representation of the story instead of passing files between unrelated tools that each re parse the source.
Core capabilities
The README lists the capabilities in detail. Novel parsing builds a queryable story graph of characters, relationships, and timeline. An asset library manages characters, scenes, props, and voices, and aims to keep identity stable across episodes while generating portraits and per episode variants. Episode planning handles chapter segmentation, beat planning, and multi episode arcs. Script generation offers modes such as adaptive, literal, and staged, with review and repair loops. Storyboards and first frames are beat driven stylized image generation with grid splitting and image pool selection. Voice-over synthesis is emotion aware and switchable across providers. Video composition and export assembles episodes and produces video plus subtitle files and a full asset pack. A Freezone infinite canvas is a node based visual workbench where you drag in project assets to generate images, video, or audio, and promote good candidates back to the main line, with the main pipeline and canvas exploration running as two tracks. These capabilities form the steps a human studio would perform, encoded as pipeline stages a user can guide. The story graph is the backbone that links the later stages, because character identity and timeline established during parsing are what let the asset library and episode planner stay consistent across a long running series rather than treating each episode as an isolated job.
Running and licensing
The README points to a quick start and a docs site, with both English and Chinese readme files and a project website at dramaclaw.ai. It advertises Docker readiness, so the pipeline can be run as containers on the user's own infrastructure. The license badge in the README marks it as Elastic License 2.0, which the project uses for a source available model: the code is published and can be inspected and self hosted, but the license is not a classic copyleft or permissive open source license, so commercial use has conditions worth reading. The README's tone is a manifesto as much as a manual, with the author introducing himself and asking for a star if the message resonates, which signals a small team running the tool in production themselves. For a creator evaluating it, the path in is the quick start, and the thing to check closely is the Elastic 2.0 license text for the kind of use they intend, since that governs how the published code may be deployed beyond personal projects. The Docker readiness matters here because a media pipeline with many model dependencies is far easier to run from a prepared image than to assemble by hand, and self hosting is the whole point of the project's ownership argument, so the container story and the license are the two facts a would be operator should weigh together.
Editorial conclusion
The project is published under the Elastic License 2.0, is source available, and is documented at dramaclaw.ai.
Community notes