What problem does it solve?
Creates and manages short AI-generated videos via OpenAI's Sora models, removing manual complexity around job creation, remixing, polling, and asset downloads so teams can produce product demos, marketing clips, and cinematic shots more efficiently.
Core Features & Use Cases
- Create new short videos with structured prompt augmentation and sensible defaults (model sora-2, size 1280x720, seconds 4).
- Remix existing videos while preserving invariants, and poll/download completed assets (video, thumbnail, spritesheet).
- Batch jobs support via JSONL with concurrency controls and deterministic CLI runs using the bundled scripts/sora.py.
- Guardrails & validation: enforces allowed models/sizes/durations, input image formats, and content restrictions (no real people, copyrighted characters, or copyrighted music).
Quick Start
Run the bundled Sora CLI with your OPENAI_API_KEY and a concise prompt to create and poll a short video asset.