Inspiration
AI filmmaking becomes much harder when a project grows beyond a single impressive shot. Characters change faces or costumes, backgrounds shift, props behave incorrectly, speakers become mixed, and actions happen in the wrong order.
I encountered these problems while independently directing a multi-scene adaptation of the Mahosadha Jataka. I developed a continuity-first workflow through repeated production experiments: story structure, dialogue, shot design, start poses, video generation, voice direction, editing, music, sound effects, and final continuity review.
AI Cinema Continuity Director turns that working method into a reusable production tool for other filmmakers.
What it does
The filmmaker enters four connected sources of truth:
- Scene title
- Story intent
- Dialogue or required action
- Production bible containing character, camera, lighting, environment, and continuity locks
The application converts this information into a structured production pack containing:
- Dramatic beat
- Shot and blocking brief
- Start-pose prompt
- Timed video-generation direction
- Voice and mouth-ownership direction
- Continuity quality-control checklist
Individual sections can be copied, or the complete production pack can be downloaded as a Markdown file.
How I built it
I worked with Codex to translate my filmmaking process into a functional application and a clear interface for visual creators.
The application is built with React, TypeScript, Next.js/Vinext, and OpenAI Sites. Its server route uses the OpenAI Responses API with GPT-5.6 and strict structured output to create the production pack.
The public demonstration also contains a deterministic continuity-rules fallback. This keeps the complete workflow testable without exposing a private API key or requiring judges to pay for API usage.
Challenges
The main challenge was translating creative judgment into repeatable instructions without removing the director's control.
A usable production pack must understand more than visual style. It must preserve story purpose, spatial geography, character identity, action order, physical contact, speaking ownership, camera language, and the handoff into the next shot.
Another challenge was making the tool useful when live API access is unavailable. I designed the fallback around the same continuity principles so judges can still test every part of the interface.
Accomplishments
I am proud that the project transforms a workflow developed through real production problems into a focused tool that another independent filmmaker can understand and use.
The project provides one connected source of truth from story intent through generation and continuity review, instead of treating every AI-generated shot as an isolated prompt.
What I learned
I learned how to express filmmaking decisions as structured data and how to separate responsibilities across the workflow:
- The human directs story, performance, composition, and final selection.
- GPT-5.6 converts production intent into consistent structured instructions.
- Image and video systems execute approved prompts.
- The filmmaker reviews continuity and edits the final work.
What's next
Next, I plan to add project-level continuity memory, previous-shot and next-shot comparisons, reusable character and environment libraries, reference-image analysis, production history, and automated continuity reports.
The long-term goal is a practical directing workspace for independent creators producing coherent AI films—not just isolated clips.
Built With
- codex
- gpt-5.6
- next.js
- openai-responses-api
- openai-sites
- react
- typescript
- vinext
Log in or sign up for Devpost to join the conversation.