> 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.1/toolbox/events/video/onvideofinish.md).

# On Video Finish

## Overview

![The On Video Finish Node.](/files/nWVGSpc36YxViI4SBAk2)

**On Video Finish** is an **Event Listener Node** that gives the user a way to perform an action once a video ends, such as repeating the video. The video can be added through the file library to the right.

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

## Attributes

![The On Video Finish Node Attributes.](/files/G3NZLh0TvnR50wxOUeUU)

| Attribute | Type         | Description                                                                                                       |
| --------- | ------------ | ----------------------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **Video** that triggers the **Logic Branch** on ending, if none is given in the `Object ID` **Input Socket**. |

## Inputs

| Input           | Type         | Description                                                                        |
| --------------- | ------------ | ---------------------------------------------------------------------------------- |
| `Object ID`     | **ObjectID** | The **Video** that triggers the **Logic Branch** on ending.                        |
| `Subscribe` (►) | **Pulse**    | An **Input Pulse** that needs to be triggered to start listening to the **Event**. |

## 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. |
| `Object ID`        | **ObjectID** | The **Video** received as **Input**.                                                                                                   |

## See Also

* [**On Video Play**](/incari-studio/2022.1/toolbox/events/video/onvideoplay.md)
* [**Video**](/incari-studio/2022.1/toolbox/events/video.md)
* [**Events**](/incari-studio/2022.1/toolbox/events.md)
