你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

H264Layer.Crf 属性

定义

获取或设置编码此层时要使用的 CRF 值。 在 CRF 模式下设置视频编解码器的 RateControlMode 时,此设置生效。 CRF 值的范围在 0 到 51 之间,其中值越低,质量越好,代价是文件大小越大。 值越高意味着压缩越多,但在某些时候会注意到质量下降。 默认值为 23。

[Newtonsoft.Json.JsonProperty(PropertyName="crf")]
public double? Crf { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="crf")>]
member this.Crf : Nullable<double> with get, set
Public Property Crf As Nullable(Of Double)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于