Ziggeo's transcoding system lets you specify different resolutions for transcoding. For each resolution, you can also specify the following advanced options:
- Ratio Strategy: The ratio strategy allows you to specify how the target aspect ratio should be adjusted in case it's different from the source aspect ratio:
- fixed: keep the target aspect ratio
- shrink: reduce one dimension of the target to match the source aspect ratio
- stretch: expand one dimension of the target to match the source aspect ratio
- Size Strategy: The size strategy explains how and whether the target size should be adjusted depending on the source size:
- keep: keep the target size
- shrink: shrink the target size when the target size is greater than the source size
- stretch: expand the target size when the target size is smaller than the source size
- Shrink Strategy: The shrink strategy explains how a larger source video should be fitted inside a smaller target video:
- shrink-pad: Shrink to fit and pad to match the aspect ratio
- crop: Crop the video
- shrink-crop: Shrink to fit and crop to match the aspect ratio
- Stretch Strategy: The stretch strategy explains how a smaller source video should be fitted into a larger target video:
- pad: Pad the video
- stretch-pad: Stretch to fit and pad to match the aspect ratio
- stretch-crop: Stretch to fit and crop to match the aspect ratio
- Mixed Strategy: The mixed strategy explains how a source video where one side is larger and one size is smaller than the target video should be fitted:
- shrink-pad: Shrink to fit and pad to match the aspect ratio
- stretch-crop: Stretch to fit and crop to match the aspect ratio
- crop-pad: Crop and pad the video
- Ziggeo handles Audio Normalization