Properties of a H264CodecSettings.
Package
@google-cloud/video-transcoderProperties
allowOpenGop
allowOpenGop?: (boolean|null);
H264CodecSettings allowOpenGop
aqStrength
aqStrength?: (number|null);
H264CodecSettings aqStrength
bFrameCount
bFrameCount?: (number|null);
H264CodecSettings bFrameCount
bitrateBps
bitrateBps?: (number|null);
H264CodecSettings bitrateBps
bPyramid
bPyramid?: (boolean|null);
H264CodecSettings bPyramid
crfLevel
crfLevel?: (number|null);
H264CodecSettings crfLevel
enableTwoPass
enableTwoPass?: (boolean|null);
H264CodecSettings enableTwoPass
entropyCoder
entropyCoder?: (string|null);
H264CodecSettings entropyCoder
frameRate
frameRate?: (number|null);
H264CodecSettings frameRate
gopDuration
gopDuration?: (google.protobuf.IDuration|null);
H264CodecSettings gopDuration
gopFrameCount
gopFrameCount?: (number|null);
H264CodecSettings gopFrameCount
heightPixels
heightPixels?: (number|null);
H264CodecSettings heightPixels
pixelFormat
pixelFormat?: (string|null);
H264CodecSettings pixelFormat
preset
preset?: (string|null);
H264CodecSettings preset
profile
profile?: (string|null);
H264CodecSettings profile
rateControlMode
rateControlMode?: (string|null);
H264CodecSettings rateControlMode
tune
tune?: (string|null);
H264CodecSettings tune
vbvFullnessBits
vbvFullnessBits?: (number|null);
H264CodecSettings vbvFullnessBits
vbvSizeBits
vbvSizeBits?: (number|null);
H264CodecSettings vbvSizeBits
widthPixels
widthPixels?: (number|null);
H264CodecSettings widthPixels