> 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/extract-video-frame.md).

# 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
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/extract-video-frame.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.
