<aside> ๐Ÿ› 

Turn an Image List Back Into a Video


The finishing step for any frame-by-frame video pipeline: take an image list and reassemble it into a video. Set the output frame rate (or leave it to fall back to the source fps) and go. Completes the classic Extract โ†’ Process โ†’ Inject โ†’ Reassemble pattern โ€” the video comes in as frames, gets improved one image at a time by any of the image tools in the studio, and comes back out as a finished video.

</aside>


What it does

Video Reassemble takes an image list (from any list-producing upstream node โ€” a decoded video, a batch generation, an Extract โ†’ Inject pipeline, etc.) and encodes it back into a video. The images become sequential frames in list order. You set the Output frame rate; if the source video's fps is available upstream, it's used as the fallback default. The result: a single video file, ready to save, preview, or feed into video-level models (super-resolution, generation, etc.).

Problem it solves

Input/Output

<aside>

<aside>

ebf8274b-d767-4c55-8bae-10e545d3fe16.mp4

f7d2110f-47c5-4b7b-80fb-c6bbf2258357.mp4

</aside>

Configuration Options

How to Use

<aside>

  1. Prepare the image list โ†’ Set up whatever upstream flow produces the frames you want in the final video (decoded + processed video frames, curated image sequence, batch generation output, etc.)
  2. Connect the list โ†’ Wire the image list into Video Reassemble
  3. Set the frame rate โ†’ Drag the Output frame rate slider (or leave it to fall back to the source fps)
  4. Run Flow โ†’ All frames in the list are encoded as a video at the chosen fps and emitted as the output </aside>

Use Case Tips

For Frame-by-Frame Video Enhancement (Canonical Pattern):