Limitation

Defines a limitation for a codec profile.
{
  "name": "audioBitrate",
  "comparison": "LessThanEqual",
  "value": "320000",
  "required": true
}
FieldTypeReq.OpenS.Details
namestringYesThe name of the limitation. Can be audioChannels, audioBitrate, audioProfile, audioSamplerate, or audioBitdepth.
comparisonstringYesThe comparison operator. Can be Equals, NotEquals, LessThanEqual, GreaterThanEqual, EqualsAny, or NotEqualsAny.
valuestringYesThe value to compare against. For EqualsAny and NotEqualsAny, this should be a pipe-separated (|) list of values (e.g., 44100|48000).
requiredbooleanYesWhether this limitation must be met.
Last modified July 15, 2025: Add new transcoding extension (41aa469)