Veo 3 Official-Style Template, Full Placeholders

Veo 3Structured PromptWorkflowEpicOceanRain Scene40s
A complete Veo 3 template JSON with the mood field left as [INSERT_MOOD]. A fill-in-the-blank prompt scaffold, ready to use.
PROMPT · Veo 3 提示词
Create with AI
{ "model": "Google Veo 3", "version": "latest", "aspect_ratio": "16:9", "duration_seconds": 8, "mood": "[INSERT_MOOD]", "translation": "English", "prompt": { "scene": "A dynamically generated cinematic scene that visually embodies the selected mood — environments, characters, and atmosphere fully adapt to the mood setting.", "mood_adaptation": "Automatically changes color grading, lighting style, camera movement, weather effects, pacing, and visual motifs to match the chosen mood.", "visual_style": "Hollywood-level cinematic with subtle magical realism elements, deep emotional framing, and high dynamic range.", "camera": "Fast-paced montage with flash cuts, alternating between intimate close-ups and sweeping wide shots, perfectly timed to emotional beats.", "lighting": "Adaptive — soft and muted for sad moods, golden warm glow for hopeful moods, harsh dramatic contrast for epic moods.", "color_grade": "Fully adaptive — desaturated blues for sadness, warm amber for hope, deep high-contrast tones for epic.", "motion": "Dynamic motion elements based on mood — rain streaks, drifting smoke, wind-blown fabrics, light flares — intensified with quick flash cuts.", "audio": { "music": "Cinematic score automatically chosen based on mood (piano and strings for sad, orchestral for epic, acoustic for hopeful).", "fx": "Environmental effects matched to the mood (rain, wind, ocean, crowd murmur, etc.)." }, "text_overlay": { "content": "[AUTO_GENERATED_QUOTE_BASED_ON_MOOD_IN_ENGLISH]", "timing": "Appears after initial flash cuts, synced with an emotional rise in the score.", "placement": "Bottom-center or bottom-right based on composition.", "style": "Adaptive typography style — glow, shadow, and font weight matching the scene's tone." }, "voiceover": { "enabled": "true", "script": "[AUTO_GENERATED_QUOTE_BASED_ON_MOOD_IN_ENGLISH]", "tone": "Automatically adapts to mood — soft and warm for hopeful, intimate and heavy for sad, bold and resonant for epic." }, "transitions": "Quick strobing flash-cut intro, emotional build-up, strong fade-to-black at the end.", "final_frame": "Holds on the most emotionally charged visual with audio carrying slightly beyond fade." } }
✍️ Editor’s Notes

本质是个参数化模板,把mood/text_overlay/voiceover全写成占位符变量,等于让使用者自己填空而不是给模型的成品提示词——这种设计对批量生产同结构不同情绪的短片很高效,但直接拿去跑模型的话,中括号占位符大概率会被当成字面文本渲染出来,实战前必须手动替换掉。字段里特意标注「model」「aspect_ratio」这类参数,更像是留给用户对照的规格说明书,而非用来影响生成结果的有效提示词内容。

Create with AI
Related Works
×