Transcoder V1 API - Class Google::Cloud::Video::Transcoder::V1::VideoStream::Vp9CodecSettings (v0.8.0)

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
Returns
  • (::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
Parameter
  • value (::Integer) — Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value is 480,000,000.
Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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
Returns

#gop_duration=

def gop_duration=(value) -> ::Google::Protobuf::Duration
Parameter
Returns

#gop_frame_count

def gop_frame_count() -> ::Integer
Returns
  • (::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
Parameter
  • value (::Integer) — Select the GOP size based on the specified frame count. Must be greater than zero.
Returns
  • (::Integer) — Select the GOP size based on the specified frame count. Must be greater than zero.

#height_pixels

def height_pixels() -> ::Integer
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::String) —

    Pixel format to use. The default is yuv420p.

    Supported pixel formats:

    • yuv420p pixel format
    • yuv422p pixel format
    • yuv444p pixel format
    • yuv420p10 10-bit HDR pixel format
    • yuv422p10 10-bit HDR pixel format
    • yuv444p10 10-bit HDR pixel format
    • yuv420p12 12-bit HDR pixel format
    • yuv422p12 12-bit HDR pixel format
    • yuv444p12 12-bit HDR pixel format

#pixel_format=

def pixel_format=(value) -> ::String
Parameter
  • value (::String) —

    Pixel format to use. The default is yuv420p.

    Supported pixel formats:

    • yuv420p pixel format
    • yuv422p pixel format
    • yuv444p pixel format
    • yuv420p10 10-bit HDR pixel format
    • yuv422p10 10-bit HDR pixel format
    • yuv444p10 10-bit HDR pixel format
    • yuv420p12 12-bit HDR pixel format
    • yuv422p12 12-bit HDR pixel format
    • yuv444p12 12-bit HDR pixel format
Returns
  • (::String) —

    Pixel format to use. The default is yuv420p.

    Supported pixel formats:

    • yuv420p pixel format
    • yuv422p pixel format
    • yuv444p pixel format
    • yuv420p10 10-bit HDR pixel format
    • yuv422p10 10-bit HDR pixel format
    • yuv444p10 10-bit HDR pixel format
    • yuv420p12 12-bit HDR pixel format
    • yuv422p12 12-bit HDR pixel format
    • yuv444p12 12-bit HDR pixel format

#profile

def profile() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::String) —

    Specify the rate_control_mode. The default is vbr.

    Supported rate control modes:

    • vbr - variable bitrate

#rate_control_mode=

def rate_control_mode=(value) -> ::String
Parameter
  • value (::String) —

    Specify the rate_control_mode. The default is vbr.

    Supported rate control modes:

    • vbr - variable bitrate
Returns
  • (::String) —

    Specify the rate_control_mode. The default is vbr.

    Supported rate control modes:

    • vbr - variable bitrate

#width_pixels

def width_pixels() -> ::Integer
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.