// 🎬 SORA AI – YOUTUBE SHORT PROMPT
// Creator: @monusaini9902
// Goal: 200% audience retention
const soraPrompt = {
platform: “YouTube Shorts”,
duration: “15 seconds”,
aspectRatio: “9:16”,
resolution: “4K Ultra HD”,
style: “Hyper-realistic cinematic vlog”,
location: “Indian shopping mall corridor”,
mood: “Funny + mysterious + shocking (NOT horror)”,
camera: “Handheld cinematic walk + dramatic close-ups”,
lighting: “Indoor mall soft lights, realistic reflections”,
audio: “Mysterious cinematic beat + bass drop”,
characters: [
{
role: “Boy”,
name: “@monusaini9902”,
type: “Real Indian young man”,
outfit: “White T-shirt, jeans”,
acting: “Natural vlog expressions”
},
{
role: “Snake Woman”,
type: “Mythical divine being”,
vibe: “Elegant, calm, confident”,
outfit: “Saree with Indian jewelry”,
note: “NOT scary, NOT monster”
}
],
snakeWomanFace: {
mustMatchReference: true,
details: [
“Wide cobra hood framing the head”,
“Smooth realistic snake scales”,
“Sharp green eyes with vertical pupils”,
“Human-like feminine facial structure”,
“Calm, confident, mysterious smile”,
“Elegant Indian jewelry”,
“Ultra-realistic skin + scale blend”
],
avoid: [
“Horror”,
“Monster look”,
“Cartoon style”,
“Exaggerated fangs”,
“Aggressive behavior”
]
},
scenes: [
{
time: “0–3 sec”,
label: “HOOK”,
visual: “Boy walking in mall holding Snake Woman’s hand, crowd staring”,
camera: “Slow push-in”,
textOnScreen: “BRO IS DATING A SNAKE WOMAN 😳🐍”,
dialogue: {
speaker: “Boy”,
tone: “worried, whisper”,
line: “Log kehte hain meri wali saap ki tarah kaat ke chali jaati hai…”
}
},
{
time: "3–6 sec",
visual: "Close-up of Snake Woman cobra face, eyes blink slowly",
dialogue: {
speaker: "Boy",
tone: "dramatic",
line: "Par socho… meri wali to Khuda ki saap hai…"
}
},
{
time: "6–9 sec",
label: "TENSION BUILD",
visual: "Camera moves behind them, dramatic slow walk",
dialogue: {
speaker: "Boy",
tone: "scared + funny",
line: "Agar isne mujhe kaat liya… to mera kya hoga?"
}
},
{
time: "9–12 sec",
label: "PAYOFF",
visual: "Sharp close-up on Snake Woman’s eyes, soft smile",
dialogue: {
speaker: "Snake Woman",
tone: "calm, divine",
line: "Daro mat… main sirf doosron ko hi kaat-ti hoon."
}
},
{
time: "12–15 sec",
label: "CTA",
visual: "Both walking confidently, boy shocked face",
textOnScreen: "👇 Comment karo: REAL 🐍 ya AI 🤖 ?",
endSound: "Hard bass drop"
}
]
};
export default soraPrompt;