Hasty Briefsbeta

Bilingual

Opus 5.5 is good at explainer videos

2 hours ago
  • Ship a launch video is a service that generates a launch video from a URL or product description using Opus 5.5 for scripting and a serverless agent for rendering.
  • Each video is about four minutes long and consumes roughly 100k tokens, with output as an MP4 file.
  • The product runs on a serverless agent called OpenComputer, which handles the entire pipeline including the agent code, model gateway, and session API.
  • The agent is defined in TypeScript, deployed with a single command, and uses three tools: web_fetch, check_scene, and render_video.
  • The runtime environment is a fresh microVM with Amazon Linux 2023, arm64, 4 vCPU, 8 GB RAM, and Node 22, which is discarded after each job.
  • Rendering is deterministic using a virtual clock to replace browser animations, producing 1080p30 video with JPEG frames encoded via libx264.
  • Storage is handled via Vercel Blob tokens scoped to one path, and the finished video is served as a public URL.
  • The entire system is open-source and can be deployed to your own account with one click.
  • The idea was inspired by a post on using Opus 5.5 for instructional video creation.