keithhb33/AI-Movie-Shorts — reverse-engineered prompt
Reverse engineered prompt
Build me a simple desktop app that turns full movie mp4 files into short AI narrated recap videos. I want to drop movies into a movies folder, click one big Start Generation button, and have it automatically find subtitles, optionally grab a script for extra story context, ask OpenAI to plan the recap clips and narration, generate the voiceover with ElevenLabs, cut and retime the movie clips, and export both a normal recap video and a vertical version for TikTok style viewing.
Please include a small resizable window with buttons to open the main folders, plus a log panel so I can watch progress without living in the terminal. If there is background music in a backgroundmusic folder, mix it in quietly under the narration. If subtitle download fails, let me add an SRT file manually and rerun.
Use a config file for the API keys, keep temporary clip files cleaned up each run, and make the whole thing work end to end with FFmpeg. Look up current docs online if you need to.
Want more depth? Deep Reverse