image-to-cinematic-video

Generate multi-scene cinematic videos from a single image using Seedance clips and FFmpeg.

7|2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/MRWillisT/PullNexus --skill image-to-cinematic-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-to-cinematic-video
Source: https://github.com/MRWillisT/PullNexus/tree/main/skills/image-to-cinematic-video
Command: npx skills add https://github.com/MRWillisT/PullNexus --skill image-to-cinematic-video

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of turning a still image (or a prompt) into a coherent multi-scene cinematic video concept without manually coordinating prompts, scene continuity, frame extraction, stitching, and hosting.

Core Features & Use Cases

  • End-to-end cinematic pipeline: generates/ingests a source image, produces multiple video scenes, extracts continuity frames, stitches clips into one final MP4, and records a reproducible manifest.
  • CHAIN and PARALLEL continuity modes: supports sequential “one long take” continuity (via last-frame chaining) and montage-style parallel generation (shared first frame).
  • Production-validated workflow: uses generate_image with authenticated byte fetching, uploads only to uguu.se for reliable serving, applies the verified Seedance filename handling workaround, and uses FFmpeg xfade for final transitions.
  • Use cases: storyboard pre-visualization, marketing-style product reveals, cinematic opener concepts, and briefings for video AI tools like Runway/Kling/Sora via structured outputs.

Quick Start

Use the image-to-cinematic-video skill to create a 3–5 scene cinematic video by chaining scenes from the last frame continuity of the generated/uploaded starting image.

Frequently Asked Questions about image-to-cinematic-video

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

FAQPage Schema
How do I turn a single image into a multi-scene cinematic video?

To turn a single image into a multi-scene cinematic video, this Skill generates sequential Seedance clips, extracts the last frame of each scene for continuity, and stitches the MP4s together using FFmpeg xfade transitions.

What is the difference between CHAIN and PARALLEL modes for image-to-video generation?

In image-to-video generation, CHAIN mode creates sequential "one long take" continuity by using the last frame of a clip to start the next, while PARALLEL mode generates montage-style scenes sharing the same first frame.

Can I use a text prompt instead of an image to generate a storyboard video?

Yes, you can generate a storyboard video from a text prompt. The pipeline uses generate_image to create a source image from your prompt, then produces multiple video scenes and records a reproducible manifest.

How do I crossfade and stitch multiple MP4 clips into one final video?

To crossfade and stitch MP4 clips into one final video, the pipeline extracts continuity frames between scenes and applies FFmpeg xfade transitions, uploading intermediate frames and the final output to uguu.se.

Does generating a cinematic video require any specific image hosting or uploading steps?

Generating a cinematic video requires uploading only to uguu.se for reliable serving. The workflow also uses authenticated image-byte fetching with generate_image and passes relative Seedance filenames.

What is the best way to plan continuous long-take shots for video AI tools?

The best way to plan continuous long-take shots is using CHAIN mode, which extracts the last frame of each generated Seedance clip to maintain visual continuity across sequential scenes for production-ready shot planning.