Amazon MediaLive · JSON Structure

Medialive Api Stop Timecode Structure

Settings to identify the end of the clip.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

StopTimecode is a JSON Structure definition published by Amazon MediaLive, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

LastFrameClippingBehavior Timecode

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-medialive/refs/heads/main/json-structure/medialive-api-stop-timecode-structure.json",
  "name": "StopTimecode",
  "type": "object",
  "description": "Settings to identify the end of the clip.",
  "properties": {
    "LastFrameClippingBehavior": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LastFrameClippingBehavior"
        },
        {
          "xml": {
            "name": "lastFrameClippingBehavior"
          },
          "description": "If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode."
        }
      ]
    },
    "Timecode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "timecode"
          },
          "description": "The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF."
        }
      ]
    }
  }
}