Trim Video

Cut video by absolute time, relative offset (seconds or frames), keep first/last N seconds, or smart-loop-cut to find the cleanest loop boundary.

Overview

The Trim Video node extracts or shapes a section of video. Six modes:

Configuration

Field Type Default Description
Trim Mode Select time One of the six modes above
Start Time (s) Number 0 Start position in seconds (time mode)
End Time (s) Number End position in seconds (time mode)
Trim from start (s) Number 0 Seconds trimmed from the start (seconds mode)
Trim from end (s) Number 0 Seconds trimmed from the end (seconds mode)
Keep first (s) Number Output is the first N seconds (keep-first-seconds mode)
Keep last (s) Number Output is the last N seconds (keep-last-seconds mode)
Trim Start Frames Number 0 Frames trimmed from the start (frames mode)
Trim End Frames Number 0 Frames trimmed from the end (frames mode)
Lookback Window (frames) Number 16 Trailing-frame search window (2-64), smart-loop-cut mode
Output Silent Video Checkbox off Strip audio from the trimmed clip — single output is silent

Inputs & Outputs

Inputs: Video (required) Outputs: Single trimmed video clip — silent when “Output Silent Video” is enabled, otherwise audio is preserved.

Credit Cost

Trim Video is dynamically priced based on output length:

Examples:

Configuration Output Credits
Time mode, 0–10s 10s 2
Seconds mode on a 30s clip, trim 2+3 25s 5
Keep first 8s of a 20s clip 8s 2
Keep last 10s of a 30s clip 10s 2
Frames mode on a 10s clip, trim 24+24 frames ~8s 2
Smart loop cut on a 10s clip, lookback 16 ≤10s 3

The Run button shows the live estimate. When the upstream isn’t generated yet, an 8-second fallback is used.

Best Practices

Common Use Cases

Tips