Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::VideoStream::Vp9CodecSettings.
VP9 codec settings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bitrate_bps
def bitrate_bps() -> ::Integer
- (::Integer) — Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value is 480,000,000.
#bitrate_bps=
def bitrate_bps=(value) -> ::Integer
- value (::Integer) — Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value is 480,000,000.
- (::Integer) — Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value is 480,000,000.
#crf_level
def crf_level() -> ::Integer
-
(::Integer) — Target CRF level. Must be between 10 and 36, where 10 is the highest
quality and 36 is the most efficient compression. The default is 21.
Note: This field is not supported.
#crf_level=
def crf_level=(value) -> ::Integer
-
value (::Integer) — Target CRF level. Must be between 10 and 36, where 10 is the highest
quality and 36 is the most efficient compression. The default is 21.
Note: This field is not supported.
-
(::Integer) — Target CRF level. Must be between 10 and 36, where 10 is the highest
quality and 36 is the most efficient compression. The default is 21.
Note: This field is not supported.
#frame_rate
def frame_rate() -> ::Float
- (::Float) — Required. The target video frame rate in frames per second (FPS). Must be less than or equal to 120. Will default to the input frame rate if larger than the input frame rate. The API will generate an output FPS that is divisible by the input FPS, and smaller or equal to the target FPS. See Calculating frame rate for more information.
#frame_rate=
def frame_rate=(value) -> ::Float
- value (::Float) — Required. The target video frame rate in frames per second (FPS). Must be less than or equal to 120. Will default to the input frame rate if larger than the input frame rate. The API will generate an output FPS that is divisible by the input FPS, and smaller or equal to the target FPS. See Calculating frame rate for more information.
- (::Float) — Required. The target video frame rate in frames per second (FPS). Must be less than or equal to 120. Will default to the input frame rate if larger than the input frame rate. The API will generate an output FPS that is divisible by the input FPS, and smaller or equal to the target FPS. See Calculating frame rate for more information.
#gop_duration
def gop_duration() -> ::Google::Protobuf::Duration
-
(::Google::Protobuf::Duration) — Select the GOP size based on the specified duration. The default is
3s
. Note thatgopDuration
must be less than or equal tosegmentDuration
, andsegmentDuration
must be divisible bygopDuration
.
#gop_duration=
def gop_duration=(value) -> ::Google::Protobuf::Duration
-
value (::Google::Protobuf::Duration) — Select the GOP size based on the specified duration. The default is
3s
. Note thatgopDuration
must be less than or equal tosegmentDuration
, andsegmentDuration
must be divisible bygopDuration
.
-
(::Google::Protobuf::Duration) — Select the GOP size based on the specified duration. The default is
3s
. Note thatgopDuration
must be less than or equal tosegmentDuration
, andsegmentDuration
must be divisible bygopDuration
.
#gop_frame_count
def gop_frame_count() -> ::Integer
- (::Integer) — Select the GOP size based on the specified frame count. Must be greater than zero.
#gop_frame_count=
def gop_frame_count=(value) -> ::Integer
- value (::Integer) — Select the GOP size based on the specified frame count. Must be greater than zero.
- (::Integer) — Select the GOP size based on the specified frame count. Must be greater than zero.
#height_pixels
def height_pixels() -> ::Integer
-
(::Integer) — The height of the video in pixels. Must be an even integer.
When not specified, the height is adjusted to match the specified width
and input aspect ratio. If both are omitted, the input height is used.
For portrait videos that contain horizontal ASR and rotation metadata, provide the height, in pixels, per the horizontal ASR. The API calculates the width per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
#height_pixels=
def height_pixels=(value) -> ::Integer
-
value (::Integer) — The height of the video in pixels. Must be an even integer.
When not specified, the height is adjusted to match the specified width
and input aspect ratio. If both are omitted, the input height is used.
For portrait videos that contain horizontal ASR and rotation metadata, provide the height, in pixels, per the horizontal ASR. The API calculates the width per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
-
(::Integer) — The height of the video in pixels. Must be an even integer.
When not specified, the height is adjusted to match the specified width
and input aspect ratio. If both are omitted, the input height is used.
For portrait videos that contain horizontal ASR and rotation metadata, provide the height, in pixels, per the horizontal ASR. The API calculates the width per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
#pixel_format
def pixel_format() -> ::String
-
(::String) —
Pixel format to use. The default is
yuv420p
.Supported pixel formats:
yuv420p
pixel formatyuv422p
pixel formatyuv444p
pixel formatyuv420p10
10-bit HDR pixel formatyuv422p10
10-bit HDR pixel formatyuv444p10
10-bit HDR pixel formatyuv420p12
12-bit HDR pixel formatyuv422p12
12-bit HDR pixel formatyuv444p12
12-bit HDR pixel format
#pixel_format=
def pixel_format=(value) -> ::String
-
value (::String) —
Pixel format to use. The default is
yuv420p
.Supported pixel formats:
yuv420p
pixel formatyuv422p
pixel formatyuv444p
pixel formatyuv420p10
10-bit HDR pixel formatyuv422p10
10-bit HDR pixel formatyuv444p10
10-bit HDR pixel formatyuv420p12
12-bit HDR pixel formatyuv422p12
12-bit HDR pixel formatyuv444p12
12-bit HDR pixel format
-
(::String) —
Pixel format to use. The default is
yuv420p
.Supported pixel formats:
yuv420p
pixel formatyuv422p
pixel formatyuv444p
pixel formatyuv420p10
10-bit HDR pixel formatyuv422p10
10-bit HDR pixel formatyuv444p10
10-bit HDR pixel formatyuv420p12
12-bit HDR pixel formatyuv422p12
12-bit HDR pixel formatyuv444p12
12-bit HDR pixel format
#profile
def profile() -> ::String
-
(::String) — Enforces the specified codec profile. The following profiles are
supported:
-
profile0
(default) -
profile1
-
profile2
-
profile3
The available options are WebM-compatible. Note that certain values for this field may cause the transcoder to override other fields you set in the
Vp9CodecSettings
message. -
#profile=
def profile=(value) -> ::String
-
value (::String) — Enforces the specified codec profile. The following profiles are
supported:
-
profile0
(default) -
profile1
-
profile2
-
profile3
The available options are WebM-compatible. Note that certain values for this field may cause the transcoder to override other fields you set in the
Vp9CodecSettings
message. -
-
(::String) — Enforces the specified codec profile. The following profiles are
supported:
-
profile0
(default) -
profile1
-
profile2
-
profile3
The available options are WebM-compatible. Note that certain values for this field may cause the transcoder to override other fields you set in the
Vp9CodecSettings
message. -
#rate_control_mode
def rate_control_mode() -> ::String
-
(::String) —
Specify the
rate_control_mode
. The default isvbr
.Supported rate control modes:
vbr
- variable bitrate
#rate_control_mode=
def rate_control_mode=(value) -> ::String
-
value (::String) —
Specify the
rate_control_mode
. The default isvbr
.Supported rate control modes:
vbr
- variable bitrate
-
(::String) —
Specify the
rate_control_mode
. The default isvbr
.Supported rate control modes:
vbr
- variable bitrate
#width_pixels
def width_pixels() -> ::Integer
-
(::Integer) — The width of the video in pixels. Must be an even integer.
When not specified, the width is adjusted to match the specified height
and input aspect ratio. If both are omitted, the input width is used.
For portrait videos that contain horizontal ASR and rotation metadata, provide the width, in pixels, per the horizontal ASR. The API calculates the height per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
#width_pixels=
def width_pixels=(value) -> ::Integer
-
value (::Integer) — The width of the video in pixels. Must be an even integer.
When not specified, the width is adjusted to match the specified height
and input aspect ratio. If both are omitted, the input width is used.
For portrait videos that contain horizontal ASR and rotation metadata, provide the width, in pixels, per the horizontal ASR. The API calculates the height per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.
-
(::Integer) — The width of the video in pixels. Must be an even integer.
When not specified, the width is adjusted to match the specified height
and input aspect ratio. If both are omitted, the input width is used.
For portrait videos that contain horizontal ASR and rotation metadata, provide the width, in pixels, per the horizontal ASR. The API calculates the height per the horizontal ASR. The API detects any rotation metadata and swaps the requested height and width for the output.