Fake Podcast Clips · "Wisdom From Nowhere"
Unexpected Profound Truth
Regular person drops life-changing wisdom nobody saw coming. Replace the {{highlighted}} variables below with your own twist — suggestions included — then copy the JSON for your model.
{
"scene": {
"location": "simple, unassuming location like kitchen table or park bench",
"mood": "intimate conversation that becomes transcendent",
"environment": "everyday setting that becomes sacred through wisdom shared"
},
"action": "speaking quietly but with conviction, occasional meaningful pauses",
"camera": {
"angle": "respectful eye-level shots",
"distance": "intimate close-ups during profound moments",
"movement": "gentle, respectful camera work"
},
"lighting": {
"type": "natural, soft lighting that feels authentic"
},
"style": {
"tone": "humble but profound",
"color_palette": "warm, natural colors",
"guest_character": "{{guest_character}}",
"topic_claim": "{{topic_claim}}",
"evidence": "{{evidence}}",
"tone_style": "{{tone_style}}"
},
"audio": {
"music": "subtle emotional underscore"
}
} - 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": "speaking quietly but with conviction, occasional meaningful pauses",
"scene": {
"location": "simple, unassuming location like kitchen table or park bench",
"mood": "intimate conversation that becomes transcendent",
"environment": "everyday setting that becomes sacred through wisdom shared"
},
"camera": {
"angle": "respectful eye-level shots",
"distance": "intimate close-ups during profound moments",
"movement": "gentle, respectful camera work"
},
"lighting": {
"type": "natural, soft lighting that feels authentic"
},
"style": {
"tone": "humble but profound",
"color_palette": "warm, natural colors",
"guest_character": "{{guest_character}}",
"topic_claim": "{{topic_claim}}",
"evidence": "{{evidence}}",
"tone_style": "{{tone_style}}"
},
"audio": {
"music": "subtle emotional underscore"
}
} - 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 eye-level shots",
"distance": "intimate close-ups during profound moments",
"movement": "gentle, respectful camera work"
},
"action": "speaking quietly but with conviction, occasional meaningful pauses",
"scene": {
"location": "simple, unassuming location like kitchen table or park bench",
"mood": "intimate conversation that becomes transcendent",
"environment": "everyday setting that becomes sacred through wisdom shared"
},
"lighting": {
"type": "natural, soft lighting that feels authentic"
},
"style": {
"tone": "humble but profound",
"color_palette": "warm, natural colors",
"guest_character": "{{guest_character}}",
"topic_claim": "{{topic_claim}}",
"evidence": "{{evidence}}",
"tone_style": "{{tone_style}}"
},
"audio": {
"music": "subtle emotional underscore"
}
} - 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": "speaking quietly but with conviction, occasional meaningful pauses",
"scene": {
"location": "simple, unassuming location like kitchen table or park bench",
"mood": "intimate conversation that becomes transcendent",
"environment": "everyday setting that becomes sacred through wisdom shared"
},
"camera": {
"angle": "respectful eye-level shots",
"distance": "intimate close-ups during profound moments",
"movement": "gentle, respectful camera work"
},
"style": {
"tone": "humble but profound",
"color_palette": "warm, natural colors",
"guest_character": "{{guest_character}}",
"topic_claim": "{{topic_claim}}",
"evidence": "{{evidence}}",
"tone_style": "{{tone_style}}"
},
"lighting": {
"type": "natural, soft lighting that feels authentic"
}
} - 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": "speaking quietly but with conviction, occasional meaningful pauses",
"camera": {
"angle": "respectful eye-level shots",
"distance": "intimate close-ups during profound moments",
"movement": "gentle, respectful camera work"
},
"scene": {
"location": "simple, unassuming location like kitchen table or park bench",
"mood": "intimate conversation that becomes transcendent",
"environment": "everyday setting that becomes sacred through wisdom shared"
},
"lighting": {
"type": "natural, soft lighting that feels authentic"
},
"style": {
"tone": "humble but profound",
"color_palette": "warm, natural colors",
"guest_character": "{{guest_character}}",
"topic_claim": "{{topic_claim}}",
"evidence": "{{evidence}}",
"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.
{{guest_character}} — Unexpected Wisdom Source
Uber driver who's heard every life storyGrocery store cashier who understands human natureSchool custodian who's watched kids grow up for decadesBartender who's been everyone's therapist for 30 yearsBus driver who sees the city's heartbeat every dayHospital security guard who's witnessed life and death
{{topic_claim}} — Their Profound Insight
Everyone is just trying to feel worthy of love, everything else is distractionThe happiest people are those who stopped trying to be happyMost problems solve themselves if you wait long enough and stay kindPeople who seem confident are usually the most scared insideTime moves differently when you're paying attention to othersThe meaning of life is hidden in the mundane moments everyone ignores
{{evidence}} — How They Know This
Decades of observing people when they think nobody's watchingThousands of conversations with people in vulnerable momentsPersonal experience surviving something that changed their perspectiveGrowing up in circumstances that taught them what really mattersWitnessing the same patterns repeat across generationsLiving through enough loss to understand what actually has value
{{tone_style}} — Delivery Style
humblematter-of-factgentleprofoundconversational
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).