<aside> πŸ› 

Cut a Video into Highlight Clips β€” Driven by an Analysis JSON


Take a source video and a highlight-segments JSON (produced by an upstream Video Analysis node) and cut the video into a list of clips β€” one per highlight segment. Perfect for going from "long-form footage + LLM analysis" to "publishable short clips" in a single node. Optional per-clip padding (before/after) and a minimum-duration filter make the output clips clean and ready for downstream steps like Hook Teaser and Video Reassemble.

</aside>


What it does

Video Trim takes two inputs β€” a source video and a highlight-segments JSON (typically emitted by Video Analysis, containing start_sec / end_sec for each highlight) β€” and produces a list of video clips, one per segment described in the JSON. This is the physical cutting step that turns Video Analysis's description of highlights into actual, usable video files. Advanced controls let you pad each clip's boundaries (to avoid abrupt starts / ends) and filter out clips that would come out too short to be useful.

Problem it solves

Input/Output

<aside>

<aside>

Configuration Options

Advanced Options