Fake Podcast Clips · "The Truth About Going Viral"
Influencer Goes Off
Failed creator's brutally honest meltdown confession. Replace the {{highlighted}} variables below with your own twist — suggestions included — then copy the JSON for your model.
{
"scene": {
"location": "messy apartment or basic podcast setup showing decline",
"mood": "trainwreck confession getting more chaotic",
"environment": "personal space revealing mental state"
},
"action": "gesturing wildly, running hands through hair, occasional breakdowns",
"camera": {
"angle": "unflattering straight-on shots",
"distance": "medium shots showing environmental chaos",
"movement": "static shots that feel trapped and claustrophobic"
},
"lighting": {
"type": "harsh unflattering lighting revealing exhaustion"
},
"style": {
"tone": "bitter and increasingly unhinged",
"color_palette": "washed out colors with stark contrast",
"guest_character": "{{guest_character}}",
"topic_claim": "{{topic_claim}}",
"evidence": "{{evidence}}",
"tone_style": "{{tone_style}}"
},
"audio": {
"music": "no music, raw audio only"
}
} - 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": "gesturing wildly, running hands through hair, occasional breakdowns",
"scene": {
"location": "messy apartment or basic podcast setup showing decline",
"mood": "trainwreck confession getting more chaotic",
"environment": "personal space revealing mental state"
},
"camera": {
"angle": "unflattering straight-on shots",
"distance": "medium shots showing environmental chaos",
"movement": "static shots that feel trapped and claustrophobic"
},
"lighting": {
"type": "harsh unflattering lighting revealing exhaustion"
},
"style": {
"tone": "bitter and increasingly unhinged",
"color_palette": "washed out colors with stark contrast",
"guest_character": "{{guest_character}}",
"topic_claim": "{{topic_claim}}",
"evidence": "{{evidence}}",
"tone_style": "{{tone_style}}"
},
"audio": {
"music": "no music, raw audio only"
}
} - 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": "unflattering straight-on shots",
"distance": "medium shots showing environmental chaos",
"movement": "static shots that feel trapped and claustrophobic"
},
"action": "gesturing wildly, running hands through hair, occasional breakdowns",
"scene": {
"location": "messy apartment or basic podcast setup showing decline",
"mood": "trainwreck confession getting more chaotic",
"environment": "personal space revealing mental state"
},
"lighting": {
"type": "harsh unflattering lighting revealing exhaustion"
},
"style": {
"tone": "bitter and increasingly unhinged",
"color_palette": "washed out colors with stark contrast",
"guest_character": "{{guest_character}}",
"topic_claim": "{{topic_claim}}",
"evidence": "{{evidence}}",
"tone_style": "{{tone_style}}"
},
"audio": {
"music": "no music, raw audio only"
}
} - 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": "gesturing wildly, running hands through hair, occasional breakdowns",
"scene": {
"location": "messy apartment or basic podcast setup showing decline",
"mood": "trainwreck confession getting more chaotic",
"environment": "personal space revealing mental state"
},
"camera": {
"angle": "unflattering straight-on shots",
"distance": "medium shots showing environmental chaos",
"movement": "static shots that feel trapped and claustrophobic"
},
"style": {
"tone": "bitter and increasingly unhinged",
"color_palette": "washed out colors with stark contrast",
"guest_character": "{{guest_character}}",
"topic_claim": "{{topic_claim}}",
"evidence": "{{evidence}}",
"tone_style": "{{tone_style}}"
},
"lighting": {
"type": "harsh unflattering lighting revealing exhaustion"
}
} - 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": "gesturing wildly, running hands through hair, occasional breakdowns",
"camera": {
"angle": "unflattering straight-on shots",
"distance": "medium shots showing environmental chaos",
"movement": "static shots that feel trapped and claustrophobic"
},
"scene": {
"location": "messy apartment or basic podcast setup showing decline",
"mood": "trainwreck confession getting more chaotic",
"environment": "personal space revealing mental state"
},
"lighting": {
"type": "harsh unflattering lighting revealing exhaustion"
},
"style": {
"tone": "bitter and increasingly unhinged",
"color_palette": "washed out colors with stark contrast",
"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}} — Failed Influencer Type
YouTube prankster whose stunts went too farLifestyle blogger exposed as complete fraudFitness influencer caught using fake transformationsGaming streamer who became toxic and lost everythingTikTok dancer who aged out and became irrelevantCrypto influencer whose coins all crashed
{{topic_claim}} — What They're Confessing
Most influencers fake their wealth and are actually in massive debtBrand deals require you to lie about products you've never usedThe algorithm is designed to make creators mentally unstableInfluencer houses are just content farms that exploit young peopleView counts and engagement are mostly bots and fake accountsThe pressure to stay relevant literally destroys your mental health
{{evidence}} — Receipts/Proof They Show
Screenshots of brands asking them to lie in sponsored postsBehind-the-scenes videos showing how fake their lifestyle isFinancial records proving they're broke despite appearing wealthyMessages from management companies exploiting creatorsMedical records showing anxiety and depression from the pressureContracts revealing how little creators actually make
{{tone_style}} — Confession Tone
bitterdesperatevindictivebrokenunhinged
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).