

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 출력 파일 이름 및 경로
<a name="output-file-names-and-paths"></a>

EventBridge 작업 `COMPLETE` 알림에는 JSON으로 출력된 결과에 대한 세부 정보가 포함됩니다. 이 정보에는 매니페스트, 미디어 애셋을 비롯한 작업 출력의 파일명과 경로가 포함됩니다.

가 AWS Elemental MediaConvert 생성하는 파일은 작업에서 설정한 출력 그룹에 따라 달라집니다. 예를 들어 DASH ISO 패키지에는 .mpd 매니페스트 및 .mp4 미디어 조각 파일이 포함되어 있습니다.

응답 정보의 다음 속성에서 출력 파일 이름 및 경로 정보를 찾을 수 있습니다.

`playlistFilePaths`  
다변량 재생 목록의 Amazon S3 파일 경로 목록입니다.

`outputFilePaths`  
미디어 또는 매니페스트의 파일 경로(출력 그룹 유형에 따라 다름).

`type`  
출력 그룹의 유형으로, `playlistFilePaths` 및 `outputFilePaths`에 나열되는 파일 결정.

다음 표에 출력 그룹 유형에 따라 이러한 속성의 값이 요약되어 있습니다.


| Type | playlistFilePaths | outputFilePaths | 
| --- | --- | --- | 
| FILE\_GROUP(표준 출력) | not returned(반환되지 않음) | 미디어 파일의 파일 이름 및 경로.<br />예제: `s3://amzn-s3-demo-bucket/file/file.mp4` | 
| FILE\_GROUP(추가 프레임 캡처 출력 있음) | not returned(반환되지 않음) | 캡처한 최종 이미지의 파일 이름 및 경로.<br />예제: `s3://amzn-s3-demo-bucket/frameoutput/file.0000036.jpg` | 
| HLS\_GROUP | 다변량 재생 목록의 파일 이름 및 경로입니다.<br />예제: `s3://amzn-s3-demo-bucket/hls/main.m3u8` | 개별 출력에 대한 매니페스트의 파일 이름 및 경로.<br />예제:[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/mediaconvert/latest/ug/output-file-names-and-paths.html) | 
| DASH\_ISO\_GROUP | 매니페스트의 파일 이름 및 경로.<br />예제: `s3://amzn-s3-demo-bucket/dash/1.mpd` | not returned(반환되지 않음) | 
| CMAF\_GROUP | 각 최상위 매니페스트의 파일 이름 및 경로.<br />예제:[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/mediaconvert/latest/ug/output-file-names-and-paths.html) | not returned(반환되지 않음) | 
| MS\_SMOOTH\_GROUP | 서버 측 매니페스트의 파일 이름 및 경로.<br />예제: `s3://amzn-s3-demo-bucket/smooth/1.ism` | 각 개별 출력에 대한 비디오 매니페스트의 파일 이름 및 경로.<br />예제:[See the AWS documentation website for more details](http://docs.aws.amazon.com/ko_kr/mediaconvert/latest/ug/output-file-names-and-paths.html) | 

각 출력 그룹 유형에 대한 JSON 형식의 샘플에 대한 응답은 다음 토픽을 참조하세요.

**Topics**
+ [파일 그룹](file-group.md)
+ [프레임 캡처 출력이 있는 파일 그룹](file-group-with-frame-capture-output.md)
+ [Apple HLS 그룹](apple-hls-group.md)
+ [DASH ISO 그룹](dash-iso-group.md)
+ [CMAF 그룹](cmaf-group.md)
+ [Microsoft Smooth Streaming 그룹](microsoft-smooth-streaming-group.md)