I developed a program that given a prompt, which basically is a video idea, uses the chat completion api to get a video script in a specific json format, containing the list of captions (text/image prompt). After parsing the json I use the tts api to generate audio files for each text, and images for each prompt. The video is automatically generated from a sequence of image/audio, with an optional file to use as background music. I was able to generate videos from various genres, such as motivational, lullaby, movie trailers etc.
#OpenAI Video Maker
1 messages · Page 1 of 1 (latest)
How can Make a animated video?
I used a Python script that makes the video using a concatenation of video clips, each clip is an image clip with the corresponding audio.
That's honestly a beautiful marriage of technology. I hope to one day see this available for coding inepts like myself to fiddle with
I love to see a sample!