Skip to content

Video

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

  • Video: The input video to trim.

Widgets

  • Start Frame: First frame of the output clip.
  • End Frame: Last frame of the output clip (exclusive).

Outputs

  • Video: The trimmed output video.
  • log: Execution log string.

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.

WidgetTypeDefaultDescription
Start FrameInt0The first frame to include in the output clip.
End FrameInt0The last frame to include. 0 means trim to the end of the video.