[Yandex Cloud documentation](../../../index.md) > [Yandex Cloud Video](../../index.md) > Video Player > Player presets > Selecting a preset

# Selecting a player preset

## Video template

To change the default template assigned to a given video at the channel level:

{% list tabs group=instructions %}

- Cloud Video UI {#console}

  1. Open the Cloud Video [home page](https://video.yandex.cloud/).
  1. Select a channel.
  1. On the ![image](../../../_assets/console-icons/circle-play.svg) **Video** tab, click ![image](../../../_assets/console-icons/ellipsis.svg) in the row with the video and select **Edit**.
  1. Pick a template from the **Player preset** list.
  1. Click **Save**.

- API {#api}

  Use the [update](../../api-ref/Video/update.md) REST API method for the [Video](../../api-ref/Video/index.md) resource or the [VideoService/Update](../../api-ref/grpc/Video/update.md) gRPC API call by providing the `style_preset_id` parameter.

{% endlist %}

## Playlist template

To change the default template assigned to a given playlist at the channel level:

{% list tabs group=instructions %}

- Cloud Video UI {#console}

  1. Open the Cloud Video [home page](https://video.yandex.cloud/).
  1. Select a channel.
  1. On the ![image](../../../_assets/console-icons/bars-play.svg) **Playlists** tab, click ![image](../../../_assets/console-icons/ellipsis.svg) in the row with the playlist and select **Edit**.
  1. Pick a template from the **Player preset** list.
  1. Click **Save**.

- API {#api}

  Use the [update](../../api-ref/Playlist/update.md) REST API method for the [Playlist](../../api-ref/Playlist/index.md) resource or the [PlaylistService/Update](../../api-ref/grpc/Playlist/update.md) gRPC API call by providing the `style_preset_id` parameter.

{% endlist %}

A single template will apply to all videos in the playlist, even if a different template was assigned to one of the videos.

#### Useful links {#see-also}

* [Editing a video](../video/update.md)
* [Creating a player preset](create.md)
* [Updating or duplicating a player preset](update.md)
* [Setting a default player preset](set-default.md)