Skip to main content
Extract Video Frame pulls one frame from a video and outputs it as an image, ready to feed into image nodes.

When to use

  • Thumbnails
  • Still previews
  • Reference frames
Common pattern: upload_video → extract_video_frame → generate_image.

Inputs

Video
video
required
The video to extract a frame from. Required. Supports loop mode.

Outputs

Image
image
The extracted frame.

Configuration

frameSelection
string
default:"first"
Which frame to extract. One of first, middle, or last.
This node consumes credits per run.