

终止支持通知：2025 年 11 月 13 日， AWS 我们将停止对亚马逊 Elastic Transcoder 的支持。2025 年 11 月 13 日之后，您将无法再访问 Elastic Transcoder 控制台或 Elastic Transcoder 资源。

有关过渡到的更多信息 AWS Elemental MediaConvert，请访问此[博客文章](https://aws.amazon.com/blogs/media/how-to-migrate-workflows-from-amazon-elastic-transcoder-to-aws-elemental-mediaconvert/)。

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 大小调整策略和宽高比
<a name="aspect-ratios"></a>

您选择的**大小调整策略**会影响 Elastic Transcoder 对您的输出图像的缩放，如下表所示。


| 大小调整策略 | 可能会放大输出图像 | 当填充策略为“Pad”时，可能会填充输出图像 | 输出图像可能具有与输入图像不同的像素宽高比 | 可能会裁切输出图像 | 
| --- | --- | --- | --- | --- | 
| **适应** | 支持 | 是 |   |   | 
| **填充** | 支持 |   |   | 是 | 
| **拉伸** | 支持 |   | 是 |   | 
| **保持** |   | 支持 |   | 是 | 
| **ShrinkToFit** |   | 是 |   |   | 
| **ShrinkToFill** |   | 是 |   | 是 | 

## 宽高比缩略图
<a name="ratio-thumbnails"></a>

下表展示了**大小调整策略**、**填充策略**、**最大高度**和**最大宽度**之间如何相互影响，以改变输出图像。

**Topics**
+ [适应](#fit-ratio)
+ [填充](#fill-ratio)
+ [拉伸](#stretch-ratio)
+ [保持](#keep-ratio)
+ [缩小以适应](#shrink-to-fit-ratio)
+ [缩小以填充](#shrink-to-fill-ratio)

### 适应
<a name="fit-ratio"></a>

如果您为**大小调整策略**选择**适应**，则 Elastic Transcoder 会对您的输入文件进行缩放，直到它可以放进输出图像的尺寸里，而不超出输出图像的尺寸。

例如，如果您的输入文件为 `200` x `200` 像素，而您希望获得一个 `300` x `400` 像素的输出图像，则 Elastic Transcoder 会将文件大小增加至 `300` x `300` 像素，并在文件两侧应用填充策略。如果您为**填充策略**选择**未填充**，则 Elastic Transcoder 会返回 `300` x `300` 像素的文件作为输出。如果您选择**已填充**，则 Elastic Transcoder 会在输出的两侧各增加 `50` 像素的填充，然后返回一个 `300` x `400` 像素的文件。

**密钥**

![\[宽高比密钥\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/key.png)



| 状况 | 输入 | 输出： NoPad | 输出：Pad | 
| --- | --- | --- | --- | 
| 输入宽度 **<** 最大输出宽度 输入高度 **<** 最大输出高度 | ![\[Blue user icon with dimensions labeled: 200x200 inner square, 300x400 outer rectangle.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/fit2-padded-thumb.png) | 
| 输入宽度 **>** 最大输出宽度 输入高度 **<** 最大输出高度 | ![\[Blue user icon centered within a rectangular frame with dimensions labeled.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/input3-thumb.png) | ![\[Diagram showing a rectangle with dimensions 400x300 inside a larger 500x200 area.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/fit4-padded-thumb.png) | 

### 填充
<a name="fill-ratio"></a>

如果您为**大小调整策略**选择**适应**，则 Elastic Transcoder 会对您的输入文件进行缩放，直到它可以填满输出图像的尺寸，并对超出输出图像尺寸的部分进行裁切。

例如，如果您的输入文件为 `200` x `200` 像素，而您希望获得一个 `300` x `400` 像素的输出图像，则 Elastic Transcoder 会将输入大小增加至 `400` x `400` 像素，从顶部和底部裁切 `50` 像素，然后返回 `300` x `400` 像素的文件。Elastic Transcoder 不会为**填充**策略使用填充。

**密钥**

![\[宽高比密钥\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/key.png)



| 状况 | 输入 | 输出： NoPad | 输出：Pad | 
| --- | --- | --- | --- | 
| 输入宽度 **<** 最大输出宽度 输入高度 **<** 最大输出高度 | ![\[Blue user icon with dimensions labeled: 200x200 inner square, 300x400 outer rectangle.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/fill1-thumb.png) | 
| 输入宽度 **<** 最大输出宽度 输入高度 **>** 最大输出高度 | ![\[Blue pawn-shaped figure on a checkered background with red measurement lines.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/fill2-thumb.png) | 
| 输入宽度 **>** 最大输出宽度 输入高度 **<** 最大输出高度 | ![\[Blue user icon centered within a rectangular frame with dimensions labeled.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/input3-thumb.png) | ![\[Blue hourglass-shaped icon with numerical values indicating dimensions around it.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/fill3-thumb.png) | ![\[Blue hourglass-shaped icon with numerical values indicating dimensions around it.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/fill4-thumb.png) | 

### 拉伸
<a name="stretch-ratio"></a>

如果您为**大小调整策略**选择**拉伸**，则 Elastic Transcoder 会拉伸或缩小输入文件，直到它与输出文件的尺寸相匹配。

例如，如果您的输入文件为 `200` x `200` 像素，而您希望获得一个 `300` x `400` 像素的输出图像，则 Elastic Transcoder 会将输入大小增加至 `300` x `400` 像素，导致输出图像的比例发生扭曲。Elastic Transcoder 不会为**拉伸**策略使用填充或裁切。

**密钥**

![\[宽高比密钥\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/key.png)



| 状况 | 输入 | 输出： NoPad | 输出：Pad | 
| --- | --- | --- | --- | 
| 输入宽度 **<** 最大输出宽度 输入高度 **<** 最大输出高度 | ![\[Blue user icon with dimensions labeled: 200x200 inner square, 300x400 outer rectangle.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/stretch1-thumb.png) | 
| 输入宽度 **<** 最大输出宽度 输入高度 **>** 最大输出高度 | ![\[Blue pawn-shaped figure on a checkered background with red measurement lines.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/input2-thumb.png) | ![\[Diagram showing dimensions of a blue cylindrical object on a checkered background.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/stretch2-thumb.png) | ![\[Diagram showing dimensions of a blue cylindrical object on a checkered background.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/stretch2-thumb.png) | 
| 输入宽度 **>** 最大输出宽度 输入高度 **<** 最大输出高度 | ![\[Blue user icon centered within a rectangular frame with dimensions labeled.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/stretch4-thumb.png) | 

### 保持
<a name="keep-ratio"></a>

如果您为**大小调整策略**选择**保持**，则 Elastic Transcoder 不会缩放您的输入文件。Elastic Transcoder 会裁切或填充输入文件，直到它与输出图像的尺寸相匹配。

例如，如果您的输入文件为 `400` x `200` 像素，而您希望获得一个 `300` x `300` 像素的输出图像，则 Elastic Transcoder 会从顶部和底部裁掉 `100` 像素，并在两侧应用填充策略。如果您为**填充策略**选择**未填充**，则 Elastic Transcoder 会返回 `300` x `200` 像素的输出文件。如果您选择**已填充**，则 Elastic Transcoder 会返回 `300` x `300` 像素的文件。

**密钥**

![\[宽高比密钥\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/key.png)



| 状况 | 输入 | 输出： NoPad | 输出：Pad | 
| --- | --- | --- | --- | 
| 输入宽度 **<** 最大输出宽度 输入高度 **<** 最大输出高度 | ![\[Blue user icon with dimensions labeled: 200x200 inner square, 300x400 outer rectangle.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/input2-thumb.png) | ![\[Blue figure icon with dimensions and grid background indicating size specifications.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/keep2-unpadded-thumb.png) | ![\[Blue figure icon with dimensions and measurements indicated around it.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/keep2-padded-thumb.png) | 
| 输入宽度 **>** 最大输出宽度 输入高度 **<** 最大输出高度 | ![\[Blue user icon centered within a rectangular frame with dimensions labeled.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/input4-thumb.png) | ![\[Blue figure icon centered within red square frame on checkered background.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/keep4-thumb.png) | ![\[Blue figure icon centered within red square frame on checkered background.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/keep4-thumb.png) | 

### 缩小以适应
<a name="shrink-to-fit-ratio"></a>

如果您为**大小调整策略**选择**缩小以适应**，则 Elastic Transcoder 会缩小您的输入文件的大小，直到它可以放进输出文件的尺寸里，而不超出输出图像的尺寸。如果您的输入文件小于输出图像，则 Elastic Transcoder 不会增加文件大小。

例如，如果您的输入文件为 `400` x `400` 像素，而您希望获得一个 `200` x `300` 像素的输出图像，则 Elastic Transcoder 会将输入缩小至 `200` x `200` 像素，然后应用填充策略。如果您为**填充策略**选择**未填充**，则 Elastic Transcoder 会返回 `200` x `200` 像素的文件作为输出。如果您选择**已填充**，则 Elastic Transcoder 会在输出的两侧各增加 `50` 像素的填充，然后返回一个 `300` x `300` 像素的文件。

**密钥**

![\[宽高比密钥\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/key.png)



| 状况 | 输入 | 输出： NoPad | 输出：Pad | 
| --- | --- | --- | --- | 
| 输入宽度 **<** 最大输出宽度 输入高度 **<** 最大输出高度 | ![\[Blue user icon with dimensions labeled: 200x200 inner square, 300x400 outer rectangle.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/fit2-padded-thumb.png) | 
| 输入宽度 **>** 最大输出宽度 输入高度 **<** 最大输出高度 | ![\[Blue user icon centered within a rectangular frame with dimensions labeled.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/input3-thumb.png) | ![\[Diagram showing a rectangle with dimensions 400x300 inside a larger 500x200 area.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/fit4-padded-thumb.png) | 

### 缩小以填充
<a name="shrink-to-fill-ratio"></a>

如果您为**大小调整策略**选择**缩小以填充**，则 Elastic Transcoder 会缩小输入文件的大小，直到它填满输出图像的尺寸，并对不能放入输出图像内的部分进行裁切，然后应用填充策略。如果您的输出图像大于输入文件，则 Elastic Transcoder 不会增加文件大小。

例如，如果您的输入文件为 `400` x `200` 像素，而您希望获得一个 `200` x `300` 像素的输出图像，则 Elastic Transcoder 会从两侧裁切 `100` 像素，并在文件的顶部和底部应用填充策略。如果您为**填充策略**选择**未填充**，则 Elastic Transcoder 会返回 `200` x `200` 像素的输出文件。如果您选择**已填充**，则 Elastic Transcoder 会返回 `200` x `300` 像素的文件。

**密钥**

![\[宽高比密钥\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/key.png)



| 状况 | 输入 | 输出： NoPad | 输出：Pad | 
| --- | --- | --- | --- | 
| 输入宽度 **<** 最大输出宽度 输入高度 **<** 最大输出高度 | ![\[Blue user icon with dimensions labeled: 200x200 inner square, 300x400 outer rectangle.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/input2-thumb.png) | ![\[Blue figure icon with dimensions and grid background indicating size specifications.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/keep2-unpadded-thumb.png) | ![\[Blue figure icon with dimensions and measurements indicated around it.\]](http://docs.aws.amazon.com/zh_cn/elastictranscoder/latest/developerguide/images/keep2-padded-thumb.png) | 
| 输入宽度 **>** 最大输出宽度 输入高度 **<** 最大输出高度 | ![\[Blue user icon centered within a rectangular frame with dimensions labeled.\]](http://docs.aws.amazon.com/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/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/zh_cn/elastictranscoder/latest/developerguide/images/fill4-thumb.png) | 