class Aws::MediaConvert::Types::CaptionSourceSettings
If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file, specify the URI of the input captions source file. If your input captions are IMSC in an IMF package, use TrackSourceSettings
instead of FileSoureSettings.
@note When making an API call, you may pass CaptionSourceSettings
data as a hash: { ancillary_source_settings: { convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED source_ancillary_channel_number: 1, terminate_captions: "END_OF_INPUT", # accepts END_OF_INPUT, DISABLED }, dvb_sub_source_settings: { pid: 1, }, embedded_source_settings: { convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED source_608_channel_number: 1, source_608_track_number: 1, terminate_captions: "END_OF_INPUT", # accepts END_OF_INPUT, DISABLED }, file_source_settings: { convert_608_to_708: "UPCONVERT", # accepts UPCONVERT, DISABLED framerate: { framerate_denominator: 1, framerate_numerator: 1, }, source_file: "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTTHttpsSccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTXmlXMLSmiSMIVttVTTWebvttWEBVTT", time_delta: 1, }, source_type: "ANCILLARY", # accepts ANCILLARY, DVB_SUB, EMBEDDED, SCTE20, SCC, TTML, STL, SRT, SMI, SMPTE_TT, TELETEXT, NULL_SOURCE, IMSC, WEBVTT teletext_source_settings: { page_number: "__stringMin3Max3Pattern1809aFAF09aEAE", }, track_source_settings: { track_number: 1, }, webvtt_hls_source_settings: { rendition_group_id: "__string", rendition_language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG rendition_name: "__string", }, }
@!attribute [rw] ancillary_source_settings
Settings for ancillary captions source. @return [Types::AncillarySourceSettings]
@!attribute [rw] dvb_sub_source_settings
DVB Sub Source Settings @return [Types::DvbSubSourceSettings]
@!attribute [rw] embedded_source_settings
Settings for embedded captions Source @return [Types::EmbeddedSourceSettings]
@!attribute [rw] file_source_settings
If your input captions are SCC, SMI, SRT, STL, TTML, WebVTT, or IMSC 1.1 in an xml file, specify the URI of the input caption source file. If your caption source is IMSC in an IMF package, use TrackSourceSettings instead of FileSoureSettings. @return [Types::FileSourceSettings]
@!attribute [rw] source_type
Use Source (SourceType) to identify the format of your input captions. The service cannot auto-detect caption format. @return [String]
@!attribute [rw] teletext_source_settings
Settings specific to Teletext caption sources, including Page number. @return [Types::TeletextSourceSettings]
@!attribute [rw] track_source_settings
Settings specific to caption sources that are specified by track number. Currently, this is only IMSC captions in an IMF package. If your caption source is IMSC 1.1 in a separate xml file, use FileSourceSettings instead of TrackSourceSettings. @return [Types::TrackSourceSettings]
@!attribute [rw] webvtt_hls_source_settings
Settings specific to WebVTT sources in HLS alternative rendition group. Specify the properties (renditionGroupId, renditionName or renditionLanguageCode) to identify the unique subtitle track among the alternative rendition groups present in the HLS manifest. If no unique track is found, or multiple tracks match the specified properties, the job fails. If there is only one subtitle track in the rendition group, the settings can be left empty and the default subtitle track will be chosen. If your caption source is a sidecar file, use FileSourceSettings instead of WebvttHlsSourceSettings. @return [Types::WebvttHlsSourceSettings]
@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/CaptionSourceSettings AWS API Documentation
Constants
- SENSITIVE