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