Create a job

Media Services logo v3


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

The article shows how to create a Media Services job using different methods.

Job - A request to Media Services to apply a transform to a given input video or audio content. Once a transform has been created, you can submit jobs using Media Services APIs, or any of the published SDKs. A job specifies information like the location of the input video and the location for the output. You can specify the location of your input video using: HTTPS URLs, SAS URLs, or assets.

Prerequisites

Create a Media Services account.

Create a job in the portal

  1. Navigate to the Media Services account you want to work with.
  2. Select Transforms + jobs from the menu.
  3. Select the transform you want to use for the job. The transform screen will appear.
  4. Select Add job. The Create a job screen will appear.
  5. For the Input source, the Asset radio button should be selected by default. If not, select it now.
  6. Select Select an existing asset. The Select an asset screen will appear.
  7. Select one of the assets in the list. You can only select one at a time for the job.
  8. Select the Use existing radio button.
  9. Select a transform from the Transform dropdown list.
  10. Under Configure output, default settings will be auto-Spopulated. You can leave them as they are or change them.
  11. Select Create.
  12. Select Transforms + Jobs.
  13. You'll see the name of the transform you chose for the job. Select the transform to see the status of the job.
  14. Select the job listed under Name in the table of jobs. The job detail screen will open.
  15. Select the output asset from the Outputs list. The asset screen will open.
  16. Select the link for the asset next to Storage container. A new browser tab will open and You'll see the results of the job that used the transform. There should be several files in the output asset including:
    1. Encoded video files with.mpi and .mp4 extensions.
    2. A XXXX_metadata.json file.
    3. A XXXX_manifest.json file.
    4. A XXXX_.ism file.
    5. A XXXX.isc file.
    6. A ThumbnailXXXX.jpg file.