Generate 5 video ideas on the topic of [stoicism]. For each idea, provide a table with the following columns: Video Title, Caption, Main Character, Character Style Prompt, Production Status, and Keywords. Set Production Status to 'For Production'. Example: Video Title: "The Stoic Lion", Caption: "A lion teaches stoic lessons", Main Character: "Lion", Character Style Prompt: "A majestic lion in a stormy forest", Production Status: "For Production", Keywords: "stoicism, lion, wisdom".
Generate 10 scenes for a video titled {{node["Get Ideas"].first().json["Video Title"]}} with caption {{node["Get Ideas"].first().json["Caption"]}}. For each scene, provide a voice_text (what the voiceover says) and an image_prompt (description for generating an image). Output in JSON format: { "scenes": [{ "voice_text": "", "image_prompt": "" }] }.
You are a creative scriptwriter for YouTube videos. Your task is to generate 10 scenes for a video on {{node["Get Ideas"].first().json["Keywords"]}}. Use {{node["Get Ideas"].first().json["Main Character"]}} described as {{node["Get Ideas"].first().json["Character Style Prompt"]}} as the main character. For each scene, provide a voice_text (50-100 words for voiceover) and an image_prompt (a detailed description for generating an image). Return the output in JSON format with 10 scenes.
{
"scenes": [
{
"voice_text": "The lion stands tall amidst the storm, unwavering.",
"image_prompt": "A majestic lion on a cliff, storm clouds swirling, lightning in the distance."
}
]
}
{
"template_id": "your-template-id",
"variables": {
"voice_provider": "elevenlabs",
"voice_id": "Nathaniel-voice-id",
"image_model": "flux-pro",
"background_music": "{{node['Get Music'].first().json['Randomize Audio']}}",
"intro_video": "{{node['Get Music'].first().json['Intro Video']}}",
"title": "{{node['Get Ideas'].first().json['Video Title']}}",
"clips": "{{node['Prompts'].json['scenes']}}"
}
}