

지원 종료 공지: 2025년 11월 13일에 AWS 는 Amazon Elastic Transcoder에 대한 지원을 중단합니다. 2025년 11월 13일 이후에는 더 이상 Elastic Transcoder 콘솔 또는 Elastic Transcoder 리소스에 액세스할 수 없습니다.

로 전환하는 방법에 대한 자세한 내용은이 [블로그 게시물](https://aws.amazon.com/blogs/media/how-to-migrate-workflows-from-amazon-elastic-transcoder-to-aws-elemental-mediaconvert/)을 AWS Elemental MediaConvert참조하십시오.

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

# 크기 조정 정책 및 종횡비
<a name="aspect-ratios"></a>

다음 표에 나와 있는 것처럼 선택한 **Sizing Policy**는 Elastic Transcoder가 출력 이미지에 적용하는 조정에 영향을 미칩니다.


| 크기 조정 정책 | 출력 이미지가 확대될 수 있음 | 패딩 정책이 "Pad"일 경우 출력 이미지가 패딩될 수 있음 | 출력 이미지의 픽셀 종횡비가 입력 이미지와 다를 수 있음 | 출력 이미지가 잘릴 수 있음 | 
| --- | --- | --- | --- | --- | 
| **Fit** | 예 | 예 |   |   | 
| **Fill** | 예 |   |   | 예 | 
| **Stretch** | 예 |   | 예 |   | 
| **Keep** |   | 예 |   | 예 | 
| **ShrinkToFit** |   | 예 |   |   | 
| **ShrinkToFill** |   | 예 |   | 예 | 

## 종횡비 썸네일
<a name="ratio-thumbnails"></a>

다음 표에서는 **Sizing Policy**, **Padding Policy**, **Max Height**, **Max Width**가 상호 작용하여 출력 이미지를 변경하는 방법을 보여 줍니다.

**Topics**
+ [Fit](#fit-ratio)
+ [Fill](#fill-ratio)
+ [Stretch](#stretch-ratio)
+ [Keep](#keep-ratio)
+ [Shrink to Fit](#shrink-to-fit-ratio)
+ [Shrink to Fill](#shrink-to-fill-ratio)

### Fit
<a name="fit-ratio"></a>

**Sizing Policy**로 **Fit**을 선택하면 Elastic Transcoder는 출력 이미지의 크기를 초과하지 않고 출력 이미지의 크기에 맞을 때까지 입력 파일의 크기를 조정합니다.

예를 들어 입력 파일이 `200`픽셀 x `200`픽셀이고 출력 이미지를 `300`픽셀 x `400`픽셀로 하려는 경우, Elastic Transcoder는 파일의 크기를 `300`픽셀 x `300`픽셀로 늘리고 파일 양쪽에 패딩 정책을 적용합니다. **Padding Policy**로 **Unpadded**를 선택하면 Elastic Transcoder는 `300`픽셀 x `300`픽셀 파일을 출력으로 반환합니다. **Padded**를 선택하면 Elastic Transcoder는 출력의 양쪽에 `50`픽셀의 패딩을 추가하고, `300`픽셀 x `400`픽셀 파일을 반환합니다.

**Key(키)**

![\[종횡비 키\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/key.png)



| Condition | 입력 | 출력: NoPad | 출력: Pad | 
| --- | --- | --- | --- | 
| 입력 너비 **<** 최대 출력 너비 입력 높이 **<** 최대 출력 높이 | ![\[Blue user icon with dimensions labeled: 200x200 inner square, 300x400 outer rectangle.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input1-thumb.png) | ![\[Blue figure icon with size dimensions labeled around it: 400 width, 300 height, 200 top and left.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit1-unpadded-thumb.png) | ![\[Diagram showing a blue figure icon centered within a frame with dimensions labeled.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit1-padded-thumb.png) | 
| 입력 너비 **<** 최대 출력 너비 입력 높이 **>** 최대 출력 높이 | ![\[Blue pawn-shaped figure on a checkered background with red measurement lines.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input2-thumb.png) | ![\[Diagram showing a blue figure centered in a 400x200 pixel area with surrounding measurements.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit2-unpadded-thumb.png) | ![\[Diagram showing a blue figure centered within a white rectangle surrounded by black bars.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit2-padded-thumb.png) | 
| 입력 너비 **>** 최대 출력 너비 입력 높이 **<** 최대 출력 높이 | ![\[Blue user icon centered within a rectangular frame with dimensions labeled.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input3-thumb.png) | ![\[Diagram showing a rectangle with dimensions 400x300 inside a larger 500x200 area.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit3-unpadded-thumb.png) | ![\[Diagram showing dimensions of a rectangle: 500 width, 400 height, with inner area of 300x200.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit3-padded-thumb.png) | 
| 입력 너비 **>** 최대 출력 너비 입력 높이 **>** 최대 출력 높이 | ![\[Blue silhouette icon of a person within a red square frame on a grid background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input4-thumb.png) | ![\[Blue 3D figure resembling a snowman or stacked spheres centered in a square frame.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit4-unpadded-thumb.png) | ![\[Blue 3D snowman-like figure centered within nested squares on a checkered background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit4-padded-thumb.png) | 

### Fill
<a name="fill-ratio"></a>

**Sizing Policy**로 **Fill**을 선택하면 Elastic Transcoder는 출력 이미지의 크기를 채울 때까지 입력 파일의 크기를 조정하고 출력 이미지 크기를 초과하는 모든 것을 잘라냅니다.

예를 들어 입력 파일이 `200`픽셀 x `200`픽셀이고 출력 이미지를 `300`픽셀 x `400`픽셀로 하려는 경우, Elastic Transcoder는 입력의 크기를 `400`픽셀 x `400`픽셀로 늘리고, 상단 및 하단을 `50`픽셀씩 잘라낸 후, `300`픽셀 x `400`픽셀 파일을 반환합니다. Elastic Transcoder는 **Fill** 정책에 패딩을 사용하지 않습니다.

**Key(키)**

![\[종횡비 키\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/key.png)



| Condition | 입력 | 출력: NoPad | 출력: Pad | 
| --- | --- | --- | --- | 
| 입력 너비 **<** 최대 출력 너비 입력 높이 **<** 최대 출력 높이 | ![\[Blue user icon with dimensions labeled: 200x200 inner square, 300x400 outer rectangle.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input1-thumb.png) | ![\[Blue figure icon with dimensions and sizing information overlaid on a checkered background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fill1-thumb.png) | ![\[Blue figure icon with dimensions and sizing information overlaid on a checkered background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fill1-thumb.png) | 
| 입력 너비 **<** 최대 출력 너비 입력 높이 **>** 최대 출력 높이 | ![\[Blue pawn-shaped figure on a checkered background with red measurement lines.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input2-thumb.png) | ![\[Diagram showing a blue figure with dimensions: 200 height, 300 width, 400 total height.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fill2-thumb.png) | ![\[Diagram showing a blue figure with dimensions: 200 height, 300 width, 400 total height.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fill2-thumb.png) | 
| 입력 너비 **>** 최대 출력 너비 입력 높이 **<** 최대 출력 높이 | ![\[Blue user icon centered within a rectangular frame with dimensions labeled.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input3-thumb.png) | ![\[Blue hourglass-shaped icon with numerical values indicating dimensions around it.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fill3-thumb.png) | ![\[Blue hourglass-shaped icon with numerical values indicating dimensions around it.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fill3-thumb.png) | 
| 입력 너비 **>** 최대 출력 너비 입력 높이 **>** 최대 출력 높이 | ![\[Blue silhouette icon of a person within a red square frame on a grid background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input4-thumb.png) | ![\[Blue 3D figure centered in a square frame with measurement indicators on the sides.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fill4-thumb.png) | ![\[Blue 3D figure centered in a square frame with measurement indicators on the sides.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fill4-thumb.png) | 

### Stretch
<a name="stretch-ratio"></a>

**Sizing Policy**로 **Stretch**를 선택하면 Elastic Transcoder는 출력 파일의 크기와 일치할 때까지 입력 파일을 늘리거나 줄입니다.

예를 들어 입력 파일이 `200`픽셀 x `200`픽셀이고 출력 이미지를 `300`픽셀 x `400`픽셀로 하려는 경우 Elastic Transcoder는 입력의 크기를 `300`픽셀 x `400`픽셀로 늘려 출력 이미지의 비율을 바꿉니다. Elastic Transcoder는 **Stretch** 정책에 패딩이나 크롭을 사용하지 않습니다.

**Key(키)**

![\[종횡비 키\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/key.png)



| Condition | 입력 | 출력: NoPad | 출력: Pad | 
| --- | --- | --- | --- | 
| 입력 너비 **<** 최대 출력 너비 입력 높이 **<** 최대 출력 높이 | ![\[Blue user icon with dimensions labeled: 200x200 inner square, 300x400 outer rectangle.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input1-thumb.png) | ![\[Blue 3D object resembling a chess pawn piece with dimensions labeled around it.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/stretch1-thumb.png) | ![\[Blue 3D object resembling a chess pawn piece with dimensions labeled around it.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/stretch1-thumb.png) | 
| 입력 너비 **<** 최대 출력 너비 입력 높이 **>** 최대 출력 높이 | ![\[Blue pawn-shaped figure on a checkered background with red measurement lines.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input2-thumb.png) | ![\[Diagram showing dimensions of a blue cylindrical object on a checkered background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/stretch2-thumb.png) | ![\[Diagram showing dimensions of a blue cylindrical object on a checkered background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/stretch2-thumb.png) | 
| 입력 너비 **>** 최대 출력 너비 입력 높이 **<** 최대 출력 높이 | ![\[Blue user icon centered within a rectangular frame with dimensions labeled.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input3-thumb.png) | ![\[Diagram showing a blue bowling pin shape centered within nested rectangles and numerical labels.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/stretch3-thumb.png) | ![\[Diagram showing a blue bowling pin shape centered within nested rectangles and numerical labels.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/stretch3-thumb.png) | 
| 입력 너비 **>** 최대 출력 너비 입력 높이 **>** 최대 출력 높이 | ![\[Blue silhouette icon of a person within a red square frame on a grid background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input4-thumb.png) | ![\[Blue 3D figure resembling a snowman or stacked spheres centered in a square frame.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/stretch4-thumb.png) | ![\[Blue 3D figure resembling a snowman or stacked spheres centered in a square frame.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/stretch4-thumb.png) | 

### Keep
<a name="keep-ratio"></a>

**Sizing Policy**로 **Keep**을 선택하면 Elastic Transcoder는 입력 파일의 크기를 조정하지 않습니다. Elastic Transcoder는 출력 이미지의 크기와 일치할 때까지 입력 파일을 자르거나 패딩합니다.

예를 들어 입력 파일이 `400`픽셀 x `200`픽셀이고 출력 이미지를 `300`픽셀 x `300`픽셀로 하려는 경우, Elastic Transcoder는 상단 및 하단에서 `100`픽셀씩 잘라낸 후 양쪽에 패딩 정책을 적용합니다. **Padding Policy**로 **Unpadded**를 선택하면 Elastic Transcoder는 `300`픽셀 x `200`픽셀의 출력 파일을 반환합니다. **Padded**를 선택하면 Elastic Transcoder는 `300`픽셀 x `300`픽셀 파일을 반환합니다.

**Key(키)**

![\[종횡비 키\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/key.png)



| Condition | 입력 | 출력: NoPad | 출력: Pad | 
| --- | --- | --- | --- | 
| 입력 너비 **<** 최대 출력 너비 입력 높이 **<** 최대 출력 높이 | ![\[Blue user icon with dimensions labeled: 200x200 inner square, 300x400 outer rectangle.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input1-thumb.png) | ![\[Diagram showing a blue user icon surrounded by numbered dimensions: 200, 300, and 400.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep1-unpadded-thumb.png) | ![\[Diagram showing a centered image with dimensions labeled: 200x200 inner, 400x300 outer.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep1-padded-thumb.png) | 
| 입력 너비 **<** 최대 출력 너비 입력 높이 **>** 최대 출력 높이 | ![\[Blue pawn-shaped figure on a checkered background with red measurement lines.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input2-thumb.png) | ![\[Blue figure icon with dimensions and grid background indicating size specifications.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep2-unpadded-thumb.png) | ![\[Blue figure icon with dimensions and measurements indicated around it.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep2-padded-thumb.png) | 
| 입력 너비 **>** 최대 출력 너비 입력 높이 **<** 최대 출력 높이 | ![\[Blue user icon centered within a rectangular frame with dimensions labeled.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input3-thumb.png) | ![\[Diagram showing a blue user icon centered within nested rectangles with labeled dimensions.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep3-unpadded-thumb.png) | ![\[Diagram showing image dimensions: 500 width, 400 height, with 200 left and 300 right margins.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep3-padded-thumb.png) | 
| 입력 너비 **>** 최대 출력 너비 입력 높이 **>** 최대 출력 높이 | ![\[Blue silhouette icon of a person within a red square frame on a grid background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input4-thumb.png) | ![\[Blue figure icon centered within red square frame on checkered background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep4-thumb.png) | ![\[Blue figure icon centered within red square frame on checkered background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep4-thumb.png) | 

### Shrink to Fit
<a name="shrink-to-fit-ratio"></a>

**Sizing Policy**로 **Shrink to Fit**을 선택하면 Elastic Transcoder는 출력 이미지의 크기를 초과하지 않고 출력 파일의 크기에 맞을 때까지 입력 파일의 크기를 줄입니다. 입력 파일이 출력 이미지보다 작은 경우 Elastic Transcoder는 파일의 크기를 늘리지 않습니다.

예를 들어 입력 파일이 `400`픽셀 x `400`픽셀이고 출력 이미지를 `200`픽셀 x `300`픽셀로 하려는 경우, Elastic Transcoder는 입력을 `200`픽셀 x `200`픽셀로 축소하고 패딩 정책을 적용합니다. **Padding Policy**로 **Unpadded**를 선택하면 Elastic Transcoder는 `200`픽셀 x `200`픽셀 파일을 출력으로 반환합니다. **Padded**를 선택하면 Elastic Transcoder는 출력의 양쪽에 `50`픽셀의 패딩을 추가하고, `300`픽셀 x `300`픽셀 파일을 반환합니다.

**Key(키)**

![\[종횡비 키\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/key.png)



| Condition | 입력 | 출력: NoPad | 출력: Pad | 
| --- | --- | --- | --- | 
| 입력 너비 **<** 최대 출력 너비 입력 높이 **<** 최대 출력 높이 | ![\[Blue user icon with dimensions labeled: 200x200 inner square, 300x400 outer rectangle.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input1-thumb.png) | ![\[Diagram showing a blue user icon surrounded by numbered dimensions: 200, 300, and 400.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep1-unpadded-thumb.png) | ![\[Diagram showing a centered image with dimensions labeled: 200x200 inner, 400x300 outer.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep1-padded-thumb.png) | 
| 입력 너비 **<** 최대 출력 너비 입력 높이 **>** 최대 출력 높이 | ![\[Blue pawn-shaped figure on a checkered background with red measurement lines.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input2-thumb.png) | ![\[Diagram showing a blue figure centered in a 400x200 pixel area with surrounding measurements.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit2-unpadded-thumb.png) | ![\[Diagram showing a blue figure centered within a white rectangle surrounded by black bars.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit2-padded-thumb.png) | 
| 입력 너비 **>** 최대 출력 너비 입력 높이 **<** 최대 출력 높이 | ![\[Blue user icon centered within a rectangular frame with dimensions labeled.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input3-thumb.png) | ![\[Diagram showing a rectangle with dimensions 400x300 inside a larger 500x200 area.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit3-unpadded-thumb.png) | ![\[Diagram showing dimensions of a rectangle: 500 width, 400 height, with inner area of 300x200.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit3-padded-thumb.png) | 
| 입력 너비 **>** 최대 출력 너비 입력 높이 **>** 최대 출력 높이 | ![\[Blue silhouette icon of a person within a red square frame on a grid background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input4-thumb.png) | ![\[Blue 3D figure resembling a snowman or stacked spheres centered in a square frame.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit4-unpadded-thumb.png) | ![\[Blue 3D snowman-like figure centered within nested squares on a checkered background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fit4-padded-thumb.png) | 

### Shrink to Fill
<a name="shrink-to-fill-ratio"></a>

**Sizing Policy**로 **Shrink to Fill**을 선택하면 Elastic Transcoder는 출력 이미지의 크기를 채울 때까지 입력 파일의 크기를 줄이고, 출력 이미지에 맞지 않는 것은 잘라내고, 패딩 정책을 적용합니다. 출력 이미지가 입력 파일보다 큰 경우 Elastic Transcoder는 파일의 크기를 늘리지 않습니다.

예를 들어 입력 파일이 `400`픽셀 x `200`픽셀이고 출력 이미지를 `200`픽셀 x `300`픽셀로 하려는 경우, Elastic Transcoder 는 양쪽에서 `100`픽셀을 자른 후, 파일의 상단 및 하단에 패딩 정책을 적용합니다. **Padding Policy**로 **Unpadded**를 선택하면 Elastic Transcoder는 `200`픽셀 x `200`픽셀의 출력 파일을 반환합니다. **Padded**를 선택하면 Elastic Transcoder는 `200`픽셀 x `300`픽셀 파일을 반환합니다.

**Key(키)**

![\[종횡비 키\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/key.png)



| Condition | 입력 | 출력: NoPad | 출력: Pad | 
| --- | --- | --- | --- | 
| 입력 너비 **<** 최대 출력 너비 입력 높이 **<** 최대 출력 높이 | ![\[Blue user icon with dimensions labeled: 200x200 inner square, 300x400 outer rectangle.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input1-thumb.png) | ![\[Diagram showing a blue user icon surrounded by numbered dimensions: 200, 300, and 400.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep1-unpadded-thumb.png) | ![\[Diagram showing a centered image with dimensions labeled: 200x200 inner, 400x300 outer.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep1-padded-thumb.png) | 
| 입력 너비 **<** 최대 출력 너비 입력 높이 **>** 최대 출력 높이 | ![\[Blue pawn-shaped figure on a checkered background with red measurement lines.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input2-thumb.png) | ![\[Blue figure icon with dimensions and grid background indicating size specifications.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep2-unpadded-thumb.png) | ![\[Blue figure icon with dimensions and measurements indicated around it.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep2-padded-thumb.png) | 
| 입력 너비 **>** 최대 출력 너비 입력 높이 **<** 최대 출력 높이 | ![\[Blue user icon centered within a rectangular frame with dimensions labeled.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input3-thumb.png) | ![\[Diagram showing a blue user icon centered within nested rectangles with labeled dimensions.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep3-unpadded-thumb.png) | ![\[Diagram showing image dimensions: 500 width, 400 height, with 200 left and 300 right margins.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/keep3-padded-thumb.png) | 
| 입력 너비 **>** 최대 출력 너비 입력 높이 **>** 최대 출력 높이 | ![\[Blue silhouette icon of a person within a red square frame on a grid background.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/input4-thumb.png) | ![\[Blue 3D figure centered in a square frame with measurement indicators on the sides.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fill4-thumb.png) | ![\[Blue 3D figure centered in a square frame with measurement indicators on the sides.\]](http://docs.aws.amazon.com/ko_kr/elastictranscoder/latest/developerguide/images/fill4-thumb.png) | 