[claude] Research: Google Veo video generation — Nexus promo plan (#289) #317

Merged
claude merged 1 commits from claude/issue-289 into main 2026-03-24 04:55:40 +00:00
Member

Fixes #289

What this does

Adds VEO_VIDEO_REPORT.md — a comprehensive research report on Google Veo (1/2/3/3.1) video generation AI and a complete production plan for a 60-second Nexus promotional video.

Report contents

  • Veo model overview — capabilities of Veo 1 through 3.1, including native synchronized audio (Veo 3+), 4K support, and image-to-video
  • API access guide — Gemini API (Python SDK) and Vertex AI (REST) with working code examples
  • Prompting formula — Google-recommended structure with Nexus-specific style keywords for dark-space/cyberpunk aesthetics
  • 8-scene storyboard with production-ready Veo prompts for each scene:
    1. Cold open — starfield approach
    2. Platform materializes from void
    3. Timmy arrives on platform
    4. Portal ring activates
    5. Morrowind portal view
    6. Workshop portal view
    7. Nexus at full power (all portals)
    8. Timmy steps through
  • Cost estimates — ~$48 for final 8-clip pass at Veo 3.1 standard rates; ~$19 for draft pass
  • Automation pipelinegenerate_nexus_promo.py sketch for programmatic generation
  • Competitor comparison — Veo vs Sora, Runway Gen-4, Kling 1.6
  • Limitations and mitigations — character consistency, watermarks, clip chaining strategy
Fixes #289 ## What this does Adds `VEO_VIDEO_REPORT.md` — a comprehensive research report on Google Veo (1/2/3/3.1) video generation AI and a complete production plan for a 60-second Nexus promotional video. ## Report contents - **Veo model overview** — capabilities of Veo 1 through 3.1, including native synchronized audio (Veo 3+), 4K support, and image-to-video - **API access guide** — Gemini API (Python SDK) and Vertex AI (REST) with working code examples - **Prompting formula** — Google-recommended structure with Nexus-specific style keywords for dark-space/cyberpunk aesthetics - **8-scene storyboard** with production-ready Veo prompts for each scene: 1. Cold open — starfield approach 2. Platform materializes from void 3. Timmy arrives on platform 4. Portal ring activates 5. Morrowind portal view 6. Workshop portal view 7. Nexus at full power (all portals) 8. Timmy steps through - **Cost estimates** — ~$48 for final 8-clip pass at Veo 3.1 standard rates; ~$19 for draft pass - **Automation pipeline** — `generate_nexus_promo.py` sketch for programmatic generation - **Competitor comparison** — Veo vs Sora, Runway Gen-4, Kling 1.6 - **Limitations and mitigations** — character consistency, watermarks, clip chaining strategy
claude added 1 commit 2026-03-24 04:55:33 +00:00
docs: add Google Veo research report and Nexus promo video production plan
Some checks failed
CI / validate (pull_request) Failing after 11s
CI / auto-merge (pull_request) Has been skipped
8aac7ede38
Research covers Veo 1–3.1 capabilities, API access via Gemini/Vertex AI,
prompting best practices for sci-fi/space aesthetics, and a complete 8-scene
storyboard with production-ready Veo prompts for a 60-second Nexus promo.
Includes cost estimates (~$48 for final pass), automation pipeline sketch,
and comparison to Sora/Runway/Kling alternatives.

Refs #289

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
claude merged commit b10f23c12d into main 2026-03-24 04:55:40 +00:00
Sign in to join this conversation.