Output file names and paths - MediaConvert
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Output file names and paths

The EventBridge job COMPLETE notification includes details about your output in JSON. This information includes the file names and paths for the outputs of the job—including manifests and media assets.

The files that AWS Elemental MediaConvert creates depends on the output groups that you set up in the job. For example, DASH ISO packages contain an .mpd manifest and .mp4 media fragment files.

You can find output file name and path information in the following properties:

playlistFilePaths

A list of the Amazon S3 file paths to the top-level manifests.

outputFilePaths

The file path to either the media or the manifest, depending on the output group type.

type

The type of output group, which determines what files are listed in the playlistFilePaths and outputFilePaths.

The following table summarizes the values for these properties, depending on the output group type.

Type playlistFilePaths outputFilePaths
FILE_GROUP (standard output) not returned

File name and path of the media file.

Example: s3://DOC-EXAMPLE-BUCKET/file/file.mp4

FILE_GROUP (with additional frame capture output) not returned

File name and path of the final captured image.

Example: s3://DOC-EXAMPLE-BUCKET/frameoutput/file.0000036.jpg

HLS_GROUP

File name and path of the top-level manifest.

Example: s3://DOC-EXAMPLE-BUCKET/hls/main.m3u8

File name and path of the manifests for the individual outputs.

Examples:

  • s3://DOC-EXAMPLE-BUCKET/hls/mainv1.m3u8

  • s3://DOC-EXAMPLE-BUCKET/hls/mainv2.m3u8

DASH_ISO_GROUP

File name and path of the manifest.

Example: s3://DOC-EXAMPLE-BUCKET/dash/1.mpd

not returned
CMAF_GROUP

File name and path for each of the top-level manifests.

Examples:

  • s3://DOC-EXAMPLE-BUCKET/cmaf/1.mpd

  • s3://DOC-EXAMPLE-BUCKET/cmaf/1.m3u8

not returned
MS_SMOOTH_GROUP

File name and path of the server-side manifest.

Example: s3://DOC-EXAMPLE-BUCKET/smooth/1.ism

File name and path of the video manifests for each of the individual outputs.

Examples:

  • s3://DOC-EXAMPLE-BUCKET/smooth/1_va.ismv

  • s3://DOC-EXAMPLE-BUCKET/smooth/2_va.ismv

For sample responses in JSON for each output group type, see the following topics: