Amazon Elastic Transcoder · JSON Structure

Amazon Elastic Transcoder Clip Structure

Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.

Type: object Properties: 1
Amazon Web ServicesMediaTranscodingVideo

Clip is a JSON Structure definition published by Amazon Elastic Transcoder, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

TimeSpan

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-elastic-transcoder/refs/heads/main/json-structure/amazon-elastic-transcoder-clip-structure.json",
  "name": "Clip",
  "description": "Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.",
  "type": "object",
  "properties": {
    "TimeSpan": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimeSpan"
        },
        {
          "description": "Settings that determine when a clip begins and how long it lasts."
        }
      ]
    }
  },
  "deprecated": true
}