---
url: /api/core/texture/functions/loadVideoTexture.md
---
# loadVideoTexture()

```ts
function loadVideoTexture(
  src: string,
  params?: LoadVideoParams,
): ImageTextureParams<HTMLVideoElement>;
```

Loads a video from a URL and returns [ImageTextureParams](../type-aliases/ImageTextureParams.md).

## Parameters

### src

`string`

URL of the video.

### params?

[`LoadVideoParams`](../type-aliases/LoadVideoParams.md)

Additional video loading options.

## Returns

[`ImageTextureParams`](../type-aliases/ImageTextureParams.md)<`HTMLVideoElement`>
