|
8964 | 8964 | "shape": "TimecodeBurninSettings",
|
8965 | 8965 | "locationName": "timecodeBurninSettings",
|
8966 | 8966 | "documentation": "Timecode burn-in settings"
|
| 8967 | + }, |
| 8968 | + "MvOverPictureBoundaries": { |
| 8969 | + "shape": "H265MvOverPictureBoundaries", |
| 8970 | + "locationName": "mvOverPictureBoundaries", |
| 8971 | + "documentation": "If you are setting up the picture as a tile, you must set this to \"disabled\". In all other configurations, you typically enter \"enabled\"." |
| 8972 | + }, |
| 8973 | + "MvTemporalPredictor": { |
| 8974 | + "shape": "H265MvTemporalPredictor", |
| 8975 | + "locationName": "mvTemporalPredictor", |
| 8976 | + "documentation": "If you are setting up the picture as a tile, you must set this to \"disabled\". In other configurations, you typically enter \"enabled\"." |
| 8977 | + }, |
| 8978 | + "TileHeight": { |
| 8979 | + "shape": "__integerMin64Max2160", |
| 8980 | + "locationName": "tileHeight", |
| 8981 | + "documentation": "Set this field to set up the picture as a tile. You must also set tileWidth.\nThe tile height must result in 22 or fewer rows in the frame. The tile width\nmust result in 20 or fewer columns in the frame. And finally, the product of the\ncolumn count and row count must be 64 of less.\nIf the tile width and height are specified, MediaLive will override the video\ncodec slices field with a value that MediaLive calculates" |
| 8982 | + }, |
| 8983 | + "TilePadding": { |
| 8984 | + "shape": "H265TilePadding", |
| 8985 | + "locationName": "tilePadding", |
| 8986 | + "documentation": "Set to \"padded\" to force MediaLive to add padding to the frame, to obtain a frame that is a whole multiple of the tile size.\nIf you are setting up the picture as a tile, you must enter \"padded\".\nIn all other configurations, you typically enter \"none\"." |
| 8987 | + }, |
| 8988 | + "TileWidth": { |
| 8989 | + "shape": "__integerMin256Max3840", |
| 8990 | + "locationName": "tileWidth", |
| 8991 | + "documentation": "Set this field to set up the picture as a tile. See tileHeight for more information." |
| 8992 | + }, |
| 8993 | + "TreeblockSize": { |
| 8994 | + "shape": "H265TreeblockSize", |
| 8995 | + "locationName": "treeblockSize", |
| 8996 | + "documentation": "Select the tree block size used for encoding. If you enter \"auto\", the encoder will pick the best size. If you are setting up the picture as a tile, you must set this to 32x32. In all other configurations, you typically enter \"auto\"." |
8967 | 8997 | }
|
8968 | 8998 | },
|
8969 | 8999 | "documentation": "H265 Settings",
|
|
18128 | 18158 | "shape": "ChannelPipelineIdToRestart"
|
18129 | 18159 | },
|
18130 | 18160 | "documentation": "Placeholder documentation for __listOfChannelPipelineIdToRestart"
|
| 18161 | + }, |
| 18162 | + "H265MvOverPictureBoundaries": { |
| 18163 | + "type": "string", |
| 18164 | + "documentation": "H265 Mv Over Picture Boundaries", |
| 18165 | + "enum": [ |
| 18166 | + "DISABLED", |
| 18167 | + "ENABLED" |
| 18168 | + ] |
| 18169 | + }, |
| 18170 | + "H265MvTemporalPredictor": { |
| 18171 | + "type": "string", |
| 18172 | + "documentation": "H265 Mv Temporal Predictor", |
| 18173 | + "enum": [ |
| 18174 | + "DISABLED", |
| 18175 | + "ENABLED" |
| 18176 | + ] |
| 18177 | + }, |
| 18178 | + "H265TilePadding": { |
| 18179 | + "type": "string", |
| 18180 | + "documentation": "H265 Tile Padding", |
| 18181 | + "enum": [ |
| 18182 | + "NONE", |
| 18183 | + "PADDED" |
| 18184 | + ] |
| 18185 | + }, |
| 18186 | + "H265TreeblockSize": { |
| 18187 | + "type": "string", |
| 18188 | + "documentation": "H265 Treeblock Size", |
| 18189 | + "enum": [ |
| 18190 | + "AUTO", |
| 18191 | + "TREE_SIZE_32X32" |
| 18192 | + ] |
| 18193 | + }, |
| 18194 | + "__integerMin256Max3840": { |
| 18195 | + "type": "integer", |
| 18196 | + "min": 256, |
| 18197 | + "max": 3840, |
| 18198 | + "documentation": "Placeholder documentation for __integerMin256Max3840" |
| 18199 | + }, |
| 18200 | + "__integerMin64Max2160": { |
| 18201 | + "type": "integer", |
| 18202 | + "min": 64, |
| 18203 | + "max": 2160, |
| 18204 | + "documentation": "Placeholder documentation for __integerMin64Max2160" |
18131 | 18205 | }
|
18132 | 18206 | },
|
18133 | 18207 | "documentation": "API for AWS Elemental MediaLive"
|
|
0 commit comments