Amazon MediaConvert · JSON Structure

Mediaconvert Api Input Deblock Filter Structure

Enable Deblock (InputDeblockFilter) to produce smoother motion in the output. Default is disabled. Only manually controllable for MPEG2 and uncompressed video inputs.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

InputDeblockFilter 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-input-deblock-filter-structure.json",
  "name": "InputDeblockFilter",
  "type": "string",
  "description": "Enable Deblock (InputDeblockFilter) to produce smoother motion in the output. Default is disabled. Only manually controllable for MPEG2 and uncompressed video inputs.",
  "enum": [
    "ENABLED",
    "DISABLED"
  ]
}