> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2022.2/toolbox/incari/video/seekvideo.md).

# Seek Video

## Overview

![The Seek Video Node.](/files/EKVneEIQdqdA2GNcHXfm)

The **Seek Video** **Node** can be used to move to a certain timeframe of a specified video by providing a variable for the `Frame Number`.

[**Scope**](/incari-studio/2022.2/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Seek Video Node Attributes.](/files/vwQCbtlA28Z6kbDF7tvF)

| Attribute | Type         | Description            |
| --------- | ------------ | ---------------------- |
| `Object`  | **ObjectID** | The target **Object**. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the target **Object**.                                      |
| `Frame Number`    | **Int**      | The timeframe of the video the user wishes to reference.              |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**Play Media**](/incari-studio/2022.2/toolbox/incari/media/playmedia.md)
* [**Pause Media**](/incari-studio/2022.2/toolbox/incari/media/pausemedia.md)
* [**Stop Media**](/incari-studio/2022.2/toolbox/incari/media/stopmedia.md)
* [**Is Media Playing**](/incari-studio/2022.2/toolbox/incari/media/ismediaplaying.md)
