CodecProfile

Defines a codec profile with optional limitations.
{
  "type": "AudioCodec",
  "name": "mp3",
  "limitations": [
    { "name": "audioBitrate", "comparison": "LessThanEqual", "value": "320000", "required": true }
  ]
}
FieldTypeReq.OpenS.Details
typestringYesYesThe type of codec profile. Currently only AudioCodec is supported.
namestringYesYesThe name of the codec (e.g., mp3, flac). Only a single value is accepted.
limitationsLimitation[]NoYesA list of limitations for this codec.
Last modified July 15, 2025: Add new transcoding extension (41aa469)