H265Video.UseSceneChangeDetection Property

Definition

Specifies whether or not the encoder should insert key frames at scene changes. If not specified, the default is false. This flag should be set to true only when the encoder is being configured to produce a single output video.

public bool? UseSceneChangeDetection { get; set; }
member this.UseSceneChangeDetection : Nullable<bool> with get, set
Public Property UseSceneChangeDetection As Nullable(Of Boolean)

Property Value

Applies to