Amazon MediaConvert · JSON Structure

Mediaconvert Api File Source Time Delta Units Structure

When you use the setting Time delta (TimeDelta) to adjust the sync between your sidecar captions and your video, use this setting to specify the units for the delta that you specify. When you don't specify a value for Time delta units (TimeDeltaUnits), MediaConvert uses seconds by default.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

FileSourceTimeDeltaUnits is a JSON Structure definition published by Amazon MediaConvert. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-file-source-time-delta-units-structure.json",
  "name": "FileSourceTimeDeltaUnits",
  "type": "string",
  "description": "When you use the setting Time delta (TimeDelta) to adjust the sync between your sidecar captions and your video, use this setting to specify the units for the delta that you specify. When you don't specify a value for Time delta units (TimeDeltaUnits), MediaConvert uses seconds by default.",
  "enum": [
    "SECONDS",
    "MILLISECONDS"
  ]
}