> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/workflows/video-nodes/video-trimmer.md).

# Video Trimmer

### Summary

The Video Trimmer Node lets you cut a video down to a specific portion using a visual timeline editor. Preview the clip directly inside the node, drag the trim handles to set your start and end points, and output only the segment you want. It's the fastest way to remove unwanted sections before passing a clip to downstream nodes.

***

### How to Use

1. Add the Node:
   * Click the Add (+) button and select Video Trimmer from the Video node category.
2. Connect a Video:
   * Link a video from another node (such as Generate Video, Import, or Extend). The clip will appear in the built-in preview player.
3. Set Your Trim Range:
   * Use the timeline strip at the bottom to drag the start and end handles to your desired segment. The preview player and time-codes update in real time so you can see exactly what you're keeping.
4. Run:
   * Click Run, and the node outputs only the trimmed portion of the video.

***

### Node Controls

| Control        | Description                                                                                                                |
| -------------- | -------------------------------------------------------------------------------------------------------------------------- |
| Preview Player | Play back the video directly inside the node to find the right moment. Includes a play/pause button and audio mute toggle. |
| Timeline Strip | A frame-by-frame filmstrip of the full video. Drag the start and end handles to define the trim range.                     |
| Timecodes      | Displays the start time, current playhead position, and end time of the selected range.                                    |
| Trim Presets   | Quick-action buttons for common trims trim start, trim both ends, or trim end.                                             |
| Undo / Redo    | Step back or forward through your trim adjustments.                                                                        |

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.imagine.art/workflows/video-nodes/video-trimmer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
