Automatically creates complete videos from a text prompt—script, voiceover, stock footage, and subtitles all assembled and ready.
Send a video topic via webhook (e.g., "Create a 60-second video about morning exercise"). The workflow uses OpenAI to generate a structured script with scenes, converts text to natural-sounding speech, searches Pexels for matching B-roll footage, and downloads everything. Finally, it merges audio with video, generates SRT subtitles, and prepares all components for final assembly.
The workflow handles parallel processing—while generating voiceover, it simultaneously searches and downloads stock footage to save time.
Input format:
{
"prompt": "Your video topic here",
"duration": 60,
"style": "motivational"
}
Note: The final video assembly requires FFmpeg or a video editor. All components are prepared and organized by scene number for easy manual editing if needed.