Interface protos.google.cloud.video.transcoder.v1.VideoStream.IH264CodecSettings (1.6.1)

Properties of a H264CodecSettings.

Package

@google-cloud/video-transcoder!

Properties

allowOpenGop

allowOpenGop?: (boolean|null);

H264CodecSettings allowOpenGop

Property Value
TypeDescription
(boolean|null)

aqStrength

aqStrength?: (number|null);

H264CodecSettings aqStrength

Property Value
TypeDescription
(number|null)

bFrameCount

bFrameCount?: (number|null);

H264CodecSettings bFrameCount

Property Value
TypeDescription
(number|null)

bitrateBps

bitrateBps?: (number|null);

H264CodecSettings bitrateBps

Property Value
TypeDescription
(number|null)

bPyramid

bPyramid?: (boolean|null);

H264CodecSettings bPyramid

Property Value
TypeDescription
(boolean|null)

crfLevel

crfLevel?: (number|null);

H264CodecSettings crfLevel

Property Value
TypeDescription
(number|null)

enableTwoPass

enableTwoPass?: (boolean|null);

H264CodecSettings enableTwoPass

Property Value
TypeDescription
(boolean|null)

entropyCoder

entropyCoder?: (string|null);

H264CodecSettings entropyCoder

Property Value
TypeDescription
(string|null)

frameRate

frameRate?: (number|null);

H264CodecSettings frameRate

Property Value
TypeDescription
(number|null)

gopDuration

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

H264CodecSettings gopDuration

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

gopFrameCount

gopFrameCount?: (number|null);

H264CodecSettings gopFrameCount

Property Value
TypeDescription
(number|null)

heightPixels

heightPixels?: (number|null);

H264CodecSettings heightPixels

Property Value
TypeDescription
(number|null)

pixelFormat

pixelFormat?: (string|null);

H264CodecSettings pixelFormat

Property Value
TypeDescription
(string|null)

preset

preset?: (string|null);

H264CodecSettings preset

Property Value
TypeDescription
(string|null)

profile

profile?: (string|null);

H264CodecSettings profile

Property Value
TypeDescription
(string|null)

rateControlMode

rateControlMode?: (string|null);

H264CodecSettings rateControlMode

Property Value
TypeDescription
(string|null)

tune

tune?: (string|null);

H264CodecSettings tune

Property Value
TypeDescription
(string|null)

vbvFullnessBits

vbvFullnessBits?: (number|null);

H264CodecSettings vbvFullnessBits

Property Value
TypeDescription
(number|null)

vbvSizeBits

vbvSizeBits?: (number|null);

H264CodecSettings vbvSizeBits

Property Value
TypeDescription
(number|null)

widthPixels

widthPixels?: (number|null);

H264CodecSettings widthPixels

Property Value
TypeDescription
(number|null)