Veo / All use cases
Storyboard-style three-beat ad (Coca-Cola JSON commercial)
Why it works The per-scene JSON gives Veo an explicit camera + sound cue for each 1.5–2s beat instead of one vague 8-second description, which is why the pacing, the cap-pop physics, and the final spoken brand line land cleanly. This is the same structure that makes storyboard-style ads reliable.
{
"video_length": 8,
"scenes": [
{ "start": 0.0, "end": 2.0,
"visual": "A cold Coca-Cola glass bottle stands upright against a deep red gradient background. It's covered in glistening condensation. The red bottle cap, embossed with the Coca-Cola logo, shines under a spotlight. Vapor gently rises from the base.",
"camera": "quick dolly-in toward the bottle with a slight tilt up, shallow depth of field",
"sound": "soft ambient fizzing, subtle whoosh as camera moves" },
{ "start": 2.0, "end": 3.5,
"visual": "Close-up: the red Coca-Cola cap twists sharply and pops off with force. The cap spins in the air, showing the Coca-Cola logo in full as it rotates. Droplets fly off naturally with realistic gravity and inertia.",
"camera": "snap zoom-in then slow-motion tracking of the cap mid-air",
"sound": "crisp metallic twist, loud pop, carbonated hiss, followed by airy spin whoosh" },
{ "start": 3.5, "end": 5.5,
"visual": "The Coca-Cola liquid flows out slightly, then wraps around the bottle in a high-speed swirl. The swirl follows a natural spiral pattern, with tiny droplets flying in all directions — rendered with realistic physics. The bottle remains still at the center.",
"camera": "dynamic orbit shot around the bottle as liquid spins",
"sound": "rich flowing liquid SFX, sparkling fizz buildup, airy rise" },
{ "start": 5.5, "end": 8.0,
"visual": "Final wide shot: the bottle stands proud in the center. Red background glows subtly. Logo fades in above the bottle. A voice clearly says the brand name as the sonic sparkle finishes. Lens flare glides across as the screen fades out.",
"camera": "locked hero shot, slow ambient glow increase",
"sound": "bottle clink, soft chime, then voice saying the brand name with natural tone" }
]
}