<aside> πŸ› 

Turn a Video Into an Image List β€” with Sampling and Frame-Count Controls


The opening step for any frame-by-frame video workflow: decode a video into an image list. Choose whether you want every frame or every Nth frame (for timelapses, previews, or lightweight processing), and cap the maximum number of frames to keep long videos from producing runaway lists. Pairs directly with Video Reassemble to close the loop, and with List Extract / List Inject to work on individual frames in the middle.

</aside>


What it does

Video Split reads an input video and emits an image list β€” one image per frame you want to keep. Two sliders control what actually makes it into the list:

Every image tool in the studio can then be applied to that list (batch-style or one-at-a-time via List Extract), and the finished list can be encoded back to video with Video Reassemble

Problem it solves

Input/Output

<aside>

</aside>

<aside>

</aside>

Configuration Options