<aside> 🛠

Front-Load a Video with a Preview of Its Own Best Moment


Grab attention in the first three seconds. Hook Teaser cuts a short preview from each clip's most engaging "hook moment" and prepends it to the very beginning of the video — the classic cold open trick used by TV shows, YouTube creators, TikTok / Reels editors, and trailer editors everywhere. Viewers see the payoff first, get hooked, and stay for the rest.

</aside>


What it does

Hook Teaser (Cold Open) takes a video clip (or a set of clips) plus a hook timestamp produced upstream by the Video Analysis node (Gemini-based LLM, hook_sec field), extracts a short teaser (default 3 seconds) starting from that hook moment, and prepends it to the front of the output video. The teaser plays first — cold-open style — then the full clip continues from the beginning. Audio and subtitle sync are preserved through the reassembly. Designed specifically to reduce the drop-off rate on short-form social platforms, where the first 2–3 seconds decide whether the viewer stays or scrolls away.

Problem it solves

Input/Output

<aside>

<aside>

Configuration Options

How to Use

<aside>

  1. Run Video Analysis → Route your source video through the Video Analysis node. Its JSON output describes highlight clips (start_sec, end_sec, title, hook, hook_sec, score). This step powers the clip selection but does not wire directly into Hook Teaser.
  2. Video Split guided by the JSON → Use Video Split (or another clip-selection step driven by the Video Analysis JSON) to produce a frame image list for the highlight clip you want to publish
  3. Connect the frame list to Hook Teaser → Wire the frame image list into Hook Teaser
  4. Set the teaser length → Drag the slider to how many seconds you want the cold-open teaser to be (default 3)
  5. Reassemble to video → Feed the Hook Teaser output into Video Reassemble to encode the final cold-open-style video, ready to publish </aside>

Use Case Tips