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

# Updating or duplicating a player preset

## Updating a player preset {#update}

You can update the pre-installed `Default Style Preset` and `Summarization Style Preset` player presets or [create](create.md) your own preset.

{% 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/gear-play.svg) **Player template** tab, select the preset.
  1. In the **Template name** field, update the preset name.
  1. Under **Widget settings**:
     * Enable or disable relevant widgets.
     * Change their position in the player interface.
  1. Under **Style setup**:
     * Change the color scheme.
     * Set sizes of elements.
     * Configure other visual settings.
  
  1. Under **Logo settings**:
     1. Enable the **Show logo** option to display your logo over the video.
     1. Upload the logo image (2 MB or less) in JPG, PNG, or GIF format.
     1. Enable **Hide with player interface** for the logo to disappear together with player controls when the user is not interacting with the video.
     1. In the **Logo redirect link** field, add a URL that will open when the logo is clicked.
  
  1. Optionally, to see what the video and playlist will look like a separate window with the selected preset, click **View template in a separate window**.
  1. Click **Save**.

- API {#api}

  Use the [update](../../api-ref/StylePreset/update.md) REST API method for the [StylePreset](../../api-ref/StylePreset/index.md) resource or the [StylePresetService/Update](../../api-ref/grpc/StylePreset/update.md) gRPC API call.

{% endlist %}

## Duplicating a player preset {#duplicate}

{% 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/gear-play.svg) **Player template** tab, in the relevant preset row, click ![image](../../../_assets/console-icons/ellipsis.svg) and select **Duplicate**.
  1. The duplicate will appear in the preset list. Change the widget and style settings, if required.
  
- API {#api}

  To duplicate a preset:
  
  1. Get information about the existing preset using the [get](../../api-ref/StylePreset/get.md) REST API method for the [StylePreset](../../api-ref/StylePreset/index.md) resource or the [StylePresetService/Get](../../api-ref/grpc/StylePreset/get.md) gRPC API call.
  1. Create a new preset with the same parameters using the [create](../../api-ref/StylePreset/create.md) REST API method for the [StylePreset](../../api-ref/StylePreset/index.md) resource or the [StylePresetService/Create](../../api-ref/grpc/StylePreset/create.md) gRPC API call.

{% endlist %}

#### See also {#see-also}

* [Creating a player preset](create.md)
* [Deleting a player preset](delete.md)
* [Getting player preset information](get.md)
* [Setting a default player preset](set-default.md)