H265Video Class

Definition

Describes all the properties for encoding a video with the H.265 codec.

public class H265Video : Azure.ResourceManager.Media.Models.MediaVideoBase
type H265Video = class
    inherit MediaVideoBase
Public Class H265Video
Inherits MediaVideoBase
Inheritance

Constructors

H265Video()

Initializes a new instance of H265Video.

Properties

Complexity

Tells the encoder how to choose its encoding settings. Quality will provide for a higher compression ratio but at a higher cost and longer compute time. Speed will produce a relatively larger file but is faster and more economical. The default value is Balanced.

KeyFrameInterval

The distance between two key frames. The value should be non-zero in the range [0.5, 20] seconds, specified in ISO 8601 format. The default is 2 seconds(PT2S). Note that this setting is ignored if VideoSyncMode.Passthrough is set, where the KeyFrameInterval value will follow the input source setting.

(Inherited from MediaVideoBase)
Label

An optional label for the codec. The label can be used to control muxing behavior.

(Inherited from MediaCodecBase)
Layers

The collection of output H.265 layers to be produced by the encoder.

StretchMode

The resizing mode - how the input video will be resized to fit the desired output resolution(s). Default is AutoSize.

(Inherited from MediaVideoBase)
SyncMode

The Video Sync Mode.

(Inherited from MediaVideoBase)
UseSceneChangeDetection

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.

Applies to