|
6891 | 6891 | "shape": "__integerMin0", |
6892 | 6892 | "locationName": "yPosition", |
6893 | 6893 | "documentation": "Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output. All burn-in and DVB-Sub font settings must match." |
| 6894 | + }, |
| 6895 | + "SubtitleRows": { |
| 6896 | + "shape": "BurnInDestinationSubtitleRows", |
| 6897 | + "locationName": "subtitleRows", |
| 6898 | + "documentation": "Applies only when the input captions are Teletext and the output captions are DVB-Sub or Burn-In. Choose the number of lines for the captions bitmap. The captions bitmap is 700 wide × 576 high and will be laid over the video. For example, a value of 16 divides the bitmap into 16 lines, with each line 36 pixels high (16 × 36 = 576). The default is 24 (24 pixels high). Enter the same number in every encode in every output that converts the same Teletext source to DVB-Sub or Burn-in." |
6894 | 6899 | } |
6895 | 6900 | }, |
6896 | 6901 | "documentation": "Burn In Destination Settings" |
|
9777 | 9782 | "shape": "__integerMin0", |
9778 | 9783 | "locationName": "yPosition", |
9779 | 9784 | "documentation": "Specifies the vertical position of the caption relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the caption will be positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded or teletext. These source settings are already pre-defined by the caption stream. All burn-in and DVB-Sub font settings must match." |
| 9785 | + }, |
| 9786 | + "SubtitleRows": { |
| 9787 | + "shape": "DvbSubDestinationSubtitleRows", |
| 9788 | + "locationName": "subtitleRows", |
| 9789 | + "documentation": "Applies only when the input captions are Teletext and the output captions are DVB-Sub or Burn-In. Choose the number of lines for the captions bitmap. The captions bitmap is 700 wide × 576 high and will be laid over the video. For example, a value of 16 divides the bitmap into 16 lines, with each line 36 pixels high (16 × 36 = 576). The default is 24 (24 pixels high). Enter the same number in every encode in every output that converts the same Teletext source to DVB-Sub or Burn-in." |
9780 | 9790 | } |
9781 | 9791 | }, |
9782 | 9792 | "documentation": "Dvb Sub Destination Settings" |
|
29303 | 29313 | "shape": "AdditionalDestinations" |
29304 | 29314 | }, |
29305 | 29315 | "documentation": "Placeholder documentation for __listOfAdditionalDestinations" |
| 29316 | + }, |
| 29317 | + "BurnInDestinationSubtitleRows": { |
| 29318 | + "type": "string", |
| 29319 | + "documentation": "Burn In Destination Subtitle Rows", |
| 29320 | + "enum": [ |
| 29321 | + "ROWS_16", |
| 29322 | + "ROWS_20", |
| 29323 | + "ROWS_24" |
| 29324 | + ] |
| 29325 | + }, |
| 29326 | + "DvbSubDestinationSubtitleRows": { |
| 29327 | + "type": "string", |
| 29328 | + "documentation": "Dvb Sub Destination Subtitle Rows", |
| 29329 | + "enum": [ |
| 29330 | + "ROWS_16", |
| 29331 | + "ROWS_20", |
| 29332 | + "ROWS_24" |
| 29333 | + ] |
29306 | 29334 | } |
29307 | 29335 | }, |
29308 | 29336 | "documentation": "API for AWS Elemental MediaLive" |
|
0 commit comments