|
15 | 15 | }(this, function () { |
16 | 16 |
|
17 | 17 | return { |
18 | | - "version": "11.31.1", |
| 18 | + "version": "11.33.0", |
19 | 19 | "parameters": { |
20 | 20 | "ar": { |
21 | 21 | "display_name": "aspect ratio", |
@@ -3668,7 +3668,8 @@ return { |
3668 | 3668 | "possible_values": [ |
3669 | 3669 | "auto", |
3670 | 3670 | "color", |
3671 | | - "alpha" |
| 3671 | + "alpha", |
| 3672 | + "colorunlessalpha" |
3672 | 3673 | ] |
3673 | 3674 | } |
3674 | 3675 | ], |
@@ -4157,6 +4158,145 @@ return { |
4157 | 4158 | "url": "https://docs.imgix.com/apis/rendering/adjustment/vibrance", |
4158 | 4159 | "short_description": "Adjusts the vibrance of an image." |
4159 | 4160 | }, |
| 4161 | + "video-bitrate": { |
| 4162 | + "display_name": "video bitrate", |
| 4163 | + "category": "video-rendering", |
| 4164 | + "available_in": [ |
| 4165 | + "url", |
| 4166 | + "graph", |
| 4167 | + "output" |
| 4168 | + ], |
| 4169 | + "expects": [ |
| 4170 | + { |
| 4171 | + "type": "string", |
| 4172 | + "possible_values": [ |
| 4173 | + "1m", |
| 4174 | + "2m", |
| 4175 | + "3m", |
| 4176 | + "4m", |
| 4177 | + "5m" |
| 4178 | + ] |
| 4179 | + } |
| 4180 | + ], |
| 4181 | + "url": "https://docs.imgix.com/apis/rendering/video-rendering/video-bitrate", |
| 4182 | + "short_description": "Specifies the bitrate for a video to use." |
| 4183 | + }, |
| 4184 | + "video-clip-start": { |
| 4185 | + "display_name": "video clip", |
| 4186 | + "category": "video rendering", |
| 4187 | + "available_in": [ |
| 4188 | + "url", |
| 4189 | + "graph" |
| 4190 | + ], |
| 4191 | + "expects": [ |
| 4192 | + { |
| 4193 | + "type": "integer", |
| 4194 | + "suggested_range": { |
| 4195 | + "min": 1 |
| 4196 | + } |
| 4197 | + }, |
| 4198 | + { |
| 4199 | + "type": "interval", |
| 4200 | + "lower_bound": { |
| 4201 | + "type": "integer", |
| 4202 | + "suggested_range": { |
| 4203 | + "min": 1 |
| 4204 | + }, |
| 4205 | + "required": false |
| 4206 | + }, |
| 4207 | + "upper_bound": { |
| 4208 | + "type": "integer", |
| 4209 | + "suggested_range": { |
| 4210 | + "min": 1 |
| 4211 | + }, |
| 4212 | + "required": false |
| 4213 | + } |
| 4214 | + } |
| 4215 | + ], |
| 4216 | + "url": "https://docs.imgix.com/apis/rendering/video-rendering/video-clip", |
| 4217 | + "short_description": "Specifies the start time for a video clip." |
| 4218 | + }, |
| 4219 | + "video-clip-end": { |
| 4220 | + "display_name": "video clip", |
| 4221 | + "category": "video rendering", |
| 4222 | + "available_in": [ |
| 4223 | + "url", |
| 4224 | + "graph" |
| 4225 | + ], |
| 4226 | + "expects": [ |
| 4227 | + { |
| 4228 | + "type": "integer", |
| 4229 | + "suggested_range": { |
| 4230 | + "min": 1 |
| 4231 | + } |
| 4232 | + }, |
| 4233 | + { |
| 4234 | + "type": "interval", |
| 4235 | + "lower_bound": { |
| 4236 | + "type": "integer", |
| 4237 | + "suggested_range": { |
| 4238 | + "min": 1 |
| 4239 | + }, |
| 4240 | + "required": false |
| 4241 | + }, |
| 4242 | + "upper_bound": { |
| 4243 | + "type": "integer", |
| 4244 | + "suggested_range": { |
| 4245 | + "min": 1 |
| 4246 | + }, |
| 4247 | + "required": false |
| 4248 | + } |
| 4249 | + } |
| 4250 | + ], |
| 4251 | + "url": "https://docs.imgix.com/apis/rendering/video-rendering/video-clip", |
| 4252 | + "short_description": "Specifies the end time for a video clip." |
| 4253 | + }, |
| 4254 | + "video-codec": { |
| 4255 | + "display_name": "video codec", |
| 4256 | + "category": "video-rendering", |
| 4257 | + "available_in": [ |
| 4258 | + "url", |
| 4259 | + "graph", |
| 4260 | + "output" |
| 4261 | + ], |
| 4262 | + "expects": [ |
| 4263 | + { |
| 4264 | + "type": "string", |
| 4265 | + "possible_values": [ |
| 4266 | + "av1", |
| 4267 | + "h264", |
| 4268 | + "h265" |
| 4269 | + ] |
| 4270 | + } |
| 4271 | + ], |
| 4272 | + "depends": [ |
| 4273 | + "fm=mp4" |
| 4274 | + ], |
| 4275 | + "short_description": "Specifies the video codec to use, av1, h264, or h265." |
| 4276 | + }, |
| 4277 | + "video-thumbnail": { |
| 4278 | + "display_name": "video thumbnail", |
| 4279 | + "category": "video-rendering", |
| 4280 | + "available_in": [ |
| 4281 | + "url", |
| 4282 | + "graph", |
| 4283 | + "output" |
| 4284 | + ], |
| 4285 | + "expects": [ |
| 4286 | + { |
| 4287 | + "type": "integer" |
| 4288 | + }, |
| 4289 | + { |
| 4290 | + "type": "string", |
| 4291 | + "possible_values": [ |
| 4292 | + "auto" |
| 4293 | + ] |
| 4294 | + } |
| 4295 | + ], |
| 4296 | + "default": "auto", |
| 4297 | + "url": "https://docs.imgix.com/apis/rendering/video-rendering/video-thumbnail", |
| 4298 | + "short_description": "Outputs a thumbnail from a video file." |
| 4299 | + }, |
4160 | 4300 | "w": { |
4161 | 4301 | "display_name": "image width", |
4162 | 4302 | "category": "size", |
|
0 commit comments