muapi-award-ceremony-video

Generate a 15-second awards-ceremony video from winner and host photos using Seedance 2.0.

4.2k|481|Updated May 25, 2023
One-click install
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-award-ceremony-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: muapi-award-ceremony-video
Source: https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/library/motion/award-ceremony-video
Command: npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-award-ceremony-video

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating a cinematic awards-ceremony video with a specific winner and host normally requires filming, actors, and post-production. This Skill turns two photos and a name into a 15-second broadcast-style ceremony video with spoken announcement, spotlight reveal, and LED name display.

Core Features & Use Cases

  • Identity-Locked Characters: Uses two reference images (winner and host) with strict face and build preservation across the entire video via Seedance 2.0 multi-reference generation.
  • Scripted 15-Second Timeline: Follows a five-beat scene structure — announcement, winner reveal, walk to stage, award handoff, and wide finale — with generated audio including speech, applause, and orchestral music.
  • Personalized On-Screen Text: Renders the winner's name on the LED stage display under "THE BEST ACTOR" and speaks it in the host's audio line.
  • Use Case: A marketing team creates a fun internal awards video where the CEO's photo is the host and an employee's photo is the winner, producing a shareable ceremony clip for a company event.

Quick Start

Ask the agent to generate an award ceremony video using my photo as the winner and this other photo as the host, with the winner name set to Olivia.

Frequently Asked Questions about muapi-award-ceremony-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an awards ceremony video from photos?

Provide a clear photo of the winner and a photo of the host, plus the winner's name. The Skill submits both images in order to the Seedance 2.0 image-to-video model via the muapi CLI and returns a 15-second ceremony video with audio.

What AI model generates the award ceremony video?

The video is generated with Seedance 2.0 image-to-video fast (seedance-2-image-to-video-fast) through the muapi CLI. If no CLI alias exists, the raw endpoint bytedance-seedance-2-0-reference-to-video-fast is called directly via curl.

Does the winner's face stay consistent in the generated video?

Yes. The winner image is passed first as @image_1 and the host second as @image_2, and the prompt enforces strict identity locking on face and build for both. Reversing the image order swaps the roles, so order matters.

Can I change the name shown on the LED display?

Yes. Set the winner_name input, which defaults to Olivia. The name appears both in the host's spoken announcement and on the LED stage display under "THE BEST ACTOR", so spell-check it before generation.

What are the video specifications and limitations?

The output is fixed at 15 seconds, 16:9 aspect ratio, 720p resolution, with generated audio. The scene follows a predefined five-beat timeline, so custom scripts or longer durations are not supported by this recipe.