Class: Google::Cloud::Video::Transcoder::V1::PreprocessingConfig::Deinterlace::YadifConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1/resources.rb

Overview

Yet Another Deinterlacing Filter Configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#deinterlace_all_frames::Boolean

Returns Deinterlace all frames rather than just the frames identified as interlaced. The default is false.

Returns:

  • (::Boolean)

    Deinterlace all frames rather than just the frames identified as interlaced. The default is false.



810
811
812
813
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 810

class YadifConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#disable_spatial_interlacing::Boolean

Returns Disable spacial interlacing. The default is false.

Returns:

  • (::Boolean)

    Disable spacial interlacing. The default is false.



810
811
812
813
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 810

class YadifConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#mode::String

Returns Specifies the deinterlacing mode to adopt. The default is send_frame. Supported values:

  • send_frame: Output one frame for each frame
  • send_field: Output one frame for each field.

Returns:

  • (::String)

    Specifies the deinterlacing mode to adopt. The default is send_frame. Supported values:

    • send_frame: Output one frame for each frame
    • send_field: Output one frame for each field


810
811
812
813
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 810

class YadifConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parity::String

Returns The picture field parity assumed for the input interlaced video. The default is auto. Supported values:

  • tff: Assume the top field is first
  • bff: Assume the bottom field is first
  • auto: Enable automatic detection of field parity.

Returns:

  • (::String)

    The picture field parity assumed for the input interlaced video. The default is auto. Supported values:

    • tff: Assume the top field is first
    • bff: Assume the bottom field is first
    • auto: Enable automatic detection of field parity


810
811
812
813
# File 'proto_docs/google/cloud/video/transcoder/v1/resources.rb', line 810

class YadifConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end