Create a transform

Media Services logo v3


AMS website | Media Services v2 documentation | Code Samples | Troubleshooting guide

The Azure CLI script in this article shows how to create a transform. Transforms describe a simple workflow of tasks for processing your video or audio files (often referred to as a "recipe"). You should always check if a Transform with desired name and "recipe" already exist. If it does, you should reuse it.

Prerequisites

Create a Media Services account.

Methods

You can use the following methods to create a transform.

Create a transform with the portal

  1. Navigate to the Media Service account you want to work with.
  2. Select Transforms + jobs.
  3. Select Add transform. The Add transform screen will appear.
  4. Enter a transform name in the Transform name field.
  5. Select the Encoding radio button.
  6. Select the prest you want to use from the Built-in preset name dropdown list.
  7. Select Add.