IMSC input captions (as part of an IMF source) - MediaConvert
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

IMSC input captions (as part of an IMF source)

AWS Elemental MediaConvert supports IMSC as an input captions format either as a sidecar file or as part of an IMF source. If your input IMSC captions are in a sidecar file, see IMSC, SCC, SMPTE-TT, SRT, STL, TTML (sidecar) input captions.

When your input IMSC captions are part of an IMF source, you don't specify the source file for IMSC captions. That information is in the CPL file that you specify for your job input. For restrictions on IMSC support, see IMSC captions support in AWS Elemental MediaConvert.

Number of captions selectors for IMSC

Create one captions selector per track.

Track number

Specify which captions you want by providing a track number. The track numbers correspond to the order that the tracks appear in the CPL file. For example, if your CPL file lists your French captions first, set Track number to 1 to specify the French captions.

In your JSON job specification

If you use the API or an SDK, you can find these settings in the JSON file of your job. These settings are under Inputs, as in the following example:

"Inputs": [ { ... "CaptionSelectors": { "Captions Selector 1": { "SourceSettings": { "SourceType": "IMSC", "TrackSourceSettings": { "TrackNumber": 1 } } }, "Captions Selector 2": { "SourceSettings": { "SourceType": "IMSC", "TrackSourceSettings": { "TrackNumber": 4 } } }, ...