Inputs
- Video: The input video to trim.
Video nodes provide tools for manipulating video files directly within your node graph. Use them to clip, trim, and prepare video data for downstream processing.
Inputs
Widgets
Outputs
Trims a video to a specific frame range using FFmpeg. The node converts the frame range to timestamps based on the source video’s FPS, then re-encodes the clip as an H.264 MP4 with AAC audio.
Set End Frame to 0 to automatically trim to the end of the video.
| Widget | Type | Default | Description |
|---|---|---|---|
| Start Frame | Int | 0 | The first frame to include in the output clip. |
| End Frame | Int | 0 | The last frame to include. 0 means trim to the end of the video. |