FileSourceSettings
public struct FileSourceSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert (UPCONVERT), MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.
Declaration
Swift
public let convert608To708: FileSourceConvert608To708?
-
Ignore this setting unless your input captions format is SCC. To have the service compensate for differing frame rates between your input captions and input video, specify the frame rate of the captions file. Specify this value as a fraction, using the settings Framerate numerator (framerateNumerator) and Framerate denominator (framerateDenominator). For example, you might specify 24 / 1 for 24 fps, 25 / 1 for 25 fps, 24000 / 1001 for 23.976 fps, or 30000 / 1001 for 29.97 fps.
Declaration
Swift
public let framerate: CaptionSourceFramerate?
-
External caption file used for loading captions. Accepted file extensions are ‘scc’, ‘ttml’, ‘dfxp’, ‘stl’, ‘srt’, ‘xml’, and ‘smi’.
Declaration
Swift
public let sourceFile: String?
-
Specifies a time delta in seconds to offset the captions from the source file.
Declaration
Swift
public let timeDelta: Int?
-
Undocumented
Declaration
Swift
public init(convert608To708: FileSourceConvert608To708? = nil, framerate: CaptionSourceFramerate? = nil, sourceFile: String? = nil, timeDelta: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws