# Extract Video Frame

### Summary

The Extract Video Frame Node captures a single frame from a video and outputs it as a still image. Specify the exact moment using a frame number or timecode, and the node extracts that frame for use in downstream image nodes. It's the bridge between your video and image workflows.

***

### How to Use

1. Add the Node:
   * Click the Add (+) button and select Extract Video Frame from the Video node category.
2. Connect a Video:
   * Link a video from another node (such as Generate Video, Import, or Extend).
3. Set the Frame:
   * Enter a Frame number or a Timecode (format: HH:MM:SS) to specify exactly which moment to extract.
4. Run:
   * The node outputs the extracted frame as a still image, ready to connect to any image node downstream.

***

### Choosing the Right Settings

| Setting  | Type                           | Impact on Output                                                                                                            |
| -------- | ------------------------------ | --------------------------------------------------------------------------------------------------------------------------- |
| Frame    | Number Input (default: 1)      | Specifies which frame to extract by its sequence number. Frame 1 is the first frame of the video.                           |
| Timecode | Time Input (default: 00:00:00) | Specifies which frame to extract by timestamp. Useful when you know the exact moment you want rather than the frame number. |

***


---

# Agent Instructions: 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:

```
GET https://help.imagine.art/workflows/video-nodes/extract-video-frame.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
