Street Interviews · "Generation Divided"
Campus Debate
Capture split public opinions on controversial topics. Replace the {{highlighted}} variables below with your own twist — suggestions included — then copy the JSON for your model.
{
"scene": {
"location": "college campus with diverse student population",
"mood": "academic debate spilling into real emotion",
"environment": "academic setting with student life energy"
},
"action": "interviewing multiple people, capturing passionate responses",
"camera": {
"angle": "respectful medium shots allowing full expression",
"distance": "close enough to catch emotional nuance",
"movement": "steady shots that let subjects speak their truth"
},
"lighting": {
"type": "bright natural lighting showcasing youth energy"
},
"style": {
"tone": "intellectually curious but heated",
"color_palette": "bright, youthful campus colors",
"location": "{{location}}",
"interview_question": "{{interview_question}}",
"sample_answers": "{{sample_answers}}",
"tone_style": "{{tone_style}}"
},
"audio": {
"music": "light background that doesn't interfere with dialogue"
}
} - Veo 3.1 follows structured prompts unusually well — lock camera, lighting and audio as separate JSON fields and it respects each one.
- Native audio: describe dialogue, ambient sound and music directly in the audio field.
{
"action": "interviewing multiple people, capturing passionate responses",
"scene": {
"location": "college campus with diverse student population",
"mood": "academic debate spilling into real emotion",
"environment": "academic setting with student life energy"
},
"camera": {
"angle": "respectful medium shots allowing full expression",
"distance": "close enough to catch emotional nuance",
"movement": "steady shots that let subjects speak their truth"
},
"lighting": {
"type": "bright natural lighting showcasing youth energy"
},
"style": {
"tone": "intellectually curious but heated",
"color_palette": "bright, youthful campus colors",
"location": "{{location}}",
"interview_question": "{{interview_question}}",
"sample_answers": "{{sample_answers}}",
"tone_style": "{{tone_style}}"
},
"audio": {
"music": "light background that doesn't interfere with dialogue"
}
} - Kling 3.0 reasons about the scene like a director — write the action field as a shot note, not a keyword list.
- Multi-shot is the signature feature: split the action into "Shot 1: … Shot 2: …" inside the action field for cuts within one generation.
{
"camera": {
"angle": "respectful medium shots allowing full expression",
"distance": "close enough to catch emotional nuance",
"movement": "steady shots that let subjects speak their truth"
},
"action": "interviewing multiple people, capturing passionate responses",
"scene": {
"location": "college campus with diverse student population",
"mood": "academic debate spilling into real emotion",
"environment": "academic setting with student life energy"
},
"lighting": {
"type": "bright natural lighting showcasing youth energy"
},
"style": {
"tone": "intellectually curious but heated",
"color_palette": "bright, youthful campus colors",
"location": "{{location}}",
"interview_question": "{{interview_question}}",
"sample_answers": "{{sample_answers}}",
"tone_style": "{{tone_style}}"
},
"audio": {
"music": "light background that doesn't interfere with dialogue"
}
} - Seedance responds best to a strict block order: CAMERA → SUBJECT → ACTION → ENVIRONMENT → LIGHTING → STYLE. The JSON below is ordered to match.
- Keep the camera block to a shot type plus one movement — stacking movements degrades output.
{
"action": "interviewing multiple people, capturing passionate responses",
"scene": {
"location": "college campus with diverse student population",
"mood": "academic debate spilling into real emotion",
"environment": "academic setting with student life energy"
},
"camera": {
"angle": "respectful medium shots allowing full expression",
"distance": "close enough to catch emotional nuance",
"movement": "steady shots that let subjects speak their truth"
},
"style": {
"tone": "intellectually curious but heated",
"color_palette": "bright, youthful campus colors",
"location": "{{location}}",
"interview_question": "{{interview_question}}",
"sample_answers": "{{sample_answers}}",
"tone_style": "{{tone_style}}"
},
"lighting": {
"type": "bright natural lighting showcasing youth energy"
}
} - Wan 2.2 is the latest version with genuinely open, downloadable weights. "Wan 2.5/2.6/2.7" are hosted API-only versions on commercial platforms.
- Open-weights Wan 2.2 has no audio track — drop the audio field or move sound design to post.
{
"action": "interviewing multiple people, capturing passionate responses",
"camera": {
"angle": "respectful medium shots allowing full expression",
"distance": "close enough to catch emotional nuance",
"movement": "steady shots that let subjects speak their truth"
},
"scene": {
"location": "college campus with diverse student population",
"mood": "academic debate spilling into real emotion",
"environment": "academic setting with student life energy"
},
"lighting": {
"type": "bright natural lighting showcasing youth energy"
},
"style": {
"tone": "intellectually curious but heated",
"color_palette": "bright, youthful campus colors",
"location": "{{location}}",
"interview_question": "{{interview_question}}",
"sample_answers": "{{sample_answers}}",
"tone_style": "{{tone_style}}"
}
} - Runway exposes camera controls in the UI — use the camera block here as your settings checklist rather than prompt text.
- Gen-4.5 excels with reference images: the subject field doubles as your reference-tagging description.
Fill in the variables
Type here (or click a suggestion) and every model tab above updates live.
{{location}} — Campus Location
Library steps where students gatherQuad area during activity periodDining hall entrance during busy hoursOutside popular lecture hallsStudent parking lotCampus coffee shop patio
{{interview_question}} — Debate Question
Is college actually worth the debt anymore?Should social media companies be held responsible for teen mental health?Is it okay to date someone with completely opposite political views?Should parents have access to their adult children's therapy sessions?Is hustle culture toxic or necessary for success?Should there be an age limit on running for president?
{{sample_answers}} — Response Types You'll Get
Emotional personal stories about debt vs. logical economic argumentsGenerational divide responses showing different value systemsSurprisingly nuanced takes that don't fit typical political boxesStudents who completely change their mind mid-interviewResponses that reveal deeper issues nobody expectedPerfect soundbites from both sides of the issue
{{tone_style}} — Debate Energy
passionateintellectualheatedrespectfulrevealing
Run this prompt
Copy the JSON above, then paste it as your prompt in any of these tools. Veo 3.1 is free to try inside Gemini (daily limit applies).