Interface protos.google.cloud.video.transcoder.v1.VideoStream.IH265CodecSettings (1.5.0)

Properties of a H265CodecSettings.

Package

@google-cloud/video-transcoder!

Properties

allowOpenGop

allowOpenGop?: (boolean|null);

H265CodecSettings allowOpenGop

Property Value
TypeDescription
(boolean|null)

aqStrength

aqStrength?: (number|null);

H265CodecSettings aqStrength

Property Value
TypeDescription
(number|null)

bFrameCount

bFrameCount?: (number|null);

H265CodecSettings bFrameCount

Property Value
TypeDescription
(number|null)

bitrateBps

bitrateBps?: (number|null);

H265CodecSettings bitrateBps

Property Value
TypeDescription
(number|null)

bPyramid

bPyramid?: (boolean|null);

H265CodecSettings bPyramid

Property Value
TypeDescription
(boolean|null)

crfLevel

crfLevel?: (number|null);

H265CodecSettings crfLevel

Property Value
TypeDescription
(number|null)

enableTwoPass

enableTwoPass?: (boolean|null);

H265CodecSettings enableTwoPass

Property Value
TypeDescription
(boolean|null)

frameRate

frameRate?: (number|null);

H265CodecSettings frameRate

Property Value
TypeDescription
(number|null)

gopDuration

gopDuration?: (google.protobuf.IDuration|null);

H265CodecSettings gopDuration

Property Value
TypeDescription
(google.protobuf.IDuration|null)

gopFrameCount

gopFrameCount?: (number|null);

H265CodecSettings gopFrameCount

Property Value
TypeDescription
(number|null)

heightPixels

heightPixels?: (number|null);

H265CodecSettings heightPixels

Property Value
TypeDescription
(number|null)

pixelFormat

pixelFormat?: (string|null);

H265CodecSettings pixelFormat

Property Value
TypeDescription
(string|null)

preset

preset?: (string|null);

H265CodecSettings preset

Property Value
TypeDescription
(string|null)

profile

profile?: (string|null);

H265CodecSettings profile

Property Value
TypeDescription
(string|null)

rateControlMode

rateControlMode?: (string|null);

H265CodecSettings rateControlMode

Property Value
TypeDescription
(string|null)

tune

tune?: (string|null);

H265CodecSettings tune

Property Value
TypeDescription
(string|null)

vbvFullnessBits

vbvFullnessBits?: (number|null);

H265CodecSettings vbvFullnessBits

Property Value
TypeDescription
(number|null)

vbvSizeBits

vbvSizeBits?: (number|null);

H265CodecSettings vbvSizeBits

Property Value
TypeDescription
(number|null)

widthPixels

widthPixels?: (number|null);

H265CodecSettings widthPixels

Property Value
TypeDescription
(number|null)