MediaConvertOutputDetail

Updated at:

Parameter

Type

Description

Example

object

The details for the output of a MediaConvert task.

Status

string

The task status. Valid values:

  • Init: Initializing the task.

  • Scheduled: The task is scheduled for processing.

  • Success: The task is completed.

  • Failed: The task failed.

  • Skipped: The task was skipped.

Success

TaskId

string

The task ID.

******4215e042b3966ca5441e******

Message

string

The reason for a task failure.

The resource operated InputFile is bad

FinishTime

string

The time the output task finished, in UTC format (yyyy-MM-ddTHH:mm:ssZ)

2024-12-07T13:01:07Z

CreateTime

string

The time the output task was created, in UTC format (yyyy-MM-ddTHH:mm:ssZ)

2024-12-07T06:06:58Z

Code

string

The error code for a failed task.

InvalidParameter.ResourceContentBad

Name

string

The name of the output.

720P-mp4

Result

object

The detailed output results.

OutputFile

object

Details about the generated output file.

Type

string

The type of the output file. Valid values:

  • OSS: an Object Storage Service (OSS) object.

  • Media: a media asset.

OSS

Media

string

The value depends on the Type field:

  • If Type is set to OSS, the value is the URL of the output file. The following formats are supported: oss://... and https://...

  • If Type is set to Media, the value is the ID of the media asset.

oss://bucket/path/to/video.mp4

Url

string

If Type is set to Media, this field provides the actual storage URL of the media asset.

oss://bucket/path/to/video.mp4

OutFileMeta MediaConvertOutputDetailFileMeta

The metadata of the audio and video streams.