<aside> πŸ› 

Nudge Segment Cuts to Land on Word Boundaries β€” No More Mid-Word Slices


Video Analysis produces highlight segments with start/end times inferred by an LLM β€” but those timestamps often fall right in the middle of a spoken word. Snap Segments to Speech fixes that: it reads a word-timed transcript and nudges each segment's start_sec / end_sec to the nearest word edge (within a max distance you set). Feed the refined JSON into Video Trim and clips no longer start or end mid-syllable. A single Advanced control (max snap distance in seconds) keeps the whole thing under your control.

</aside>


What it does

Snap Segments to Speech is a JSON refinement tool that sits between Video Analysis and Video Trim in the highlight pipeline. It takes:

…and outputs a new segments JSON where each segment's boundaries have been snapped to the closest word edge in the transcript, up to a configurable maximum snap distance. The result: when the refined JSON drives Video Trim downstream, clips start and end on clean word boundaries β€” no mid-word audio, no half-cut consonants.

Problem it solves

Input/Output

<aside>

<aside>

Configuration Options

Advanced Options