BereFlix AI Studio
Inspiration
BereFlix AI Studio was inspired by my work building BereFlix, an independent streaming platform for African films.
While working with filmmakers and producers, I realized that many independent creators struggle to prepare their films for international distribution. Creating subtitles, organizing files, translating content, and exporting different formats often requires expensive software or multiple disconnected tools.
Many producers simply don’t have the budget or technical resources to do this efficiently.
I wanted to build a simple AI workspace that helps creators prepare their films while keeping full control over their content.
What it does
BereFlix AI Studio imports a video, generates local Whisper transcriptions, creates SRT and VTT subtitles, optionally translates subtitles with GPT-5.6 after explicit user confirmation, and exports ready-to-publish files.
The video never leaves the user’s computer. Only subtitle text is sent for translation when the user chooses.
How we built it
The application was built with Python, Streamlit, Whisper, GPT-5.6, Codex and FFmpeg.
The workflow is local-first, with OpenAI used only for optional subtitle translation.
Challenges we ran into
The biggest challenge was designing a workflow that remains fully functional without requiring an API key while still allowing optional AI translation.
Another challenge was creating a simple interface that independent filmmakers could easily understand.
Accomplishments that we’re proud of
- Local Whisper transcription
- Optional GPT-5.6 translation
- SRT and VTT export
- Burned subtitle MP4 export
- Local-first workflow
- Creator-controlled AI
What we learned
Building directly from a real user problem leads to a much more practical AI product. Combining local AI with optional cloud intelligence creates a workflow that respects privacy while improving productivity.
What’s next for BereFlix AI Studio
The next version will include batch processing, multilingual subtitle workflows, collaboration features for teams, additional export formats, and tighter integration with the BereFlix platform to help filmmakers distribute their work worldwide.
Log in or sign up for Devpost to join the conversation.