What problem does it solve? Title screens, splash pages, and menus need ambient background video that loops without a visible seam, but AI video models produce narrative clips with hard cuts, and Summer Engine cannot load the .mp4 files those models output. ## Core Features & Use Cases - Loop-Optimized Generation: Prompts for ambient, directionless motion with a reference still that anchors the first and last frames, using the low-cost ltx image-to-video model. - Engine Integration: Transcodes the generated .mp4 to Ogg Theora (.ogv), imports it, and wires a VideoStreamPlayer with autoplay, loop, and full-rect anchors. - Use Case: A user asks for a torchlit dungeon background behind the main menu. The skill generates a reference still, produces a 5s flickering-torch loop via summer_generate_video, polls the job, transcodes to .ogv, and configures the VideoStreamPlayer in the title screen scene. ## Quick Start Ask the agent to create a looping ambient background video for the title screen and wire it into the menu scene.