Loading...
Loading...
Expert Cinema Director skill for Seedance 2.0 (ByteDance) — high-fidelity video generation using technical camera grammar and multimodal references. Supports text-to-video, image-to-video, and video extension.
npx skill4agent add samuraigpt/generative-media-skills muapi-seedance-2seedance-v2.0-t2vseedance-v2.0-i2vseedance-v2.0-extend@tag@image1@video1| Component | Instruction Type | Example |
|---|---|---|
| Scene | Environment + Lighting | "A rain-soaked cyberpunk street, magenta neon reflections on wet asphalt." |
| Subject | Identity + Detail | "A woman in a black trenchcoat, determined focus, cinematic skin textures." |
| Action | Fluid Interaction | "Walking forward through the crowd, coat billowing slightly in the wind." |
| Camera | Movement + Lens | "Medium tracking shot, 35mm lens, slow dolly backward. Subtle handheld jitter." |
| Style | Mood + Intent | "Cinematic epic, warm color grade, shallow DOF, rack focus to subject's face." |
[00:00-00:05s]# Epic reveal shot
bash scripts/generate-seedance.sh \
--subject "a hidden temple in the Andes, mist rolling through the canopy" \
--intent "epic" \
--aspect "16:9" \
--duration 10 \
--quality high \
--view
# Tense close-up, vertical for social
bash scripts/generate-seedance.sh \
--subject "a detective examines a cryptic clue under harsh lamp light" \
--intent "tense" \
--aspect "9:16" \
--duration 5# Animate a single local image
bash scripts/generate-seedance.sh \
--mode i2v \
--file hero.jpg \
--subject "hero strides forward, coat billowing in slow motion" \
--intent "epic" \
--aspect "16:9" \
--view
# Animate from a URL
bash scripts/generate-seedance.sh \
--mode i2v \
--image "https://example.com/scene.jpg" \
--subject "camera slowly pulls back to reveal the full landscape" \
--intent "reveal" \
--duration 10
# Multi-image blending (character + environment + style reference)
bash scripts/generate-seedance.sh \
--mode i2v \
--file character.jpg \
--file environment.jpg \
--image "https://example.com/style.jpg" \
--subject "character walks through the environment in cinematic style" \
--quality high# Extend with no new prompt (model continues naturally)
bash scripts/generate-seedance.sh \
--mode extend \
--request-id "abc-123-def-456" \
--duration 10
# Extend with directional prompt
bash scripts/generate-seedance.sh \
--mode extend \
--request-id "abc-123-def-456" \
--subject "camera continues to pull back, revealing the vast city below" \
--intent "reveal" \
--duration 10 \
--quality high \
--view# Submit and get request_id immediately
RESULT=$(bash scripts/generate-seedance.sh --mode i2v --file photo.jpg --async --json)
REQUEST_ID=$(echo "$RESULT" | jq -r '.request_id')
# Check later
bash ../../../../core/media/generate-video.sh --result "$REQUEST_ID"--mode extendrequest_idseedance-v2.0-t2vseedance-v2.0-i2vbasichigh[SCENE] Rain-soaked cyberpunk alley, neon signs reflected on wet cobblestones.
[SUBJECT] A lone figure in a weathered trench coat, face obscured by a wide-brim hat.
[ACTION] Walking slowly, each step splashing neon color into the puddles.
[CAMERA] Low-angle tracking shot, anamorphic lens, slow dolly in. Rack focus to face.
[STYLE] Denis Villeneuve aesthetic, high contrast, desaturated blues and magentas. 24fps.[SCENE] Minimalist white studio, single product on a rotating pedestal.
[ACTION] Subtle 360° rotation, product details catching specular highlights.
[CAMERA] Tight medium shot, macro lens pass over surface texture, slow orbit.
[STYLE] Commercial grade, perfect exposure, zero background distraction.[SCENE] Desert canyon at sunrise, sandy terrain, long shadows.
[SUBJECT] High-performance sports car accelerating through a turn.
[ACTION] Rear wheels spinning with dust plume, chassis flexing under g-force.
[CAMERA] Low hero angle dolly tracking alongside, then whip pan to lead car.
[STYLE] Hollywood racing film, warm golden grade, motion blur on wheels. 24fps.[SUBJECT] Same fighter throughout: young woman, white gi, black belt, determined expression.
[ACTION] Fluid kata sequence — rising block, stepping side kick, spinning back fist.
[CAMERA] Full-body wide shot, then cut to close-up of fist impact in slow motion.
[STYLE] Maintain identical lighting, clothing, and facial features in every frame. Zero flicker.| Model | Endpoint | Use Case |
|---|---|---|
| Text-to-Video | Generate from Director Brief |
| Image-to-Video | Animate 1–9 reference images |
| Extend Video | Continue a v2.0 generated video |
muapi