All Products
Search
Document Center

ApsaraVideo VOD:Transcoding tasks

Last Updated:Aug 22, 2023

This topic provides examples on how to use the API operations of the transcoding task module. The API operations are encapsulated in ApsaraVideo VOD SDK for Java. You can call the API operations to query the transcoding summaries, transcoding tasks, and details of a transcoding task.

Usage notes

  • For more information about the request and response parameters of API operations, visit OpenAPI Explorer and find the documentation of the API operation in the left-side navigation pane.

  • To obtain sample code of the SDK, visit OpenAPI Explorer. On the OpenAPI Explorer page, specify the request parameters on the Parameters tab and initiate a call. Then, view and download the sample code in a specific language on the SDK Sample Code tab.

Initialize a client

Before you use the SDK, initialize a client. For more information, see Initialization.

Query transcoding summaries of videos

You can call the GetTranscodeSummary operation to query the transcoding summaries of videos.

Click GetTranscodeSummary to learn more about this API operation.

Query transcoding tasks

You can call the ListTranscodeTask operation to query transcoding tasks.

Click ListTranscodeTask to learn more about this API operation.

Query details of a transcoding task

You can call the GetTranscodeTask operation to query details of a transcoding task.

Click GetTranscodeTask to learn more about this API operation.