Output file names and paths
The CloudWatch Events job COMPLETE
notification includes the
JobResult
response in JSON. This information includes the file
names and paths for the outputs of the job—including manifests as well as the
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 JobResult
response 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
andoutputFilePaths
.
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: |
FILE_GROUP (with additional frame capture
output) |
not returned |
File name and path of the final captured image Example:
|
HLS_GROUP |
File name and path of the top-level manifest Example: |
File name and path of the manifests for the individual outputs Examples:
|
DASH_ISO_GROUP |
File name and path of the manifest Example: |
not returned |
CMAF_GROUP |
File name and path for each of the top-level manifests Examples:
|
not returned |
MS_SMOOTH_GROUP |
File name and path of the server-side manifest Example: |
File name and path of the video manifests for each of the individual outputs Examples:
|
For
sample
JobResult
responses in JSON for each output group type, see the
following topics:
Topics