AWS turns live sports into vertical highlights in 30 seconds
AWS describes a prototype built with Fox Sports that uses AWS Elemental Inference to detect key moments in live sports streams and automatically generate 9:16 vertical highlight clips for social platforms within roughly 20–30 seconds of occurring on-air. The workflow integrates Elemental MediaLive for live ingest/encode, MediaPackage V2 for segmenting and clip harvesting, and MediaConvert for editing and MP4 export, orchestrated via serverless AWS services and surfaced through a browser-based editorial portal. The system emits metadata events (timestamps, tags, descriptions), extracts corresponding HLS segments into S3, and supports in-browser trimming/merging and batch downloads via pre-signed URLs.
Key Takeaways
- Near-real-time highlight creation: key-moment detection triggers clip harvest and verticalization within ~20–30 seconds.
- Event-driven architecture: Inference emits timestamped metadata events (tags/descriptions) via EventBridge, with clip extraction from MediaPackage V2 into S3.
- Editors stay in one tool: a web portal supports time-shifted playback, in-browser trim/merge, versioning, and batch MP4 downloads via pre-signed URLs.
- Operational scaling lever: reduces manual clipping burden across hundreds of events by turning highlight production into an automated pipeline.
- Design nuance: an “active event” pattern maps incoming highlights to the correct live game without complex per-feed identification.
Why It Matters
This is the clearest sign yet that “highlights” are becoming a real-time product primitive, not a handcrafted artifact. If 90% of Fox Sports Digital consumption is already vertical, the competitive battleground shifts to who can ship social-ready moments fastest—and do it across every game, not just marquee matchups. Architecturally, AWS is packaging a repeatable pattern: live stream in, AI metadata out, clips as objects in S3, and editing as queued compute. Expect this to pressure broadcasters, leagues, and vendors to treat clipping, reframing, and distribution as automated, measurable SLAs—because attention now has a 30-second window.
Read full article at aws.amazon.com