Module Values.AutomatedEncodingSettingsSource

Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.

Sourcetype nonrec t = {
  1. abrSettings : AutomatedAbrSettings.t option;
    (*

    Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video. This feature optimizes video quality while minimizing the overall size of your ABR package.

    *)
}
Sourceval make : ?abrSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of float | `Integer of int | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Integer of int ]) list ] list | `Structure of (string * [> `Integer of int ]) list ]) list ] list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t